Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 12, 2023
1 parent e069f39 commit aee7482
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-melons-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-maps-leave.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": "*",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aee7482

Please sign in to comment.