@frontify/guideline-blocks-settings 0.26.6 → 0.26.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @frontify/guideline-blocks-settings
2
2
 
3
+ ## 0.26.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#426](https://github.com/Frontify/brand-sdk/pull/426) [`7729287`](https://github.com/Frontify/brand-sdk/commit/77292877e2bce6207196b5a8373711db94ab1716) Thanks [@triggertoo](https://github.com/triggertoo)! - Update @frontify/sidebar-settings to get react 18 support
8
+
9
+ - Updated dependencies [[`b78b376`](https://github.com/Frontify/brand-sdk/commit/b78b3764d1c01e1c0cc81542fdea2d813bb62e33)]:
10
+ - @frontify/sidebar-settings@0.4.0
11
+
12
+ ## 0.26.7
13
+
14
+ ### Patch Changes
15
+
16
+ - [#419](https://github.com/Frontify/brand-sdk/pull/419) [`ada3b73`](https://github.com/Frontify/brand-sdk/commit/ada3b73d4af947649b6135b26b8e5a1c26f79aad) Thanks [@triggertoo](https://github.com/triggertoo)! - Update @frontify/sidebar-settings to the latest version
17
+
3
18
  ## 0.26.6
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontify/guideline-blocks-settings",
3
- "version": "0.26.6",
3
+ "version": "0.26.8",
4
4
  "description": "Provides types and helpers for the guideline block development",
5
5
  "sideEffects": false,
6
6
  "main": "dist/index.umd.js",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@frontify/app-bridge": "^3.0.0-beta.66",
32
- "@frontify/sidebar-settings": "^0.3.3"
32
+ "@frontify/sidebar-settings": "^0.4.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "^18",