Skip to content

Commit 8717461

Browse files
authored
Merge pull request #742 from lumapps/release/2.1.6
release/2.1.6
2 parents 1b8c8f2 + 239840a commit 8717461

File tree

9 files changed

+45
-27
lines changed

9 files changed

+45
-27
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.6][] - 2021-12-03
11+
1012
### Fixed
1113

1214
- Fixed generated typescript types for NPM publication.
@@ -1195,3 +1197,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11951197
[2.1.4]: https://github.com/lumapps/design-system/tree/v2.1.4
11961198
[2.1.5]: https://github.com/lumapps/design-system/tree/v2.1.5
11971199
[unreleased]: https://github.com/lumapps/design-system/compare/v2.1.5...HEAD
1200+
[unreleased]: https://github.com/lumapps/design-system/compare/v2.1.6...HEAD
1201+
[2.1.6]: https://github.com/lumapps/design-system/tree/v2.1.6

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.5",
13+
"version": "2.1.6",
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.5",
10-
"@lumx/icons": "^2.1.5",
9+
"@lumx/core": "^2.1.6",
10+
"@lumx/icons": "^2.1.6",
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.5",
43+
"version": "2.1.6",
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
"version": "yarn version-changelog ../../CHANGELOG.md && yarn changelog-verify ../../CHANGELOG.md && git add ../../CHANGELOG.md"
4343
},
4444
"sideEffects": false,
45-
"version": "2.1.5",
45+
"version": "2.1.6",
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.5"
24+
"version": "2.1.6"
2525
}

packages/lumx-react/package.json

Lines changed: 4 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.5",
11-
"@lumx/icons": "^2.1.5",
10+
"@lumx/core": "^2.1.6",
11+
"@lumx/icons": "^2.1.6",
1212
"@popperjs/core": "^2.5.4",
1313
"body-scroll-lock": "^3.1.5",
1414
"classnames": "^2.2.6",
@@ -23,6 +23,7 @@
2323
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
2424
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
2525
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
26+
"@babel/plugin-proposal-private-methods": "^7.16.0",
2627
"@babel/plugin-proposal-private-property-in-object": "^7.16.0",
2728
"@babel/preset-env": "^7.8.3",
2829
"@babel/preset-react": "^7.8.3",
@@ -119,5 +120,5 @@
119120
"build:storybook": "cd storybook && ./build"
120121
},
121122
"sideEffects": false,
122-
"version": "2.1.5"
123+
"version": "2.1.6"
123124
}

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.5",
3+
"version": "2.1.6",
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.5",
24-
"@lumx/core": "^2.1.5",
25-
"@lumx/icons": "^2.1.5",
26-
"@lumx/react": "^2.1.5",
23+
"@lumx/angularjs": "^2.1.6",
24+
"@lumx/core": "^2.1.6",
25+
"@lumx/icons": "^2.1.6",
26+
"@lumx/react": "^2.1.6",
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.5"
15+
"version": "2.1.6"
1616
}

yarn.lock

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,6 +1500,18 @@ __metadata:
15001500
languageName: node
15011501
linkType: hard
15021502

1503+
"@babel/plugin-proposal-private-methods@npm:^7.16.0":
1504+
version: 7.16.0
1505+
resolution: "@babel/plugin-proposal-private-methods@npm:7.16.0"
1506+
dependencies:
1507+
"@babel/helper-create-class-features-plugin": ^7.16.0
1508+
"@babel/helper-plugin-utils": ^7.14.5
1509+
peerDependencies:
1510+
"@babel/core": ^7.0.0-0
1511+
checksum: 6f648f54ea1219262b7a05f86f94de7cb466dc81ffd86e4f37ba536037762457ef13408083eb4325d44d2a5aae27c097756efe1067f5c1fbddb8078b923580f5
1512+
languageName: node
1513+
linkType: hard
1514+
15031515
"@babel/plugin-proposal-private-property-in-object@npm:^7.16.0":
15041516
version: 7.16.0
15051517
resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.16.0"
@@ -4721,7 +4733,7 @@ __metadata:
47214733
languageName: node
47224734
linkType: hard
47234735

4724-
"@lumx/angularjs@^2.1.5, @lumx/angularjs@workspace:packages/lumx-angularjs":
4736+
"@lumx/angularjs@^2.1.6, @lumx/angularjs@workspace:packages/lumx-angularjs":
47254737
version: 0.0.0-use.local
47264738
resolution: "@lumx/angularjs@workspace:packages/lumx-angularjs"
47274739
dependencies:
@@ -4734,8 +4746,8 @@ __metadata:
47344746
"@babel/plugin-proposal-private-property-in-object": ^7.16.0
47354747
"@babel/preset-env": ^7.8.3
47364748
"@babel/preset-typescript": ^7.12.7
4737-
"@lumx/core": ^2.1.5
4738-
"@lumx/icons": ^2.1.5
4749+
"@lumx/core": ^2.1.6
4750+
"@lumx/icons": ^2.1.6
47394751
babel-plugin-angularjs-annotate: ^0.10.0
47404752
clean-webpack-plugin: ^3.0.0
47414753
copy-webpack-plugin: ^5.1.1
@@ -4760,7 +4772,7 @@ __metadata:
47604772
languageName: unknown
47614773
linkType: soft
47624774

4763-
"@lumx/core@^2.1.5, @lumx/core@workspace:packages/lumx-core":
4775+
"@lumx/core@^2.1.6, @lumx/core@workspace:packages/lumx-core":
47644776
version: 0.0.0-use.local
47654777
resolution: "@lumx/core@workspace:packages/lumx-core"
47664778
dependencies:
@@ -4807,7 +4819,7 @@ __metadata:
48074819
languageName: unknown
48084820
linkType: soft
48094821

4810-
"@lumx/icons@^2.1.5, @lumx/icons@workspace:packages/lumx-icons":
4822+
"@lumx/icons@^2.1.6, @lumx/icons@workspace:packages/lumx-icons":
48114823
version: 0.0.0-use.local
48124824
resolution: "@lumx/icons@workspace:packages/lumx-icons"
48134825
dependencies:
@@ -4854,7 +4866,7 @@ __metadata:
48544866
languageName: unknown
48554867
linkType: soft
48564868

4857-
"@lumx/react@^2.1.5, @lumx/react@workspace:packages/lumx-react":
4869+
"@lumx/react@^2.1.6, @lumx/react@workspace:packages/lumx-react":
48584870
version: 0.0.0-use.local
48594871
resolution: "@lumx/react@workspace:packages/lumx-react"
48604872
dependencies:
@@ -4864,13 +4876,14 @@ __metadata:
48644876
"@babel/plugin-proposal-nullish-coalescing-operator": ^7.8.3
48654877
"@babel/plugin-proposal-object-rest-spread": ^7.8.3
48664878
"@babel/plugin-proposal-optional-chaining": ^7.8.3
4879+
"@babel/plugin-proposal-private-methods": ^7.16.0
48674880
"@babel/plugin-proposal-private-property-in-object": ^7.16.0
48684881
"@babel/preset-env": ^7.8.3
48694882
"@babel/preset-react": ^7.8.3
48704883
"@babel/preset-typescript": ^7.12.7
48714884
"@juggle/resize-observer": ^3.2.0
4872-
"@lumx/core": ^2.1.5
4873-
"@lumx/icons": ^2.1.5
4885+
"@lumx/core": ^2.1.6
4886+
"@lumx/icons": ^2.1.6
48744887
"@popperjs/core": ^2.5.4
48754888
"@rollup/plugin-commonjs": ^15.0.0
48764889
"@rollup/plugin-node-resolve": 9.0.0
@@ -20296,10 +20309,10 @@ fsevents@~2.1.2:
2029620309
version: 0.0.0-use.local
2029720310
resolution: "lumx-site-demo@workspace:packages/site-demo"
2029820311
dependencies:
20299-
"@lumx/angularjs": ^2.1.5
20300-
"@lumx/core": ^2.1.5
20301-
"@lumx/icons": ^2.1.5
20302-
"@lumx/react": ^2.1.5
20312+
"@lumx/angularjs": ^2.1.6
20313+
"@lumx/core": ^2.1.6
20314+
"@lumx/icons": ^2.1.6
20315+
"@lumx/react": ^2.1.6
2030320316
"@mdx-js/mdx": ^1.6.19
2030420317
"@mdx-js/react": ^1.6.19
2030520318
"@reach/router": ^1.2.1

0 commit comments

Comments
 (0)