Skip to content

Commit

Permalink
Merge pull request #26 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 e9340ac + 4750d52 commit 85f72ef
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-foxes-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-readers-care.md

This file was deleted.

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

## 0.0.15

### Patch Changes

- [#25](https://github.com/front-of-house/svbstrate/pull/25) [`c97a58e`](https://github.com/front-of-house/svbstrate/commit/c97a58e08e29f4c2580f36ed97f9f1e82f71d6de) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Use esbuild to build library, and use Vite for Vitest only

## 0.0.14

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

## 0.0.1

### Patch Changes

- [#25](https://github.com/front-of-house/svbstrate/pull/25) [`5351802`](https://github.com/front-of-house/svbstrate/commit/5351802f350a48626a4b74cdc56ae376c1a56ddb) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Initial release

- Updated dependencies [[`c97a58e`](https://github.com/front-of-house/svbstrate/commit/c97a58e08e29f4c2580f36ed97f9f1e82f71d6de)]:
- @svbstrate/core@0.0.15
4 changes: 2 additions & 2 deletions packages/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@svbstrate/css",
"version": "0.0.0",
"version": "0.0.1",
"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.14",
"@svbstrate/core": "workspace:^0.0.15",
"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.18

### Patch Changes

- Updated dependencies [[`c97a58e`](https://github.com/front-of-house/svbstrate/commit/c97a58e08e29f4c2580f36ed97f9f1e82f71d6de)]:
- @svbstrate/core@0.0.15

## 0.0.17

### 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.17",
"version": "0.0.18",
"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.14"
"@svbstrate/core": "workspace:^0.0.15"
},
"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 85f72ef

Please sign in to comment.