Skip to content

Commit

Permalink
Merge pull request #28 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 Jun 2, 2023
2 parents c7e79a4 + d28ba91 commit 30cbdf2
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/violet-countries-sneeze.md

This file was deleted.

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

## 0.0.16

### Patch Changes

- [`c7e79a4`](https://github.com/front-of-house/svbstrate/commit/c7e79a4d930f0ad7ecea614a6760a084941c0a38) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Re-export `presets` and `utils` for external library consumption

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@svbstrate/core",
"version": "0.0.15",
"version": "0.0.16",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/css/CHANGELOG.md
@@ -1,5 +1,12 @@
# @svbstrate/css

## 0.0.2

### Patch Changes

- Updated dependencies [[`c7e79a4`](https://github.com/front-of-house/svbstrate/commit/c7e79a4d930f0ad7ecea614a6760a084941c0a38)]:
- @svbstrate/core@0.0.16

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@svbstrate/css",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/front-of-house/monorepo#readme",
"dependencies": {
"@svbstrate/core": "workspace:^0.0.15",
"@svbstrate/core": "workspace:^0.0.16",
"nano-css": "^5.3.5"
}
}
7 changes: 7 additions & 0 deletions packages/react-native/CHANGELOG.md
@@ -1,5 +1,12 @@
# @svbstrate/react-native

## 0.0.20

### Patch Changes

- Updated dependencies [[`c7e79a4`](https://github.com/front-of-house/svbstrate/commit/c7e79a4d930f0ad7ecea614a6760a084941c0a38)]:
- @svbstrate/core@0.0.16

## 0.0.19

### 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.19",
"version": "0.0.20",
"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.15"
"@svbstrate/core": "workspace:^0.0.16"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 30cbdf2

Please sign in to comment.