Skip to content

Commit

Permalink
Release/v3.10.1 (#80)
Browse files Browse the repository at this point in the history
* fix: change provider export path

* chore(release): 3.10.1

---------

Co-authored-by: bmo-amity-bot <[email protected]>
  • Loading branch information
bonanaaaaaa and bmo-amity-bot authored Sep 10, 2024
1 parent 54217b8 commit 31758e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 3.10.1 (2024-09-10)


### Bug Fixes

* change provider export path ([4c4b0a2](https://github.com/AmityCo/Amity-Social-Cloud-UIKit-Web-OpenSource/commit/4c4b0a2c371c979880fd29ed04d9b97496dc125e))

## 3.10.0 (2024-09-02)

## 3.9.0 (2024-08-16)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amityco/ui-kit-open-source",
"version": "3.10.0",
"version": "3.10.1",
"engines": {
"node": ">=16",
"pnpm": ">=8"
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { default as AmityUiKitProvider } from '~/v4/core/providers/AmityUIKitProvider';
export { default as AmityUiKitProvider } from '~/core/providers/UiKitProvider';
export { default as AmityUiKitFeed } from '~/social/components/Feed';
export { default as AmityUiKitSocial } from '~/social/pages/Application';
export { default as AmityUiKitChat } from '~/chat/pages/Application';
Expand Down

0 comments on commit 31758e8

Please sign in to comment.