Skip to content

Commit

Permalink
chore(release): release v3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 13, 2023
1 parent 928e755 commit 3c5edbe
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 29 deletions.
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.5.5][] - 2023-11-13

### Changed

- Table row: selected states color update + documentation update
Expand Down Expand Up @@ -1827,5 +1829,6 @@ _Failed released_
[3.5.2]: https://github.com/lumapps/design-system/tree/v3.5.2


[Unreleased]: https://github.com/lumapps/design-system/compare/v3.5.4...HEAD
[Unreleased]: https://github.com/lumapps/design-system/compare/v3.5.5...HEAD
[3.5.5]: https://github.com/lumapps/design-system/compare/v3.5.4...v3.5.5
[3.5.4]: https://github.com/lumapps/design-system/tree/v3.5.4
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.5.4",
"version": "3.5.5",
"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.5.4",
"version": "3.5.5",
"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.5.4",
"@lumx/icons": "^3.5.4",
"@lumx/core": "^3.5.5",
"@lumx/icons": "^3.5.5",
"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.5.4",
"version": "3.5.5",
"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.5.4",
"version": "3.5.5",
"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 @@ -35,5 +35,5 @@
"build": "rollup -c"
},
"sideEffects": false,
"version": "3.5.4"
"version": "3.5.5"
}
6 changes: 3 additions & 3 deletions packages/lumx-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"dependencies": {
"@juggle/resize-observer": "^3.2.0",
"@lumx/core": "^3.5.4",
"@lumx/icons": "^3.5.4",
"@lumx/core": "^3.5.5",
"@lumx/icons": "^3.5.5",
"@popperjs/core": "^2.5.4",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.3.2",
Expand Down Expand Up @@ -115,5 +115,5 @@
"build:storybook": "storybook build"
},
"sideEffects": false,
"version": "3.5.4"
"version": "3.5.5"
}
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.5.4",
"version": "3.5.5",
"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.5.4",
"@lumx/core": "^3.5.4",
"@lumx/icons": "^3.5.4",
"@lumx/react": "^3.5.4",
"@lumx/angularjs": "^3.5.5",
"@lumx/core": "^3.5.5",
"@lumx/icons": "^3.5.5",
"@lumx/react": "^3.5.5",
"@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.5.4"
"version": "3.5.5"
}
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6022,7 +6022,7 @@ __metadata:
languageName: node
linkType: hard

"@lumx/angularjs@^3.5.4, @lumx/angularjs@workspace:packages/lumx-angularjs":
"@lumx/angularjs@^3.5.5, @lumx/angularjs@workspace:packages/lumx-angularjs":
version: 0.0.0-use.local
resolution: "@lumx/angularjs@workspace:packages/lumx-angularjs"
dependencies:
Expand All @@ -6035,8 +6035,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.5.4
"@lumx/icons": ^3.5.4
"@lumx/core": ^3.5.5
"@lumx/icons": ^3.5.5
babel-plugin-angularjs-annotate: ^0.10.0
clean-webpack-plugin: ^3.0.0
copy-webpack-plugin: ^5.1.1
Expand All @@ -6061,7 +6061,7 @@ __metadata:
languageName: unknown
linkType: soft

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

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

"@lumx/react@^3.5.4, @lumx/react@workspace:packages/lumx-react":
"@lumx/react@^3.5.5, @lumx/react@workspace:packages/lumx-react":
version: 0.0.0-use.local
resolution: "@lumx/react@workspace:packages/lumx-react"
dependencies:
Expand All @@ -6171,8 +6171,8 @@ __metadata:
"@babel/preset-react": ^7.18.6
"@babel/preset-typescript": ^7.18.6
"@juggle/resize-observer": ^3.2.0
"@lumx/core": ^3.5.4
"@lumx/icons": ^3.5.4
"@lumx/core": ^3.5.5
"@lumx/icons": ^3.5.5
"@popperjs/core": ^2.5.4
"@rollup/plugin-commonjs": ^15.0.0
"@rollup/plugin-node-resolve": 9.0.0
Expand Down Expand Up @@ -23994,10 +23994,10 @@ fsevents@~2.1.2:
version: 0.0.0-use.local
resolution: "lumx-site-demo@workspace:packages/site-demo"
dependencies:
"@lumx/angularjs": ^3.5.4
"@lumx/core": ^3.5.4
"@lumx/icons": ^3.5.4
"@lumx/react": ^3.5.4
"@lumx/angularjs": ^3.5.5
"@lumx/core": ^3.5.5
"@lumx/icons": ^3.5.5
"@lumx/react": ^3.5.5
"@mdx-js/mdx": ^1.6.19
"@mdx-js/react": ^1.6.19
"@reach/router": ^1.2.1
Expand Down

0 comments on commit 3c5edbe

Please sign in to comment.