Skip to content

Commit

Permalink
chore(release): release v0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gcornut committed Dec 11, 2020
1 parent 469df93 commit ed474e5
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 15 deletions.
6 changes: 6 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.28.2][] - 2020-12-11

### Added

- Added `headerActions` prop to `CommentBlock` component to add actions to the header.
Expand Down Expand Up @@ -818,3 +820,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.28.0]: https://github.com/lumapps/design-system/tree/v0.28.0
[unreleased]: https://github.com/lumapps/design-system/compare/v0.28.1...HEAD
[0.28.1]: https://github.com/lumapps/design-system/tree/v0.28.1


[Unreleased]: https://github.com/lumapps/design-system/compare/v0.28.2...HEAD
[0.28.2]: https://github.com/lumapps/design-system/tree/v0.28.2
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.28.1",
"version": "0.28.2",
"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.28.1",
"@lumx/icons": "^0.28.1",
"@lumx/core": "^0.28.2",
"@lumx/icons": "^0.28.2",
"focus-visible": "^5.0.2",
"lodash": "4.17.19",
"popper.js": "^1.16.0"
Expand Down Expand Up @@ -40,7 +40,7 @@
"prepare": "install-peers",
"prepublishOnly": "yarn build"
},
"version": "0.28.1",
"version": "0.28.2",
"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.28.1",
"version": "0.28.2",
"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.28.1"
"version": "0.28.2"
}
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.28.1",
"@lumx/icons": "^0.28.1",
"@lumx/core": "^0.28.2",
"@lumx/icons": "^0.28.2",
"@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.28.1"
"version": "0.28.2"
}
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.28.1",
"version": "0.28.2",
"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.28.1",
"@lumx/core": "^0.28.1",
"@lumx/icons": "^0.28.1",
"@lumx/react": "^0.28.1",
"@lumx/angularjs": "^0.28.2",
"@lumx/core": "^0.28.2",
"@lumx/icons": "^0.28.2",
"@lumx/react": "^0.28.2",
"@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.28.1"
"version": "0.28.2"
}

0 comments on commit ed474e5

Please sign in to comment.