From cd913d1c468a87d794b68b25505975ac992e940c Mon Sep 17 00:00:00 2001 From: gcornut Date: Wed, 21 Sep 2022 11:41:50 +0200 Subject: [PATCH] chore(release): release v3.0.1 --- CHANGELOG.md | 4 ++++ .../eslint-plugin-lumapps/package.json | 2 +- dev-packages/ga-remove-label/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 +++++++++---------- 11 files changed, 33 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3454b571..8cebec11f 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.1][] - 2022-09-21 + ### Changed - `@lumx/core`: _[BREAKING]_ migrating from `node-sass` v4.13.1 to `sass` v1.54.0. @@ -1562,3 +1564,5 @@ _Failed released_ [2.2.24]: https://github.com/lumapps/design-system/tree/v2.2.24 [unreleased]: https://github.com/lumapps/design-system/compare/v2.2.25...HEAD [2.2.25]: https://github.com/lumapps/design-system/tree/v2.2.25 +[unreleased]: https://github.com/lumapps/design-system/compare/v3.0.1...HEAD +[3.0.1]: https://github.com/lumapps/design-system/tree/v3.0.1 diff --git a/dev-packages/eslint-plugin-lumapps/package.json b/dev-packages/eslint-plugin-lumapps/package.json index 5e4c9ffa2..801ad34f7 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": "2.2.25", + "version": "3.0.1", "license": "MIT", "main": "index.js" } diff --git a/dev-packages/ga-remove-label/package.json b/dev-packages/ga-remove-label/package.json index af7c5c1b2..8bbeb7ea8 100644 --- a/dev-packages/ga-remove-label/package.json +++ b/dev-packages/ga-remove-label/package.json @@ -1,7 +1,7 @@ { "name": "@lumapps/ga-remove-label", "private": true, - "version": "2.2.25", + "version": "3.0.1", "description": "Github action for removing a label", "main": "index.js", "license": "MIT", diff --git a/lerna.json b/lerna.json index 67dfb08e6..fb5891253 100644 --- a/lerna.json +++ b/lerna.json @@ -10,7 +10,7 @@ "message": "chore(release): release %s" } }, - "version": "2.2.25", + "version": "3.0.1", "useWorkspaces": true, "npmClient": "yarn" } diff --git a/packages/lumx-angularjs/package.json b/packages/lumx-angularjs/package.json index cf1d3d7b4..84d2e7354 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": "^2.2.25", - "@lumx/icons": "^2.2.25", + "@lumx/core": "^3.0.1", + "@lumx/icons": "^3.0.1", "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": "2.2.25", + "version": "3.0.1", "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 6cac71f86..5ea716d16 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": "2.2.25", + "version": "3.0.1", "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 595621df9..7dc0b1ce5 100644 --- a/packages/lumx-icons/package.json +++ b/packages/lumx-icons/package.json @@ -36,5 +36,5 @@ "prepublishOnly": "yarn build" }, "sideEffects": false, - "version": "2.2.25" + "version": "3.0.1" } diff --git a/packages/lumx-react/package.json b/packages/lumx-react/package.json index 48591b27c..89e6d75d6 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": "^2.2.25", - "@lumx/icons": "^2.2.25", + "@lumx/core": "^3.0.1", + "@lumx/icons": "^3.0.1", "@popperjs/core": "^2.5.4", "body-scroll-lock": "^3.1.5", "classnames": "^2.2.6", @@ -120,5 +120,5 @@ "build:storybook": "cd storybook && ./build" }, "sideEffects": false, - "version": "2.2.25" + "version": "3.0.1" } diff --git a/packages/site-demo/package.json b/packages/site-demo/package.json index e2621d773..6df0419d1 100644 --- a/packages/site-demo/package.json +++ b/packages/site-demo/package.json @@ -1,6 +1,6 @@ { "name": "lumx-site-demo", - "version": "2.2.25", + "version": "3.0.1", "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": "^2.2.25", - "@lumx/core": "^2.2.25", - "@lumx/icons": "^2.2.25", - "@lumx/react": "^2.2.25", + "@lumx/angularjs": "^3.0.1", + "@lumx/core": "^3.0.1", + "@lumx/icons": "^3.0.1", + "@lumx/react": "^3.0.1", "@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 6dcdfed9e..f4c035fd6 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": "2.2.25" + "version": "3.0.1" } diff --git a/yarn.lock b/yarn.lock index bba507713..838427422 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4753,7 +4753,7 @@ __metadata: languageName: unknown linkType: soft -"@lumx/angularjs@^2.2.25, @lumx/angularjs@workspace:packages/lumx-angularjs": +"@lumx/angularjs@^3.0.1, @lumx/angularjs@workspace:packages/lumx-angularjs": version: 0.0.0-use.local resolution: "@lumx/angularjs@workspace:packages/lumx-angularjs" dependencies: @@ -4766,8 +4766,8 @@ __metadata: "@babel/plugin-proposal-private-property-in-object": ^7.16.0 "@babel/preset-env": ^7.8.3 "@babel/preset-typescript": ^7.12.7 - "@lumx/core": ^2.2.25 - "@lumx/icons": ^2.2.25 + "@lumx/core": ^3.0.1 + "@lumx/icons": ^3.0.1 babel-plugin-angularjs-annotate: ^0.10.0 clean-webpack-plugin: ^3.0.0 copy-webpack-plugin: ^5.1.1 @@ -4792,7 +4792,7 @@ __metadata: languageName: unknown linkType: soft -"@lumx/core@^2.2.25, @lumx/core@workspace:packages/lumx-core": +"@lumx/core@^3.0.1, @lumx/core@workspace:packages/lumx-core": version: 0.0.0-use.local resolution: "@lumx/core@workspace:packages/lumx-core" dependencies: @@ -4839,7 +4839,7 @@ __metadata: languageName: unknown linkType: soft -"@lumx/icons@^2.2.25, @lumx/icons@workspace:packages/lumx-icons": +"@lumx/icons@^3.0.1, @lumx/icons@workspace:packages/lumx-icons": version: 0.0.0-use.local resolution: "@lumx/icons@workspace:packages/lumx-icons" dependencies: @@ -4886,7 +4886,7 @@ __metadata: languageName: unknown linkType: soft -"@lumx/react@^2.2.25, @lumx/react@workspace:packages/lumx-react": +"@lumx/react@^3.0.1, @lumx/react@workspace:packages/lumx-react": version: 0.0.0-use.local resolution: "@lumx/react@workspace:packages/lumx-react" dependencies: @@ -4902,8 +4902,8 @@ __metadata: "@babel/preset-react": ^7.8.3 "@babel/preset-typescript": ^7.12.7 "@juggle/resize-observer": ^3.2.0 - "@lumx/core": ^2.2.25 - "@lumx/icons": ^2.2.25 + "@lumx/core": ^3.0.1 + "@lumx/icons": ^3.0.1 "@popperjs/core": ^2.5.4 "@rollup/plugin-commonjs": ^15.0.0 "@rollup/plugin-node-resolve": 9.0.0 @@ -20502,10 +20502,10 @@ fsevents@~2.1.2: version: 0.0.0-use.local resolution: "lumx-site-demo@workspace:packages/site-demo" dependencies: - "@lumx/angularjs": ^2.2.25 - "@lumx/core": ^2.2.25 - "@lumx/icons": ^2.2.25 - "@lumx/react": ^2.2.25 + "@lumx/angularjs": ^3.0.1 + "@lumx/core": ^3.0.1 + "@lumx/icons": ^3.0.1 + "@lumx/react": ^3.0.1 "@mdx-js/mdx": ^1.6.19 "@mdx-js/react": ^1.6.19 "@reach/router": ^1.2.1