diff --git a/.changeset/chilled-melons-laugh.md b/.changeset/chilled-melons-laugh.md deleted file mode 100644 index 0567ea9..0000000 --- a/.changeset/chilled-melons-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@svbstrate/react-native": patch ---- - -Attempt to fix React Native import issues by publishing ESM exports. diff --git a/.changeset/cyan-maps-leave.md b/.changeset/cyan-maps-leave.md deleted file mode 100644 index d754d61..0000000 --- a/.changeset/cyan-maps-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@svbstrate/core": patch ---- - -Remove `exports` field. Not compatible with React Native atm. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7baf83d..b0d620a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @svbstrate/core +## 0.0.11 + +### Patch Changes + +- [`6e0e594`](https://github.com/front-of-house/svbstrate/commit/6e0e59483bec2f887b8ef87972582550c29794af) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Remove `exports` field. Not compatible with React Native atm. + ## 0.0.10 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5b4d0bd..8ad4d76 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@svbstrate/core", - "version": "0.0.10", + "version": "0.0.11", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 8f84b7c..7a28bfe 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,14 @@ # @svbstrate/react-native +## 0.0.10 + +### Patch Changes + +- [`e069f39`](https://github.com/front-of-house/svbstrate/commit/e069f3946e90ecd91f0ea5addc95ba449b6b8e13) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Attempt to fix React Native import issues by publishing ESM exports. + +- Updated dependencies [[`6e0e594`](https://github.com/front-of-house/svbstrate/commit/6e0e59483bec2f887b8ef87972582550c29794af)]: + - @svbstrate/core@0.0.11 + ## 0.0.9 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index aeced1b..4fe1e20 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@svbstrate/react-native", - "version": "0.0.9", + "version": "0.0.10", "description": "", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", @@ -24,7 +24,7 @@ "homepage": "https://github.com/front-of-house/monorepo#readme", "dependencies": { "@radix-ui/react-polymorphic": "^0.0.14", - "@svbstrate/core": "workspace:^0.0.10" + "@svbstrate/core": "workspace:^0.0.11" }, "peerDependencies": { "react": "*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 96fe8e8..2c18f3c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,7 +39,7 @@ importers: packages/react-native: specifiers: '@radix-ui/react-polymorphic': ^0.0.14 - '@svbstrate/core': workspace:^0.0.10 + '@svbstrate/core': workspace:^0.0.11 '@types/react': '17' '@types/react-native': '*' esbuild: ^0.17.16