Skip to content

Commit

Permalink
chore(release): release v0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gcornut committed Jun 30, 2020
1 parent 8ca1c33 commit 8eb7ebe
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.1][] - 2020-06-30

## [0.25.0][] - 2020-06-29

### Added
Expand Down Expand Up @@ -570,3 +572,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.24.3]: https://github.com/lumapps/design-system/tree/v0.24.3
[unreleased]: https://github.com/lumapps/design-system/compare/v0.25.0...HEAD
[0.25.0]: https://github.com/lumapps/design-system/tree/v0.25.0
[unreleased]: https://github.com/lumapps/design-system/compare/v0.25.1...HEAD
[0.25.1]: https://github.com/lumapps/design-system/tree/v0.25.1
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.0",
"version": "0.25.1",
"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.0",
"@lumx/icons": "^0.25.0",
"@lumx/core": "^0.25.1",
"@lumx/icons": "^0.25.1",
"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.0",
"version": "0.25.1",
"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.0",
"version": "0.25.1",
"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.0"
"version": "0.25.1"
}
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.0",
"@lumx/icons": "^0.25.0",
"@lumx/core": "^0.25.1",
"@lumx/icons": "^0.25.1",
"@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.0"
"version": "0.25.1"
}
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.0",
"@lumx/core": "^0.25.0",
"@lumx/icons": "^0.25.0",
"@lumx/react": "^0.25.0",
"@lumx/angularjs": "^0.25.1",
"@lumx/core": "^0.25.1",
"@lumx/icons": "^0.25.1",
"@lumx/react": "^0.25.1",
"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.0"
"version": "0.25.1"
}
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.0"
"version": "0.25.1"
}

0 comments on commit 8eb7ebe

Please sign in to comment.