Skip to content

Commit a7ff97b

Browse files
committed
chore(release): release v2.1.2
1 parent e4f7202 commit a7ff97b

File tree

8 files changed

+19
-15
lines changed

8 files changed

+19
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.2][] - 2021-11-10
11+
1012
### Fixed
1113

1214
- Fixed `IconButton` typing by making both `icon` and `image` props conditional.
@@ -1269,3 +1271,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12691271
[2.1.0]: https://github.com/lumapps/design-system/tree/v2.1.0
12701272
[unreleased]: https://github.com/lumapps/design-system/compare/v2.1.1...HEAD
12711273
[2.1.1]: https://github.com/lumapps/design-system/tree/v2.1.1
1274+
[unreleased]: https://github.com/lumapps/design-system/compare/v2.1.2...HEAD
1275+
[2.1.2]: https://github.com/lumapps/design-system/tree/v2.1.2

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"message": "chore(release): release %s"
1111
}
1212
},
13-
"version": "2.1.1",
13+
"version": "2.1.2",
1414
"useWorkspaces": true,
1515
"npmClient": "yarn"
1616
}

packages/lumx-angularjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"url": "https://github.com/lumapps/design-system/issues"
77
},
88
"dependencies": {
9-
"@lumx/core": "^2.1.1",
10-
"@lumx/icons": "^2.1.1",
9+
"@lumx/core": "^2.1.2",
10+
"@lumx/icons": "^2.1.2",
1111
"focus-visible": "^5.0.2",
1212
"lodash": "4.17.21",
1313
"popper.js": "^1.16.0"
@@ -40,7 +40,7 @@
4040
"prepare": "install-peers || exit 0",
4141
"prepublishOnly": "yarn build"
4242
},
43-
"version": "2.1.1",
43+
"version": "2.1.2",
4444
"devDependencies": {
4545
"@babel/core": "^7.8.3",
4646
"@babel/plugin-proposal-class-properties": "^7.8.3",

packages/lumx-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prepublishOnly": "yarn build"
4343
},
4444
"sideEffects": false,
45-
"version": "2.1.1",
45+
"version": "2.1.2",
4646
"devDependencies": {
4747
"@babel/core": "^7.8.3",
4848
"@babel/plugin-proposal-class-properties": "^7.8.3",

packages/lumx-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"url": "git+https://github.com/lumapps/design-system.git"
2222
},
2323
"sideEffects": false,
24-
"version": "2.1.1"
24+
"version": "2.1.2"
2525
}

packages/lumx-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"dependencies": {
99
"@juggle/resize-observer": "^3.2.0",
10-
"@lumx/core": "^2.1.1",
11-
"@lumx/icons": "^2.1.1",
10+
"@lumx/core": "^2.1.2",
11+
"@lumx/icons": "^2.1.2",
1212
"@popperjs/core": "^2.5.4",
1313
"body-scroll-lock": "^3.1.5",
1414
"classnames": "^2.2.6",
@@ -123,7 +123,7 @@
123123
"storybook": "start-storybook -s ../site-demo/static/ -p 9000"
124124
},
125125
"sideEffects": false,
126-
"version": "2.1.1",
126+
"version": "2.1.2",
127127
"resolutions": {
128128
"**/style-loader": "^1.0.0"
129129
}

packages/site-demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumx-site-demo",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"private": true,
55
"description": "The official LumApps Design System (LumX) demo site",
66
"bugs": {
@@ -20,10 +20,10 @@
2020
"start": "NODE_OPTIONS=--no-warnings gatsby develop"
2121
},
2222
"dependencies": {
23-
"@lumx/angularjs": "^2.1.1",
24-
"@lumx/core": "^2.1.1",
25-
"@lumx/icons": "^2.1.1",
26-
"@lumx/react": "^2.1.1",
23+
"@lumx/angularjs": "^2.1.2",
24+
"@lumx/core": "^2.1.2",
25+
"@lumx/icons": "^2.1.2",
26+
"@lumx/react": "^2.1.2",
2727
"@mdx-js/mdx": "^1.6.19",
2828
"@mdx-js/react": "^1.6.19",
2929
"@reach/router": "^1.2.1",

packages/yo-generators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"main": "generators/index.js",
1313
"name": "generator-lumx-component",
1414
"private": true,
15-
"version": "2.1.1"
15+
"version": "2.1.2"
1616
}

0 commit comments

Comments
 (0)