Skip to content

Commit

Permalink
chore(release): release v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gcornut committed Nov 5, 2020
1 parent 4eeadd8 commit 3b5d69a
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.27.0][] - 2020-11-05

### Changed

- _[BREAKING]_ `react`, `react-dom`, `moment` and `moment-range` are now exclusively defined as `peerDependencies`. You must install them separately from `@lumx` packages.
Expand Down Expand Up @@ -781,3 +783,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.26.1]: https://github.com/lumapps/design-system/tree/v0.26.1
[unreleased]: https://github.com/lumapps/design-system/compare/v0.26.2...HEAD
[0.26.2]: https://github.com/lumapps/design-system/tree/v0.26.2
[unreleased]: https://github.com/lumapps/design-system/compare/v0.27.0...HEAD
[0.27.0]: https://github.com/lumapps/design-system/tree/v0.27.0
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.26.2",
"version": "0.27.0",
"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.26.2",
"@lumx/icons": "^0.26.2",
"@lumx/core": "^0.27.0",
"@lumx/icons": "^0.27.0",
"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.26.2",
"version": "0.27.0",
"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 @@ -42,7 +42,7 @@
"prepublishOnly": "yarn build"
},
"sideEffects": false,
"version": "0.26.2",
"version": "0.27.0",
"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.26.2"
"version": "0.27.0"
}
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.26.2",
"@lumx/icons": "^0.26.2",
"@lumx/core": "^0.27.0",
"@lumx/icons": "^0.27.0",
"@popperjs/core": "^2.4.0",
"body-scroll-lock": "^2.6.4",
"classnames": "^2.2.6",
Expand Down Expand Up @@ -124,5 +124,5 @@
"storybook": "start-storybook -p 9000"
},
"sideEffects": false,
"version": "0.26.2"
"version": "0.27.0"
}
10 changes: 5 additions & 5 deletions packages/site-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumx-site-demo",
"version": "0.26.2",
"version": "0.27.0",
"private": true,
"description": "The official LumApps Design System (LumX) demo site",
"bugs": {
Expand All @@ -20,10 +20,10 @@
"start": "NODE_OPTIONS=--no-warnings gatsby develop"
},
"dependencies": {
"@lumx/angularjs": "^0.26.2",
"@lumx/core": "^0.26.2",
"@lumx/icons": "^0.26.2",
"@lumx/react": "^0.26.2",
"@lumx/angularjs": "^0.27.0",
"@lumx/core": "^0.27.0",
"@lumx/icons": "^0.27.0",
"@lumx/react": "^0.27.0",
"@mdx-js/mdx": "^1.6.19",
"@mdx-js/react": "^1.6.19",
"classnames": "^2.2.6",
Expand Down
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.26.2"
"version": "0.27.0"
}

0 comments on commit 3b5d69a

Please sign in to comment.