Skip to content

Commit

Permalink
chore(release): release v0.25.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pidupuis committed Jul 31, 2020
1 parent 691b38b commit bcce786
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.25.6][] - 2020-07-31

### Fixed

- `Dropdown` placement is not limited to `bottom`, `bottom-start` and `bottom-end` anymore.
Expand Down Expand Up @@ -620,3 +622,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.25.4]: https://github.com/lumapps/design-system/tree/v0.25.4
[unreleased]: https://github.com/lumapps/design-system/compare/v0.25.5...HEAD
[0.25.5]: https://github.com/lumapps/design-system/tree/v0.25.5
[unreleased]: https://github.com/lumapps/design-system/compare/v0.25.6...HEAD
[0.25.6]: https://github.com/lumapps/design-system/tree/v0.25.6
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"message": "chore(release): release %s"
}
},
"version": "0.25.5",
"version": "0.25.6",
"useWorkspaces": true,
"npmClient": "yarn"
}
6 changes: 3 additions & 3 deletions packages/lumx-angularjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"url": "https://github.com/lumapps/design-system/issues"
},
"dependencies": {
"@lumx/core": "^0.25.5",
"@lumx/icons": "^0.25.5",
"@lumx/core": "^0.25.6",
"@lumx/icons": "^0.25.6",
"angular": "^1.7.8",
"focus-visible": "^5.0.2",
"jquery": "^3.3.1",
Expand Down Expand Up @@ -41,7 +41,7 @@
"build": "webpack",
"prepublishOnly": "yarn build"
},
"version": "0.25.5",
"version": "0.25.6",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/lumx-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prepublishOnly": "yarn build"
},
"sideEffects": false,
"version": "0.25.5",
"version": "0.25.6",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/lumx-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"url": "git+https://github.com/lumapps/design-system.git"
},
"sideEffects": false,
"version": "0.25.5"
"version": "0.25.6"
}
6 changes: 3 additions & 3 deletions packages/lumx-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"url": "https://github.com/lumapps/design-system/issues"
},
"dependencies": {
"@lumx/core": "^0.25.5",
"@lumx/icons": "^0.25.5",
"@lumx/core": "^0.25.6",
"@lumx/icons": "^0.25.6",
"@popperjs/core": "^2.4.0",
"body-scroll-lock": "^2.6.4",
"classnames": "^2.2.6",
Expand Down Expand Up @@ -122,5 +122,5 @@
"storybook": "start-storybook -p 9000"
},
"sideEffects": false,
"version": "0.25.5"
"version": "0.25.6"
}
10 changes: 5 additions & 5 deletions packages/site-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"url": "https://github.com/lumapps/design-system/issues"
},
"dependencies": {
"@lumx/angularjs": "^0.25.5",
"@lumx/core": "^0.25.5",
"@lumx/icons": "^0.25.5",
"@lumx/react": "^0.25.5",
"@lumx/angularjs": "^0.25.6",
"@lumx/core": "^0.25.6",
"@lumx/icons": "^0.25.6",
"@lumx/react": "^0.25.6",
"angular": "^1.7.8",
"classnames": "^2.2.6",
"intersection-observer": "^0.7.0",
Expand Down Expand Up @@ -83,5 +83,5 @@
"build": "webpack",
"start": "NODE_ENV=development webpack-dev-server"
},
"version": "0.25.5"
"version": "0.25.6"
}
2 changes: 1 addition & 1 deletion packages/yo-generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"main": "generators/index.js",
"name": "generator-lumx-component",
"private": true,
"version": "0.25.5"
"version": "0.25.6"
}

0 comments on commit bcce786

Please sign in to comment.