Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): release v3.9.1 #1184

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion 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]

## [3.9.1][] - 2024-09-17

### Fixed

- `Tooltip`: fix re-render errors when removing the label.
Expand Down Expand Up @@ -2074,7 +2076,8 @@ _Failed released_
[3.6.7]: https://github.com/lumapps/design-system/tree/v3.6.7


[Unreleased]: https://github.com/lumapps/design-system/compare/v3.9.0...HEAD
[Unreleased]: https://github.com/lumapps/design-system/compare/v3.9.1...HEAD
[3.9.1]: https://github.com/lumapps/design-system/compare/v3.9.0...v3.9.1
[3.9.0]: https://github.com/lumapps/design-system/compare/v3.8.1...v3.9.0
[3.8.1]: https://github.com/lumapps/design-system/compare/v3.8.0...v3.8.1
[3.8.0]: https://github.com/lumapps/design-system/compare/v3.7.5...v3.8.0
Expand Down
4 changes: 2 additions & 2 deletions dev-packages/eslint-config-lumapps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-lumapps",
"private": true,
"version": "3.9.0",
"version": "3.9.1",
"main": "index.js",
"peerDependencies": {
"eslint": ">=8.24.0",
Expand All @@ -14,7 +14,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-lumapps": "^3.9.0",
"eslint-plugin-lumapps": "^3.9.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/eslint-plugin-lumapps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-lumapps",
"private": true,
"version": "3.9.0",
"version": "3.9.1",
"license": "MIT",
"main": "index.js"
}
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": "3.9.0",
"version": "3.9.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": "^3.9.0",
"@lumx/icons": "^3.9.0",
"@lumx/core": "^3.9.1",
"@lumx/icons": "^3.9.1",
"focus-visible": "^5.0.2",
"lodash": "4.17.21",
"popper.js": "^1.16.0"
Expand Down Expand Up @@ -39,7 +39,7 @@
"build": "webpack",
"prepare": "install-peers || exit 0"
},
"version": "3.9.0",
"version": "3.9.1",
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/plugin-proposal-class-properties": "^7.18.6",
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 @@ -40,7 +40,7 @@
"update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
},
"sideEffects": false,
"version": "3.9.0",
"version": "3.9.1",
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/plugin-proposal-class-properties": "^7.18.6",
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 @@ -45,5 +45,5 @@
"build": "rollup -c"
},
"sideEffects": false,
"version": "3.9.0"
"version": "3.9.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": "^3.9.0",
"@lumx/icons": "^3.9.0",
"@lumx/core": "^3.9.1",
"@lumx/icons": "^3.9.1",
"@popperjs/core": "^2.5.4",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.3.2",
Expand Down Expand Up @@ -110,5 +110,5 @@
"build:storybook": "storybook build"
},
"sideEffects": false,
"version": "3.9.0"
"version": "3.9.1"
}
10 changes: 5 additions & 5 deletions packages/site-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumx-site-demo",
"version": "3.9.0",
"version": "3.9.1",
"private": true,
"description": "The official LumApps Design System (LumX) demo site",
"bugs": {
Expand All @@ -20,10 +20,10 @@
"start": "NODE_OPTIONS=--no-warnings gatsby develop"
},
"dependencies": {
"@lumx/angularjs": "^3.9.0",
"@lumx/core": "^3.9.0",
"@lumx/icons": "^3.9.0",
"@lumx/react": "^3.9.0",
"@lumx/angularjs": "^3.9.1",
"@lumx/core": "^3.9.1",
"@lumx/icons": "^3.9.1",
"@lumx/react": "^3.9.1",
"@mdx-js/mdx": "^1.6.19",
"@mdx-js/react": "^1.6.19",
"@reach/router": "^1.2.1",
Expand Down
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": "3.9.0"
"version": "3.9.1"
}
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3708,7 +3708,7 @@ __metadata:
languageName: node
linkType: hard

"@lumx/angularjs@^3.9.0, @lumx/angularjs@workspace:packages/lumx-angularjs":
"@lumx/angularjs@^3.9.1, @lumx/angularjs@workspace:packages/lumx-angularjs":
version: 0.0.0-use.local
resolution: "@lumx/angularjs@workspace:packages/lumx-angularjs"
dependencies:
Expand All @@ -3721,8 +3721,8 @@ __metadata:
"@babel/plugin-proposal-private-property-in-object": ^7.18.6
"@babel/preset-env": ^7.18.10
"@babel/preset-typescript": ^7.18.6
"@lumx/core": ^3.9.0
"@lumx/icons": ^3.9.0
"@lumx/core": ^3.9.1
"@lumx/icons": ^3.9.1
babel-plugin-angularjs-annotate: ^0.10.0
clean-webpack-plugin: ^3.0.0
copy-webpack-plugin: ^5.1.1
Expand All @@ -3747,7 +3747,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lumx/core@^3.9.0, @lumx/core@workspace:packages/lumx-core":
"@lumx/core@^3.9.1, @lumx/core@workspace:packages/lumx-core":
version: 0.0.0-use.local
resolution: "@lumx/core@workspace:packages/lumx-core"
dependencies:
Expand Down Expand Up @@ -3791,7 +3791,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lumx/icons@^3.9.0, @lumx/icons@workspace:packages/lumx-icons":
"@lumx/icons@^3.9.1, @lumx/icons@workspace:packages/lumx-icons":
version: 0.0.0-use.local
resolution: "@lumx/icons@workspace:packages/lumx-icons"
dependencies:
Expand Down Expand Up @@ -3838,7 +3838,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lumx/react@^3.9.0, @lumx/react@workspace:packages/lumx-react":
"@lumx/react@^3.9.1, @lumx/react@workspace:packages/lumx-react":
version: 0.0.0-use.local
resolution: "@lumx/react@workspace:packages/lumx-react"
dependencies:
Expand All @@ -3853,8 +3853,8 @@ __metadata:
"@babel/preset-env": ^7.18.10
"@babel/preset-react": ^7.18.6
"@babel/preset-typescript": ^7.18.6
"@lumx/core": ^3.9.0
"@lumx/icons": ^3.9.0
"@lumx/core": ^3.9.1
"@lumx/icons": ^3.9.1
"@popperjs/core": ^2.5.4
"@rollup/plugin-commonjs": ^15.0.0
"@rollup/plugin-node-resolve": 9.0.0
Expand Down Expand Up @@ -14386,7 +14386,7 @@ __metadata:
eslint-config-prettier: ^9.1.0
eslint-plugin-import: 2.26.0
eslint-plugin-jsx-a11y: ^6.8.0
eslint-plugin-lumapps: ^3.9.0
eslint-plugin-lumapps: ^3.9.1
eslint-plugin-prettier: 5.1.3
eslint-plugin-react: ^7.29.4
eslint-plugin-react-hooks: 4.6.0
Expand Down Expand Up @@ -14604,7 +14604,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-lumapps@^3.9.0, eslint-plugin-lumapps@workspace:dev-packages/eslint-plugin-lumapps":
"eslint-plugin-lumapps@^3.9.1, eslint-plugin-lumapps@workspace:dev-packages/eslint-plugin-lumapps":
version: 0.0.0-use.local
resolution: "eslint-plugin-lumapps@workspace:dev-packages/eslint-plugin-lumapps"
languageName: unknown
Expand Down Expand Up @@ -23071,10 +23071,10 @@ fsevents@~2.1.2:
version: 0.0.0-use.local
resolution: "lumx-site-demo@workspace:packages/site-demo"
dependencies:
"@lumx/angularjs": ^3.9.0
"@lumx/core": ^3.9.0
"@lumx/icons": ^3.9.0
"@lumx/react": ^3.9.0
"@lumx/angularjs": ^3.9.1
"@lumx/core": ^3.9.1
"@lumx/icons": ^3.9.1
"@lumx/react": ^3.9.1
"@mdx-js/mdx": ^1.6.19
"@mdx-js/react": ^1.6.19
"@reach/router": ^1.2.1
Expand Down
Loading