Skip to content

Commit

Permalink
Merge pull request #22 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 14, 2023
2 parents 4b55030 + 2b14a4e commit f1babe6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-turtles-admire.md

This file was deleted.

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

## 0.0.13

### Patch Changes

- [`fc199f7`](https://github.com/front-of-house/svbstrate/commit/fc199f799c2fc56910cc5e67bc7d56de9f261a3e) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Tighten up types, namely space-scale properties. Ensures autocomplete should work in most IDEs.

## 0.0.12

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

## 0.0.15

### Patch Changes

- Updated dependencies [[`fc199f7`](https://github.com/front-of-house/svbstrate/commit/fc199f799c2fc56910cc5e67bc7d56de9f261a3e)]:
- @svbstrate/core@0.0.13

## 0.0.14

### 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.14",
"version": "0.0.15",
"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.12"
"@svbstrate/core": "workspace:^0.0.13"
},
"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 f1babe6

Please sign in to comment.