Skip to content

Commit

Permalink
chore(release): release v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gcornut committed Feb 8, 2022
1 parent 56933ed commit 5f1534e
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 29 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Switch: Added a `inputProps` prop which will be passed to the input tag inside the Switch
- Checkbox: Added a `inputProps` prop which will be passed to the input tag inside the Checkbox
## [2.2.3][] - 2022-02-07

### Added

- Switch: Added a `inputProps` prop which will be passed to the input tag inside the Switch
- Checkbox: Added a `inputProps` prop which will be passed to the input tag inside the Checkbox

## [2.2.2][] - 2022-01-27

Expand Down Expand Up @@ -1274,3 +1278,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[2.2.1]: https://github.com/lumapps/design-system/tree/v2.2.1
[unreleased]: https://github.com/lumapps/design-system/compare/v2.2.2...HEAD
[2.2.2]: https://github.com/lumapps/design-system/tree/v2.2.2
[unreleased]: https://github.com/lumapps/design-system/compare/v2.2.3...HEAD
[2.2.3]: https://github.com/lumapps/design-system/tree/v2.2.3
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": "2.2.2",
"version": "2.2.3",
"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": "^2.2.2",
"@lumx/icons": "^2.2.2",
"@lumx/core": "^2.2.3",
"@lumx/icons": "^2.2.3",
"focus-visible": "^5.0.2",
"lodash": "4.17.21",
"popper.js": "^1.16.0"
Expand Down Expand Up @@ -40,7 +40,7 @@
"prepare": "install-peers || exit 0",
"prepublishOnly": "yarn build"
},
"version": "2.2.2",
"version": "2.2.3",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
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 @@ -42,7 +42,7 @@
"version": "yarn version-changelog ../../CHANGELOG.md && yarn changelog-verify ../../CHANGELOG.md && git add ../../CHANGELOG.md"
},
"sideEffects": false,
"version": "2.2.2",
"version": "2.2.3",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
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 @@ -21,5 +21,5 @@
"url": "git+https://github.com/lumapps/design-system.git"
},
"sideEffects": false,
"version": "2.2.2"
"version": "2.2.3"
}
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": "^2.2.2",
"@lumx/icons": "^2.2.2",
"@lumx/core": "^2.2.3",
"@lumx/icons": "^2.2.3",
"@popperjs/core": "^2.5.4",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.2.6",
Expand Down Expand Up @@ -120,5 +120,5 @@
"build:storybook": "cd storybook && ./build"
},
"sideEffects": false,
"version": "2.2.2"
"version": "2.2.3"
}
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": "2.2.2",
"version": "2.2.3",
"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": "^2.2.2",
"@lumx/core": "^2.2.2",
"@lumx/icons": "^2.2.2",
"@lumx/react": "^2.2.2",
"@lumx/angularjs": "^2.2.3",
"@lumx/core": "^2.2.3",
"@lumx/icons": "^2.2.3",
"@lumx/react": "^2.2.3",
"@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": "2.2.2"
"version": "2.2.3"
}
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4733,7 +4733,7 @@ __metadata:
languageName: node
linkType: hard

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

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

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

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

0 comments on commit 5f1534e

Please sign in to comment.