diff --git a/.changeset/weak-experts-hide.md b/.changeset/weak-experts-hide.md deleted file mode 100644 index 7c728c9..0000000 --- a/.changeset/weak-experts-hide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@workleap/r2wc": minor ---- - -- Add `contextProviderProps` and `extends` method to `WidgetsManager` to make it more flexible and being able to expose functions outside of the Widgets. -- Rename the `appSettings` to `settings` in `IWidgetsManager` interface. diff --git a/packages/r2wc/CHANGELOG.md b/packages/r2wc/CHANGELOG.md index 6f77c5c..40e4105 100644 --- a/packages/r2wc/CHANGELOG.md +++ b/packages/r2wc/CHANGELOG.md @@ -1,5 +1,12 @@ # @workleap/r2wc +## 1.2.0 + +### Minor Changes + +- [#18](https://github.com/gsoft-inc/wl-r2wc/pull/18) [`c0df5ec`](https://github.com/gsoft-inc/wl-r2wc/commit/c0df5ec85e796f305de8835114fbf4af12373773) Thanks [@mahmoudmoravej](https://github.com/mahmoudmoravej)! - - Add `contextProviderProps` and `extends` method to `WidgetsManager` to make it more flexible and being able to expose functions outside of the Widgets. + - Rename the `appSettings` to `settings` in `IWidgetsManager` interface. + ## 1.1.1 ### Patch Changes diff --git a/packages/r2wc/package.json b/packages/r2wc/package.json index 457c9f6..687c5c5 100644 --- a/packages/r2wc/package.json +++ b/packages/r2wc/package.json @@ -1,6 +1,6 @@ { "name": "@workleap/r2wc", - "version": "1.1.1", + "version": "1.2.0", "author": "Workleap", "repository": { "type": "git",