Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 11, 2024
1 parent 6a96e13 commit a7cbc29
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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.7",
"packages/sdk-react-hooks": "1.0.0-alpha.7",
"packages/sdk-react-ui": "1.0.0-alpha.8"
"packages/sdk-react-ui": "1.0.1-alpha.8"
}
9 changes: 9 additions & 0 deletions packages/sdk-react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.1-alpha.8](https://github.com/8xFF/atm0s-media-sdk-ts/compare/[email protected]@v1.0.1-alpha.8) (2024-11-11)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @atm0s-media-sdk/react-hooks bumped from 1.0.0-alpha.7 to 1.0.0-alpha.8

## [1.0.0-alpha.8](https://github.com/8xFF/atm0s-media-sdk-ts/compare/[email protected]@v1.0.0-alpha.8) (2024-11-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atm0s-media-sdk/react-ui",
"version": "1.0.0-alpha.8",
"version": "1.0.1-alpha.8",
"main": "./dist/lib.js",
"module": "./dist/lib.mjs",
"types": "./dist/lib.d.ts",
Expand All @@ -12,7 +12,7 @@
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@atm0s-media-sdk/core": "1.0.0-alpha.7",
"@atm0s-media-sdk/react-hooks": "1.0.0-alpha.7"
"@atm0s-media-sdk/react-hooks": "1.0.0-alpha.8"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down

0 comments on commit a7cbc29

Please sign in to comment.