Skip to content

Commit

Permalink
Merge pull request #13 from front-of-house/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
estrattonbailey authored Apr 11, 2023
2 parents fcae57c + 12ecce4 commit 2115909
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-bananas-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-clocks-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-islands-deny.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @svbstrate/core

## 0.0.9

### Patch Changes

- [`fcae57c`](https://github.com/front-of-house/svbstrate/commit/fcae57c1113deaf4ddd085b371015225633d6660) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Widen return type for `toValue`

- [`929fea9`](https://github.com/front-of-house/svbstrate/commit/929fea91f349c27d1cf0f4d2030376c149989aee) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Allow `toValue` to return numbers

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.8

### Patch Changes

- [`5f867df`](https://github.com/front-of-house/svbstrate/commit/5f867dfae7ba1213f3ca5a1c0db21cd0376b807b) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Include more information in `debug` mode

- Updated dependencies [[`fcae57c`](https://github.com/front-of-house/svbstrate/commit/fcae57c1113deaf4ddd085b371015225633d6660), [`929fea9`](https://github.com/front-of-house/svbstrate/commit/929fea91f349c27d1cf0f4d2030376c149989aee)]:
- @svbstrate/core@0.0.9

## 0.0.7

### 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.7",
"version": "0.0.8",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"homepage": "https://github.com/front-of-house/monorepo#readme",
"dependencies": {
"@radix-ui/react-polymorphic": "^0.0.14",
"@svbstrate/core": "workspace:^0.0.8"
"@svbstrate/core": "workspace:^0.0.9"
},
"peerDependencies": {
"react": "18",
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 2115909

Please sign in to comment.