Skip to content

Commit

Permalink
Merge pull request #20 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 committed Apr 13, 2023
2 parents d0bca91 + f2d08bd commit 7679900
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/gorgeous-plums-tan.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,11 @@
# @svbstrate/core

## 0.0.12

### Patch Changes

- [`d0bca91`](https://github.com/front-of-house/svbstrate/commit/d0bca916ac0b643f2b578c1d552f62579e934cd2) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Fix variant and macro types

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@svbstrate/core",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-native/CHANGELOG.md
@@ -1,5 +1,14 @@
# @svbstrate/react-native

## 0.0.13

### Patch Changes

- [`d0bca91`](https://github.com/front-of-house/svbstrate/commit/d0bca916ac0b643f2b578c1d552f62579e934cd2) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Fix variant and macro types

- Updated dependencies [[`d0bca91`](https://github.com/front-of-house/svbstrate/commit/d0bca916ac0b643f2b578c1d552f62579e934cd2)]:
- @svbstrate/core@0.0.12

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@svbstrate/react-native",
"version": "0.0.12",
"version": "0.0.13",
"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.11"
"@svbstrate/core": "workspace:^0.0.12"
},
"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 7679900

Please sign in to comment.