From 1fed89f798ebc21e67fff1b6aee01e4aa86431a6 Mon Sep 17 00:00:00 2001 From: gcornut Date: Thu, 1 Dec 2022 15:50:31 +0100 Subject: [PATCH] chore(release): release v3.0.6 --- CHANGELOG.md | 4 ++++ .../eslint-plugin-lumapps/package.json | 2 +- 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 +- yarn.lock | 24 +++++++++---------- 10 files changed, 32 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b62d37ca..7e80d1d6f 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] +## [3.0.6][] - 2022-12-01 + ### Added - New component in React: `PopoverDialog`. @@ -1656,3 +1658,5 @@ _Failed released_ [3.0.4]: https://github.com/lumapps/design-system/tree/v3.0.4 [unreleased]: https://github.com/lumapps/design-system/compare/v3.0.5...HEAD [3.0.5]: https://github.com/lumapps/design-system/tree/v3.0.5 +[unreleased]: https://github.com/lumapps/design-system/compare/v3.0.6...HEAD +[3.0.6]: https://github.com/lumapps/design-system/tree/v3.0.6 diff --git a/dev-packages/eslint-plugin-lumapps/package.json b/dev-packages/eslint-plugin-lumapps/package.json index ebdace6d3..4b23d1f32 100644 --- a/dev-packages/eslint-plugin-lumapps/package.json +++ b/dev-packages/eslint-plugin-lumapps/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-lumapps", "private": true, - "version": "3.0.5", + "version": "3.0.6", "license": "MIT", "main": "index.js" } diff --git a/lerna.json b/lerna.json index 92f272119..dab10b840 100644 --- a/lerna.json +++ b/lerna.json @@ -10,7 +10,7 @@ "message": "chore(release): release %s" } }, - "version": "3.0.5", + "version": "3.0.6", "useWorkspaces": true, "npmClient": "yarn" } diff --git a/packages/lumx-angularjs/package.json b/packages/lumx-angularjs/package.json index dc864561d..9282f936c 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": "^3.0.5", - "@lumx/icons": "^3.0.5", + "@lumx/core": "^3.0.6", + "@lumx/icons": "^3.0.6", "focus-visible": "^5.0.2", "lodash": "4.17.21", "popper.js": "^1.16.0" @@ -40,7 +40,7 @@ "prepare": "install-peers || exit 0", "prepublishOnly": "yarn build" }, - "version": "3.0.5", + "version": "3.0.6", "devDependencies": { "@babel/core": "^7.20.2", "@babel/plugin-proposal-class-properties": "^7.18.6", diff --git a/packages/lumx-core/package.json b/packages/lumx-core/package.json index d3bb5445c..f4572104d 100644 --- a/packages/lumx-core/package.json +++ b/packages/lumx-core/package.json @@ -42,7 +42,7 @@ "version": "yarn version-changelog ../../CHANGELOG.md && yarn changelog-verify ../../CHANGELOG.md && git add ../../CHANGELOG.md" }, "sideEffects": false, - "version": "3.0.5", + "version": "3.0.6", "devDependencies": { "@babel/core": "^7.20.2", "@babel/plugin-proposal-class-properties": "^7.18.6", diff --git a/packages/lumx-icons/package.json b/packages/lumx-icons/package.json index b3332bf94..2f911a2a0 100644 --- a/packages/lumx-icons/package.json +++ b/packages/lumx-icons/package.json @@ -36,5 +36,5 @@ "prepublishOnly": "yarn build" }, "sideEffects": false, - "version": "3.0.5" + "version": "3.0.6" } diff --git a/packages/lumx-react/package.json b/packages/lumx-react/package.json index ad7ddcff5..3902ad69e 100644 --- a/packages/lumx-react/package.json +++ b/packages/lumx-react/package.json @@ -7,8 +7,8 @@ }, "dependencies": { "@juggle/resize-observer": "^3.2.0", - "@lumx/core": "^3.0.5", - "@lumx/icons": "^3.0.5", + "@lumx/core": "^3.0.6", + "@lumx/icons": "^3.0.6", "@popperjs/core": "^2.5.4", "body-scroll-lock": "^3.1.5", "classnames": "^2.2.6", @@ -114,5 +114,5 @@ "build:storybook": "cd storybook && ./build" }, "sideEffects": false, - "version": "3.0.5" + "version": "3.0.6" } diff --git a/packages/site-demo/package.json b/packages/site-demo/package.json index 030c201c0..db2b8f639 100644 --- a/packages/site-demo/package.json +++ b/packages/site-demo/package.json @@ -1,6 +1,6 @@ { "name": "lumx-site-demo", - "version": "3.0.5", + "version": "3.0.6", "private": true, "description": "The official LumApps Design System (LumX) demo site", "bugs": { @@ -20,10 +20,10 @@ "start": "NODE_OPTIONS=--no-warnings gatsby develop" }, "dependencies": { - "@lumx/angularjs": "^3.0.5", - "@lumx/core": "^3.0.5", - "@lumx/icons": "^3.0.5", - "@lumx/react": "^3.0.5", + "@lumx/angularjs": "^3.0.6", + "@lumx/core": "^3.0.6", + "@lumx/icons": "^3.0.6", + "@lumx/react": "^3.0.6", "@mdx-js/mdx": "^1.6.19", "@mdx-js/react": "^1.6.19", "@reach/router": "^1.2.1", diff --git a/packages/yo-generators/package.json b/packages/yo-generators/package.json index 75cad5e46..e0c90fc7b 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": "3.0.5" + "version": "3.0.6" } diff --git a/yarn.lock b/yarn.lock index 10fd0f2a3..84d1794e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4607,7 +4607,7 @@ __metadata: languageName: node linkType: hard -"@lumx/angularjs@^3.0.5, @lumx/angularjs@workspace:packages/lumx-angularjs": +"@lumx/angularjs@^3.0.6, @lumx/angularjs@workspace:packages/lumx-angularjs": version: 0.0.0-use.local resolution: "@lumx/angularjs@workspace:packages/lumx-angularjs" dependencies: @@ -4620,8 +4620,8 @@ __metadata: "@babel/plugin-proposal-private-property-in-object": ^7.18.6 "@babel/preset-env": ^7.20.2 "@babel/preset-typescript": ^7.18.6 - "@lumx/core": ^3.0.5 - "@lumx/icons": ^3.0.5 + "@lumx/core": ^3.0.6 + "@lumx/icons": ^3.0.6 babel-plugin-angularjs-annotate: ^0.10.0 clean-webpack-plugin: ^3.0.0 copy-webpack-plugin: ^5.1.1 @@ -4646,7 +4646,7 @@ __metadata: languageName: unknown linkType: soft -"@lumx/core@^3.0.5, @lumx/core@workspace:packages/lumx-core": +"@lumx/core@^3.0.6, @lumx/core@workspace:packages/lumx-core": version: 0.0.0-use.local resolution: "@lumx/core@workspace:packages/lumx-core" dependencies: @@ -4692,7 +4692,7 @@ __metadata: languageName: unknown linkType: soft -"@lumx/icons@^3.0.5, @lumx/icons@workspace:packages/lumx-icons": +"@lumx/icons@^3.0.6, @lumx/icons@workspace:packages/lumx-icons": version: 0.0.0-use.local resolution: "@lumx/icons@workspace:packages/lumx-icons" dependencies: @@ -4739,7 +4739,7 @@ __metadata: languageName: unknown linkType: soft -"@lumx/react@^3.0.5, @lumx/react@workspace:packages/lumx-react": +"@lumx/react@^3.0.6, @lumx/react@workspace:packages/lumx-react": version: 0.0.0-use.local resolution: "@lumx/react@workspace:packages/lumx-react" dependencies: @@ -4755,8 +4755,8 @@ __metadata: "@babel/preset-react": ^7.18.6 "@babel/preset-typescript": ^7.18.6 "@juggle/resize-observer": ^3.2.0 - "@lumx/core": ^3.0.5 - "@lumx/icons": ^3.0.5 + "@lumx/core": ^3.0.6 + "@lumx/icons": ^3.0.6 "@popperjs/core": ^2.5.4 "@rollup/plugin-commonjs": ^15.0.0 "@rollup/plugin-node-resolve": 9.0.0 @@ -20720,10 +20720,10 @@ fsevents@~2.1.2: version: 0.0.0-use.local resolution: "lumx-site-demo@workspace:packages/site-demo" dependencies: - "@lumx/angularjs": ^3.0.5 - "@lumx/core": ^3.0.5 - "@lumx/icons": ^3.0.5 - "@lumx/react": ^3.0.5 + "@lumx/angularjs": ^3.0.6 + "@lumx/core": ^3.0.6 + "@lumx/icons": ^3.0.6 + "@lumx/react": ^3.0.6 "@mdx-js/mdx": ^1.6.19 "@mdx-js/react": ^1.6.19 "@reach/router": ^1.2.1