Skip to content

Commit

Permalink
ci: fix version (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm authored Oct 28, 2024
1 parent f700da0 commit 465785c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/sdk-core": "1.0.0-alpha.6",
"packages/sdk-react-hooks": "1.0.0-alpha.8",
"packages/sdk-react-hooks": "1.0.0-alpha.5",
"packages/sdk-react-ui": "1.0.0-alpha.5"
}
2 changes: 1 addition & 1 deletion packages/sdk-react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atm0s-media-sdk/react-hooks",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.5",
"main": "./dist/lib.js",
"module": "./dist/lib.mjs",
"types": "./dist/lib.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@atm0s-media-sdk/core": "0.0.0",
"@atm0s-media-sdk/react-hooks": "1.0.0-alpha.7"
"@atm0s-media-sdk/core": "1.0.0-alpha.6",
"@atm0s-media-sdk/react-hooks": "1.0.0-alpha.5"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down
21 changes: 3 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 465785c

Please sign in to comment.