Skip to content

Commit

Permalink
Merge pull request #14 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 11, 2023
2 parents bc10662 + d94c473 commit 5be59be
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-moles-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-apricots-allow.md

This file was deleted.

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

## 0.0.10

### Patch Changes

- [`4407598`](https://github.com/front-of-house/svbstrate/commit/44075984839cb4872821f1493e78b64785462384) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Map `bg` to `backgroundColor` for better cross-platform support

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.9

### Patch Changes

- [`bc10662`](https://github.com/front-of-house/svbstrate/commit/bc106628a044583d1344bb5315d3a763883ee4ba) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Remap default properties for platform support i.e. width can be a `number` or `${string}pt`

- Updated dependencies [[`4407598`](https://github.com/front-of-house/svbstrate/commit/44075984839cb4872821f1493e78b64785462384)]:
- @svbstrate/core@0.0.10

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.9"
"@svbstrate/core": "workspace:^0.0.10"
},
"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 5be59be

Please sign in to comment.