Skip to content

Commit

Permalink
Changelog and version bump for v0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TDS Jenkins committed May 17, 2017
1 parent aae1458 commit f9143ce
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 13 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@



## v0.15.3


https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.15.3

- Revert updates of latest blocks + component
- fix(component collapsible): make collapsible content height dynamic
- Revert "Revert updates of latest blocks + component"
- refactor(changed react.propTypes to PropTypes): (#337)
- Merge branch 'master' of github.com:telusdigital/telus-thorium-core
- build(add prop-type package to enriched package.json):



## v0.15.2


Expand All @@ -16,6 +30,7 @@ https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.15.2
- build: groovy.ci
- build(groovy.ci): cd into /scripts folder to run init-npm.sh
- build(groovy.ci): updating path to init-npm.sh :)
- Changelog and version bump for v0.15.2



Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telus-thorium-core",
"version": "0.15.2",
"version": "0.15.3",
"description": "TELUS Design System core styles",
"eyeglass": "eyeglass-exports.js",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telus-thorium-docs",
"version": "0.15.2",
"version": "0.15.3",
"description": "TELUS Design System documentation website",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -50,8 +50,8 @@
"style-loader": "^0.13.1",
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0",
"telus-thorium-core": "^0.15.2",
"telus-thorium-enriched": "^0.15.2",
"telus-thorium-core": "^0.15.3",
"telus-thorium-enriched": "^0.15.3",
"url-loader": "^0.5.8",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2",
Expand Down
20 changes: 16 additions & 4 deletions docs/src/html/1-About/4-changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
---
title: Changelog
template: changelog.jade
---



## v0.15.3


https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.15.3

- Revert updates of latest blocks + component
- fix(component collapsible): make collapsible content height dynamic
- Revert "Revert updates of latest blocks + component"
- refactor(changed react.propTypes to PropTypes): (#337)
- Merge branch 'master' of github.com:telusdigital/telus-thorium-core
- build(add prop-type package to enriched package.json):



## v0.15.2
Expand All @@ -18,6 +29,7 @@ https://github.com/telusdigital/telus-thorium-core/releases/tag/v0.15.2
- build: groovy.ci
- build(groovy.ci): cd into /scripts folder to run init-npm.sh
- build(groovy.ci): updating path to init-npm.sh :)
- Changelog and version bump for v0.15.2



Expand Down
8 changes: 4 additions & 4 deletions enriched/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telus-thorium-enriched",
"version": "0.15.2",
"version": "0.15.3",
"main": "lib/index.js",
"scripts": {
"start": "npm run deploy && npm run dev",
Expand All @@ -23,7 +23,7 @@
"peerDependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2",
"telus-thorium-core": "^0.15.2"
"telus-thorium-core": "^0.15.3"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
Expand Down Expand Up @@ -68,7 +68,7 @@
"rimraf": "^2.5.4",
"sass-loader": "^3.1.1",
"style-loader": "^0.12.3",
"telus-thorium-core": "^0.15.2",
"telus-thorium-core": "^0.15.3",
"url-loader": "^0.5.6",
"webpack": "^1.13.2"
},
Expand All @@ -93,4 +93,4 @@
"^.+\\.(css|less|scss|sass)$": "<rootDir>/../__mocks__/styleMock.js"
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telus-thorium-build",
"version": "0.15.2",
"version": "0.15.3",
"description": "TELUS Design System",
"license": "UNLICENSED",
"scripts": {
Expand Down

0 comments on commit f9143ce

Please sign in to comment.