Skip to content

Commit

Permalink
chore(main): release react-hooks 1.0.0-alpha.7 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 11, 2024
1 parent b34f9d4 commit 5bd9105
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.6",
"packages/sdk-react-hooks": "1.0.0-alpha.7",
"packages/sdk-react-ui": "1.0.0-alpha.7"
}
7 changes: 7 additions & 0 deletions packages/sdk-react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-alpha.7](https://github.com/8xFF/atm0s-media-sdk-ts/compare/[email protected]@v1.0.0-alpha.7) (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.6](https://github.com/8xFF/atm0s-media-sdk-ts/compare/[email protected]) (2024-10-28)


Expand Down
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.6",
"version": "1.0.0-alpha.7",
"main": "./dist/lib.js",
"module": "./dist/lib.mjs",
"types": "./dist/lib.d.ts",
Expand Down

0 comments on commit 5bd9105

Please sign in to comment.