Skip to content

Commit 4e421b4

Browse files
committed
fix(core): fix update yarn lock on version update
1 parent 3dcd0e7 commit 4e421b4

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"lint:code": "eslint packages/**/*.{ts,tsx,js}",
8383
"prepare": "lerna run --stream prepare",
8484
"preversion": "git symbolic-ref --short -q HEAD | egrep -q '^master$' && echo 'ERROR: You can not release from the master branch.' && exit 1 || true",
85-
"version": "yarn version-changelog CHANGELOG.md && git add CHANGELOG.md",
85+
"version": "yarn && yarn version-changelog CHANGELOG.md && git add CHANGELOG.md",
8686
"release": "yarn lerna publish --force-publish",
8787
"scaffold": "yo ./packages/yo-generators --with-tests --with-demo",
8888
"setup:git-hooks": "yarn husky uninstall && yarn husky install || exit 0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5824,7 +5824,7 @@ __metadata:
58245824
languageName: node
58255825
linkType: hard
58265826

5827-
"@lumx/angularjs@^2.1.4, @lumx/angularjs@workspace:packages/lumx-angularjs":
5827+
"@lumx/angularjs@^2.1.5, @lumx/angularjs@workspace:packages/lumx-angularjs":
58285828
version: 0.0.0-use.local
58295829
resolution: "@lumx/angularjs@workspace:packages/lumx-angularjs"
58305830
dependencies:
@@ -5836,8 +5836,8 @@ __metadata:
58365836
"@babel/plugin-proposal-optional-chaining": ^7.8.3
58375837
"@babel/preset-env": ^7.8.3
58385838
"@babel/preset-typescript": ^7.12.7
5839-
"@lumx/core": ^2.1.4
5840-
"@lumx/icons": ^2.1.4
5839+
"@lumx/core": ^2.1.5
5840+
"@lumx/icons": ^2.1.5
58415841
babel-plugin-angularjs-annotate: ^0.10.0
58425842
clean-webpack-plugin: ^3.0.0
58435843
copy-webpack-plugin: ^5.1.1
@@ -5862,7 +5862,7 @@ __metadata:
58625862
languageName: unknown
58635863
linkType: soft
58645864

5865-
"@lumx/core@^2.1.4, @lumx/core@workspace:packages/lumx-core":
5865+
"@lumx/core@^2.1.5, @lumx/core@workspace:packages/lumx-core":
58665866
version: 0.0.0-use.local
58675867
resolution: "@lumx/core@workspace:packages/lumx-core"
58685868
dependencies:
@@ -5906,7 +5906,7 @@ __metadata:
59065906
languageName: unknown
59075907
linkType: soft
59085908

5909-
"@lumx/icons@^2.1.4, @lumx/icons@workspace:packages/lumx-icons":
5909+
"@lumx/icons@^2.1.5, @lumx/icons@workspace:packages/lumx-icons":
59105910
version: 0.0.0-use.local
59115911
resolution: "@lumx/icons@workspace:packages/lumx-icons"
59125912
dependencies:
@@ -5955,7 +5955,7 @@ __metadata:
59555955
languageName: unknown
59565956
linkType: soft
59575957

5958-
"@lumx/react@^2.1.4, @lumx/react@workspace:packages/lumx-react":
5958+
"@lumx/react@^2.1.5, @lumx/react@workspace:packages/lumx-react":
59595959
version: 0.0.0-use.local
59605960
resolution: "@lumx/react@workspace:packages/lumx-react"
59615961
dependencies:
@@ -5969,8 +5969,8 @@ __metadata:
59695969
"@babel/preset-react": ^7.8.3
59705970
"@babel/preset-typescript": ^7.12.7
59715971
"@juggle/resize-observer": ^3.2.0
5972-
"@lumx/core": ^2.1.4
5973-
"@lumx/icons": ^2.1.4
5972+
"@lumx/core": ^2.1.5
5973+
"@lumx/icons": ^2.1.5
59745974
"@popperjs/core": ^2.5.4
59755975
"@rollup/plugin-commonjs": ^15.0.0
59765976
"@rollup/plugin-node-resolve": 9.0.0
@@ -24022,10 +24022,10 @@ fsevents@~2.1.2:
2402224022
version: 0.0.0-use.local
2402324023
resolution: "lumx-site-demo@workspace:packages/site-demo"
2402424024
dependencies:
24025-
"@lumx/angularjs": ^2.1.4
24026-
"@lumx/core": ^2.1.4
24027-
"@lumx/icons": ^2.1.4
24028-
"@lumx/react": ^2.1.4
24025+
"@lumx/angularjs": ^2.1.5
24026+
"@lumx/core": ^2.1.5
24027+
"@lumx/icons": ^2.1.5
24028+
"@lumx/react": ^2.1.5
2402924029
"@mdx-js/mdx": ^1.6.19
2403024030
"@mdx-js/react": ^1.6.19
2403124031
"@reach/router": ^1.2.1

0 commit comments

Comments
 (0)