Skip to content

Commit

Permalink
Fixed issue with yarn.lock not updating in the changeset version work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
iandilling-adaptive committed Nov 3, 2022
1 parent 22737a8 commit 0caaf31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Create Release Pull Request or Publish
uses: changesets/action@v1
with:
version: yarn version
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"lint:test": "eslint . --ext .jsx,.js,.ts,.tsx --ignore-path ./.gitignore",
"prepare": "husky install",
"clean": "rm -r ./dist; yarn workspaces foreach run clean",
"release": "yarn build-lib && yarn changeset publish"
"release": "yarn build-lib && yarn changeset publish",
"version": "yarn changeset version && yarn"
},
"devDependencies": {
"@changesets/cli": "^2.25.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4667,19 +4667,19 @@ __metadata:
languageName: node
linkType: hard

"@ui-kit-2022/[email protected].0, @ui-kit-2022/components@workspace:packages/ui-kit-components":
"@ui-kit-2022/[email protected].1, @ui-kit-2022/components@workspace:packages/ui-kit-components":
version: 0.0.0-use.local
resolution: "@ui-kit-2022/components@workspace:packages/ui-kit-components"
dependencies:
"@ui-kit-2022/svgr-template": ^1.0.0
"@ui-kit-2022/theme": 0.0.0
"@ui-kit-2022/theme": 0.0.1
vite: ^3.1.0
peerDependencies:
"@emotion/react": ^11.10.4
"@emotion/styled": ^11.10.4
"@mui/icons-material": ^5.10.6
"@mui/material": ^5.10.6
"@ui-kit-2022/theme": 0.0.0
"@ui-kit-2022/theme": 0.0.1
react: ^18.2.0
react-dom: ^18.2.0
languageName: unknown
Expand All @@ -4700,9 +4700,9 @@ __metadata:
"@storybook/builder-vite": ^0.2.2
"@storybook/react": ^6.5.12
"@storybook/testing-library": ^0.0.13
"@ui-kit-2022/components": 0.0.0
"@ui-kit-2022/components": 0.0.1
"@ui-kit-2022/svgr-template": ^1.0.0
"@ui-kit-2022/theme": 0.0.0
"@ui-kit-2022/theme": 0.0.1
babel-loader: ^8.2.5
storybook-addon-pseudo-states: ^1.15.1
storybook-dark-mode: ^1.1.2
Expand Down Expand Up @@ -4749,7 +4749,7 @@ __metadata:
languageName: unknown
linkType: soft

"@ui-kit-2022/[email protected].0, @ui-kit-2022/theme@workspace:packages/ui-kit-theme":
"@ui-kit-2022/[email protected].1, @ui-kit-2022/theme@workspace:packages/ui-kit-theme":
version: 0.0.0-use.local
resolution: "@ui-kit-2022/theme@workspace:packages/ui-kit-theme"
dependencies:
Expand Down

0 comments on commit 0caaf31

Please sign in to comment.