carbon-components-svelte 0.66.3 → 0.67.0

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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  <!-- ## Unreleased -->
9
9
 
10
+ ## [0.67.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.0) - 2022-06-29
11
+
12
+ **Breaking Changes**
13
+
14
+ Svelte version >=3.48.0 is required.
15
+
16
+ - re-revert [924b6d35](924b6d352eebf5c82da63f0ead450dc59e80ca30) to allow close event in `ToastNotification`, `InlineNotification` to be cancellable
17
+
10
18
  ## [0.66.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.66.3) - 2022-06-29
11
19
 
12
20
  **Fixes**
package/README.md CHANGED
@@ -31,6 +31,8 @@ Other forms of documentation are auto-generated:
31
31
 
32
32
  Install `carbon-components-svelte` as a development dependency.
33
33
 
34
+ A minimum Svelte version of 3.48.0 is required to use this library.
35
+
34
36
  ```sh
35
37
  # Yarn
36
38
  yarn add -D carbon-components-svelte