diff --git a/CHANGELOG.md b/CHANGELOG.md index be61e18f6d..fbe9d86d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,27 @@ -## 0.7.1\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/0.7.1\n +## v0.8.0 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.8.0 + +- Bug fixes for version bumps and changelog formatting during automated deployment +- Fix misspelled card scss import (#159) +- Publish the Icon component documentation (#160) +## v0.7.1 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.7.1 + - Update dev & peer dependencies to TDS 0.7 (#157) -## v0.7.0\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/v0.7.0\n +- Changelog and version bump for v0.7.1 +## v0.7.0 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.7.0 + - Added react import line to grid docs. - Removed unused column div at the bottom of docs. - Fixed a typo in an example. @@ -41,8 +59,12 @@ - End-to-end release automation with Jenkins [[BCM-213](https://telusdigital.atlassian.net/browse/BCM-213)] (#153) - Use bash instead of sh for shell scripts (#154) - Changelog and version bump for v0.7.0 -## v0.6.0\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/v0.6.0\n +## v0.6.0 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.6.0 + - Fixing the sketch file download - Fixing webpack URL on consumption page - Fixing enriched npm example @@ -79,8 +101,12 @@ - [[DSR-195](https://telusdigital.atlassian.net/browse/DSR-195)] Automated release to CDN (#119) - Releasing/v0.6.0 (#122) - Updating inter-module dependencies -## v0.5.0\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/v0.5.0\n +## v0.5.0 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.5.0 + - Renaming icons to reflect their form. (#60) - Alpha 0.4.1 Update (#61) - [[DSR-115](https://telusdigital.atlassian.net/browse/DSR-115)] Optimizing Core Icons web fonts for Windows (#62) @@ -110,8 +136,12 @@ - [[DSR-113](https://telusdigital.atlassian.net/browse/DSR-113)] Isomorphic React build pipeline (#88) - Alpha 0.5.0 Update (#85) - Updating version number and changelog for v0.5.0 (#89) -## v0.4.0\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/v0.4.0\n +## v0.4.0 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.4.0 + - Updating version & changelog for v0.3.1 (#38) - Updating consumption page for v0.3.1 (#39) - Alpha 0.3 Update (#40) @@ -133,12 +163,20 @@ - Restoring the header to the examples pages (#56) - Alpha 0.4.0 Update (#57) - Releasing v0.4.0 (#58) -## v0.3.1\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/v0.3.1\n +## v0.3.1 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.3.1 + - Updating version & changelog for v0.3.1 (#38) - Updating consumption page for v0.3.1 (#39) -## v0.3.0\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/v0.3.0\n +## v0.3.0 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.3.0 + - Sketch file updates (#20) - [[DSR-20](https://telusdigital.atlassian.net/browse/DSR-20)] Order nav links consistently (#21) - [[DSR-39](https://telusdigital.atlassian.net/browse/DSR-39)] Text fields & labels (#22) @@ -156,8 +194,12 @@ - Task: fixing checkbox example indentation (#34) - Task: adding a feature switch to Form Hints (#35) - Updating changelog & version for 0.3.0 (#36) -## v0.2.1\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/v0.2.1\n +## v0.2.1 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.2.1 + - Updating to latest v0.1 Sketch file (#2) - [[DSR-14](https://telusdigital.atlassian.net/browse/DSR-14)] Migrate documentation site scaffolding (#3) - Fixing dist directory error on Jenkins diff --git a/core/package.json b/core/package.json index 603293586f..ac6c88eb3c 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "telus-thorium-core", - "version": "0.7.1", + "version": "0.8.0", "description": "TELUS Design System core styles", "eyeglass": "eyeglass-exports.js", "keywords": [ diff --git a/docs/package.json b/docs/package.json index f6c1f9ada1..a6f82d72fd 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "telus-thorium-docs", - "version": "0.7.1", + "version": "0.8.0", "description": "TELUS Design System documentation website", "main": "index.js", "scripts": { @@ -49,8 +49,8 @@ "style-loader": "^0.13.1", "stylelint": "^7.1.0", "stylelint-config-standard": "^12.0.0", - "telus-thorium-core": "^0.7.0", - "telus-thorium-enriched": "^0.7.0", + "telus-thorium-core": "^0.8.0", + "telus-thorium-enriched": "^0.8.0", "webpack": "^1.13.2", "webpack-dev-server": "^1.16.2", "wintersmith": "^2.3.2" @@ -67,4 +67,4 @@ "^.+\\.(css|less|scss|sass)$": "/__mocks__/styleMock.js" } } -} +} \ No newline at end of file diff --git a/docs/src/html/1-About/4-changelog.md b/docs/src/html/1-About/4-changelog.md index 3b50611621..5f8b203d29 100644 --- a/docs/src/html/1-About/4-changelog.md +++ b/docs/src/html/1-About/4-changelog.md @@ -1,9 +1,27 @@ ---\ntitle: Changelog\ntemplate: doc.jade\n---\n -## 0.7.1\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/0.7.1\n +## v0.8.0 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.8.0 + +- Bug fixes for version bumps and changelog formatting during automated deployment +- Fix misspelled card scss import (#159) +- Publish the Icon component documentation (#160) +## v0.7.1 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.7.1 + - Update dev & peer dependencies to TDS 0.7 (#157) -## v0.7.0\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/v0.7.0\n +- Changelog and version bump for v0.7.1 +## v0.7.0 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.7.0 + - Added react import line to grid docs. - Removed unused column div at the bottom of docs. - Fixed a typo in an example. @@ -41,8 +59,12 @@ - End-to-end release automation with Jenkins [[BCM-213](https://telusdigital.atlassian.net/browse/BCM-213)] (#153) - Use bash instead of sh for shell scripts (#154) - Changelog and version bump for v0.7.0 -## v0.6.0\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/v0.6.0\n +## v0.6.0 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.6.0 + - Fixing the sketch file download - Fixing webpack URL on consumption page - Fixing enriched npm example @@ -79,8 +101,12 @@ - [[DSR-195](https://telusdigital.atlassian.net/browse/DSR-195)] Automated release to CDN (#119) - Releasing/v0.6.0 (#122) - Updating inter-module dependencies -## v0.5.0\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/v0.5.0\n +## v0.5.0 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.5.0 + - Renaming icons to reflect their form. (#60) - Alpha 0.4.1 Update (#61) - [[DSR-115](https://telusdigital.atlassian.net/browse/DSR-115)] Optimizing Core Icons web fonts for Windows (#62) @@ -110,8 +136,12 @@ - [[DSR-113](https://telusdigital.atlassian.net/browse/DSR-113)] Isomorphic React build pipeline (#88) - Alpha 0.5.0 Update (#85) - Updating version number and changelog for v0.5.0 (#89) -## v0.4.0\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/v0.4.0\n +## v0.4.0 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.4.0 + - Updating version & changelog for v0.3.1 (#38) - Updating consumption page for v0.3.1 (#39) - Alpha 0.3 Update (#40) @@ -133,12 +163,20 @@ - Restoring the header to the examples pages (#56) - Alpha 0.4.0 Update (#57) - Releasing v0.4.0 (#58) -## v0.3.1\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/v0.3.1\n +## v0.3.1 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.3.1 + - Updating version & changelog for v0.3.1 (#38) - Updating consumption page for v0.3.1 (#39) -## v0.3.0\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/v0.3.0\n +## v0.3.0 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.3.0 + - Sketch file updates (#20) - [[DSR-20](https://telusdigital.atlassian.net/browse/DSR-20)] Order nav links consistently (#21) - [[DSR-39](https://telusdigital.atlassian.net/browse/DSR-39)] Text fields & labels (#22) @@ -156,8 +194,12 @@ - Task: fixing checkbox example indentation (#34) - Task: adding a feature switch to Form Hints (#35) - Updating changelog & version for 0.3.0 (#36) -## v0.2.1\n -\n\nhttps://github.com/telusdigital/telus-thorium-core/releases/tag/v0.2.1\n +## v0.2.1 + + + +https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.2.1 + - Updating to latest v0.1 Sketch file (#2) - [[DSR-14](https://telusdigital.atlassian.net/browse/DSR-14)] Migrate documentation site scaffolding (#3) - Fixing dist directory error on Jenkins diff --git a/enriched/package.json b/enriched/package.json index 5a36b066f2..65810786d0 100644 --- a/enriched/package.json +++ b/enriched/package.json @@ -1,6 +1,6 @@ { "name": "telus-thorium-enriched", - "version": "0.7.1", + "version": "0.8.0", "main": "lib/index.js", "scripts": { "start": "npm run deploy && npm run dev", @@ -22,7 +22,7 @@ "peerDependencies": { "react": "^15.0.0", "react-dom": "^15.0.0", - "telus-thorium-core": "^0.7.0" + "telus-thorium-core": "^0.8.0" }, "devDependencies": { "autoprefixer": "^6.5.1", @@ -64,7 +64,7 @@ "rimraf": "^2.5.4", "sass-loader": "^3.1.1", "style-loader": "^0.12.3", - "telus-thorium-core": "^0.7.0", + "telus-thorium-core": "^0.8.0", "url-loader": "^0.5.6", "webpack": "^1.13.2", "webpack-dev-server": "^1.14.0" @@ -89,4 +89,4 @@ "^.+\\.(css|less|scss|sass)$": "/__mocks__/styleMock.js" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 2b6fb224dc..c67d647f4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telus-thorium-build", - "version": "0.7.1", + "version": "0.8.0", "description": "TELUS Design System", "license": "UNLICENSED", "scripts": {