Skip to content

Commit

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

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


### Features

* add more react hooks ([#39](https://github.com/8xFF/atm0s-media-sdk-ts/issues/39)) ([0f8d4cd](https://github.com/8xFF/atm0s-media-sdk-ts/commit/0f8d4cd98228e7a6c0ac57959f21328acccd5221))

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


Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"version": "1.0.0-alpha.8",
"main": "./dist/lib.js",
"module": "./dist/lib.mjs",
"types": "./dist/lib.d.ts",
Expand Down

0 comments on commit f3e2f19

Please sign in to comment.