diff --git a/.changeset/wicked-rocks-shave.md b/.changeset/wicked-rocks-shave.md deleted file mode 100644 index 544939c9..00000000 --- a/.changeset/wicked-rocks-shave.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@quiltt/react": patch -"@quiltt/core": patch -"@quiltt/react-native": patch ---- - -Added explicit file extensions to import statements to comply with strict ESM module resolution. diff --git a/README.md b/README.md index 827fd283..9c74119b 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,3 @@ We welcome contributions from developers at all skill levels. Whether you're loo ## License This repository and all published packages are licensed under the terms of the MIT license. See the [LICENSE](LICENSE.md) file for more information. - diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ea1bba60..13a08eec 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @quiltt/core +## 3.9.1 + +### Patch Changes + +- [#310](https://github.com/quiltt/quiltt-js/pull/310) [`86b39ac`](https://github.com/quiltt/quiltt-js/commit/86b39ac7015fcf21d1c1962df1a76f84c2af9801) Thanks [@rubendinho](https://github.com/rubendinho)! - Added explicit file extensions to import statements to comply with strict ESM module resolution. + ## 3.9.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3bdeeedd..29dbdd62 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@quiltt/core", - "version": "3.9.0", + "version": "3.9.1", "description": "Javascript API client and utilities for Quiltt", "keywords": [ "quiltt", diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 0e36fcc4..67283c4f 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,15 @@ # @quiltt/react-native +## 3.9.1 + +### Patch Changes + +- [#310](https://github.com/quiltt/quiltt-js/pull/310) [`86b39ac`](https://github.com/quiltt/quiltt-js/commit/86b39ac7015fcf21d1c1962df1a76f84c2af9801) Thanks [@rubendinho](https://github.com/rubendinho)! - Added explicit file extensions to import statements to comply with strict ESM module resolution. + +- Updated dependencies [[`86b39ac`](https://github.com/quiltt/quiltt-js/commit/86b39ac7015fcf21d1c1962df1a76f84c2af9801)]: + - @quiltt/react@3.9.1 + - @quiltt/core@3.9.1 + ## 3.9.0 ### Minor Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index bf60feb4..a680a8f8 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@quiltt/react-native", - "version": "3.9.0", + "version": "3.9.1", "description": "React Native components for Quiltt Connector", "homepage": "https://github.com/quiltt/quiltt-js/tree/main/packages/react-native#readme", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 62eca18e..3fe871af 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,14 @@ # @quiltt/react +## 3.9.1 + +### Patch Changes + +- [#310](https://github.com/quiltt/quiltt-js/pull/310) [`86b39ac`](https://github.com/quiltt/quiltt-js/commit/86b39ac7015fcf21d1c1962df1a76f84c2af9801) Thanks [@rubendinho](https://github.com/rubendinho)! - Added explicit file extensions to import statements to comply with strict ESM module resolution. + +- Updated dependencies [[`86b39ac`](https://github.com/quiltt/quiltt-js/commit/86b39ac7015fcf21d1c1962df1a76f84c2af9801)]: + - @quiltt/core@3.9.1 + ## 3.9.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 20b555fc..7b4b8b98 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@quiltt/react", - "version": "3.9.0", + "version": "3.9.1", "description": "React components and hooks for Quiltt Connector", "keywords": [ "quiltt",