From 1bfaf3106af6066e5eb6e3147417ddb157650af4 Mon Sep 17 00:00:00 2001 From: gcornut Date: Tue, 4 Aug 2020 17:54:00 +0200 Subject: [PATCH] chore(release): release v0.25.7 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/lumx-angularjs/package.json | 6 +++--- packages/lumx-core/package.json | 2 +- packages/lumx-icons/package.json | 2 +- packages/lumx-react/package.json | 6 +++--- packages/site-demo/package.json | 10 +++++----- packages/yo-generators/package.json | 2 +- 8 files changed, 19 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69375a49..5e87610c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.7][] - 2020-08-04 + ### Fixed - Fixed and improved `Dropdown` shrinking system. @@ -638,3 +640,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [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 +[unreleased]: https://github.com/lumapps/design-system/compare/v0.25.7...HEAD +[0.25.7]: https://github.com/lumapps/design-system/tree/v0.25.7 diff --git a/lerna.json b/lerna.json index 907604a65..b3f979f60 100644 --- a/lerna.json +++ b/lerna.json @@ -10,7 +10,7 @@ "message": "chore(release): release %s" } }, - "version": "0.25.6", + "version": "0.25.7", "useWorkspaces": true, "npmClient": "yarn" } diff --git a/packages/lumx-angularjs/package.json b/packages/lumx-angularjs/package.json index dcfbc60aa..833d6b1e8 100644 --- a/packages/lumx-angularjs/package.json +++ b/packages/lumx-angularjs/package.json @@ -6,8 +6,8 @@ "url": "https://github.com/lumapps/design-system/issues" }, "dependencies": { - "@lumx/core": "^0.25.6", - "@lumx/icons": "^0.25.6", + "@lumx/core": "^0.25.7", + "@lumx/icons": "^0.25.7", "angular": "^1.7.8", "focus-visible": "^5.0.2", "jquery": "^3.3.1", @@ -41,7 +41,7 @@ "build": "webpack", "prepublishOnly": "yarn build" }, - "version": "0.25.6", + "version": "0.25.7", "devDependencies": { "@babel/core": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.8.3", diff --git a/packages/lumx-core/package.json b/packages/lumx-core/package.json index 208e3aff0..29837167f 100644 --- a/packages/lumx-core/package.json +++ b/packages/lumx-core/package.json @@ -43,7 +43,7 @@ "prepublishOnly": "yarn build" }, "sideEffects": false, - "version": "0.25.6", + "version": "0.25.7", "devDependencies": { "@babel/core": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.8.3", diff --git a/packages/lumx-icons/package.json b/packages/lumx-icons/package.json index 210984121..3541d32b9 100644 --- a/packages/lumx-icons/package.json +++ b/packages/lumx-icons/package.json @@ -21,5 +21,5 @@ "url": "git+https://github.com/lumapps/design-system.git" }, "sideEffects": false, - "version": "0.25.6" + "version": "0.25.7" } diff --git a/packages/lumx-react/package.json b/packages/lumx-react/package.json index ccdcb295f..a88e7e126 100644 --- a/packages/lumx-react/package.json +++ b/packages/lumx-react/package.json @@ -6,8 +6,8 @@ "url": "https://github.com/lumapps/design-system/issues" }, "dependencies": { - "@lumx/core": "^0.25.6", - "@lumx/icons": "^0.25.6", + "@lumx/core": "^0.25.7", + "@lumx/icons": "^0.25.7", "@popperjs/core": "^2.4.0", "body-scroll-lock": "^2.6.4", "classnames": "^2.2.6", @@ -122,5 +122,5 @@ "storybook": "start-storybook -p 9000" }, "sideEffects": false, - "version": "0.25.6" + "version": "0.25.7" } diff --git a/packages/site-demo/package.json b/packages/site-demo/package.json index 8d47ff3d0..c391d5907 100644 --- a/packages/site-demo/package.json +++ b/packages/site-demo/package.json @@ -6,10 +6,10 @@ "url": "https://github.com/lumapps/design-system/issues" }, "dependencies": { - "@lumx/angularjs": "^0.25.6", - "@lumx/core": "^0.25.6", - "@lumx/icons": "^0.25.6", - "@lumx/react": "^0.25.6", + "@lumx/angularjs": "^0.25.7", + "@lumx/core": "^0.25.7", + "@lumx/icons": "^0.25.7", + "@lumx/react": "^0.25.7", "angular": "^1.7.8", "classnames": "^2.2.6", "intersection-observer": "^0.7.0", @@ -83,5 +83,5 @@ "build": "webpack", "start": "NODE_ENV=development webpack-dev-server" }, - "version": "0.25.6" + "version": "0.25.7" } diff --git a/packages/yo-generators/package.json b/packages/yo-generators/package.json index 5f647186d..53979d547 100644 --- a/packages/yo-generators/package.json +++ b/packages/yo-generators/package.json @@ -12,5 +12,5 @@ "main": "generators/index.js", "name": "generator-lumx-component", "private": true, - "version": "0.25.6" + "version": "0.25.7" }