Skip to content

Commit

Permalink
Merge pull request #11 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 06f3704 + 491d4f7 commit 828be44
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-experts-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-rivers-smash.md

This file was deleted.

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

## 0.0.7

### Patch Changes

- [#10](https://github.com/front-of-house/svbstrate/pull/10) [`a38dcbe`](https://github.com/front-of-house/svbstrate/commit/a38dcbe5bff89e8b4c6d0ba0a366ee4bdd754ddd) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Refactor `unit` to `toValue` on the `properties` prop of `theme`

- [#10](https://github.com/front-of-house/svbstrate/pull/10) [`dc49db5`](https://github.com/front-of-house/svbstrate/commit/dc49db59f00544aed427fc1a319a0a33e85715bc) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Add `customProperty` support to theme. `customProperty` allows you to define an arbitrary property name and a function to process it and return a style object.

## 0.0.6

### 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.6",
"version": "0.0.7",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @svbstrate/react-native

## 0.0.6

### Patch Changes

- Updated dependencies [[`a38dcbe`](https://github.com/front-of-house/svbstrate/commit/a38dcbe5bff89e8b4c6d0ba0a366ee4bdd754ddd), [`dc49db5`](https://github.com/front-of-house/svbstrate/commit/dc49db59f00544aed427fc1a319a0a33e85715bc)]:
- @svbstrate/core@0.0.7

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.6"
"@svbstrate/core": "workspace:^0.0.7"
},
"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 828be44

Please sign in to comment.