Skip to content

Commit

Permalink
chore(main): release react-ui 1.0.0-alpha.7 (#38)
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 Oct 29, 2024
1 parent 3fd7a63 commit 6ab3df4
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.6",
"packages/sdk-react-hooks": "1.0.0-alpha.6",
"packages/sdk-react-ui": "1.0.0-alpha.6"
"packages/sdk-react-ui": "1.0.0-alpha.7"
}
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.7](https://github.com/8xFF/atm0s-media-sdk-ts/compare/[email protected]@v1.0.0-alpha.7) (2024-10-29)


### Bug Fixes

* warns in react-ui ClockTimer ([#37](https://github.com/8xFF/atm0s-media-sdk-ts/issues/37)) ([3fd7a63](https://github.com/8xFF/atm0s-media-sdk-ts/commit/3fd7a634b7ef45d988c3090583a7d68209f42152))

## [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-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.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 6ab3df4

Please sign in to comment.