From 4fec43ef3290a9f250767d3bdecf60cfcf02ee75 Mon Sep 17 00:00:00 2001 From: gcornut Date: Tue, 6 Dec 2022 11:16:56 +0100 Subject: [PATCH] chore(release): release v3.0.7 --- 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 c9e648296..3d8a75e62 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.7][] - 2022-12-06 + ### Added - Checkbox: add `disabled` attribute to the `input` element @@ -1664,3 +1666,5 @@ _Failed released_ [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 +[unreleased]: https://github.com/lumapps/design-system/compare/v3.0.7...HEAD +[3.0.7]: https://github.com/lumapps/design-system/tree/v3.0.7 diff --git a/dev-packages/eslint-plugin-lumapps/package.json b/dev-packages/eslint-plugin-lumapps/package.json index 4b23d1f32..fe99bcc11 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.6", + "version": "3.0.7", "license": "MIT", "main": "index.js" } diff --git a/lerna.json b/lerna.json index dab10b840..3bb176b91 100644 --- a/lerna.json +++ b/lerna.json @@ -10,7 +10,7 @@ "message": "chore(release): release %s" } }, - "version": "3.0.6", + "version": "3.0.7", "useWorkspaces": true, "npmClient": "yarn" } diff --git a/packages/lumx-angularjs/package.json b/packages/lumx-angularjs/package.json index 9282f936c..6d0ec1b78 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.6", - "@lumx/icons": "^3.0.6", + "@lumx/core": "^3.0.7", + "@lumx/icons": "^3.0.7", "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.6", + "version": "3.0.7", "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 f4572104d..cc1ea1b72 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.6", + "version": "3.0.7", "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 2f911a2a0..55122cc36 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.6" + "version": "3.0.7" } diff --git a/packages/lumx-react/package.json b/packages/lumx-react/package.json index 3902ad69e..3e1f985fb 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.6", - "@lumx/icons": "^3.0.6", + "@lumx/core": "^3.0.7", + "@lumx/icons": "^3.0.7", "@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.6" + "version": "3.0.7" } diff --git a/packages/site-demo/package.json b/packages/site-demo/package.json index db2b8f639..cb18449ee 100644 --- a/packages/site-demo/package.json +++ b/packages/site-demo/package.json @@ -1,6 +1,6 @@ { "name": "lumx-site-demo", - "version": "3.0.6", + "version": "3.0.7", "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.6", - "@lumx/core": "^3.0.6", - "@lumx/icons": "^3.0.6", - "@lumx/react": "^3.0.6", + "@lumx/angularjs": "^3.0.7", + "@lumx/core": "^3.0.7", + "@lumx/icons": "^3.0.7", + "@lumx/react": "^3.0.7", "@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 e0c90fc7b..3d623e80e 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.6" + "version": "3.0.7" } diff --git a/yarn.lock b/yarn.lock index 84d1794e1..45887adba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4607,7 +4607,7 @@ __metadata: languageName: node linkType: hard -"@lumx/angularjs@^3.0.6, @lumx/angularjs@workspace:packages/lumx-angularjs": +"@lumx/angularjs@^3.0.7, @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.6 - "@lumx/icons": ^3.0.6 + "@lumx/core": ^3.0.7 + "@lumx/icons": ^3.0.7 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.6, @lumx/core@workspace:packages/lumx-core": +"@lumx/core@^3.0.7, @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.6, @lumx/icons@workspace:packages/lumx-icons": +"@lumx/icons@^3.0.7, @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.6, @lumx/react@workspace:packages/lumx-react": +"@lumx/react@^3.0.7, @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.6 - "@lumx/icons": ^3.0.6 + "@lumx/core": ^3.0.7 + "@lumx/icons": ^3.0.7 "@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.6 - "@lumx/core": ^3.0.6 - "@lumx/icons": ^3.0.6 - "@lumx/react": ^3.0.6 + "@lumx/angularjs": ^3.0.7 + "@lumx/core": ^3.0.7 + "@lumx/icons": ^3.0.7 + "@lumx/react": ^3.0.7 "@mdx-js/mdx": ^1.6.19 "@mdx-js/react": ^1.6.19 "@reach/router": ^1.2.1