Skip to content

Commit

Permalink
Merge pull request #384 from a-type/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
a-type committed May 4, 2024
2 parents 2201aa2 + 9213a0e commit b54ef73
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/late-weeks-decide.md

This file was deleted.

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

## 4.4.0

### Minor Changes

- c701cfd: Add React hook "useOnChange" (fires a callback on entity changes). Add "deep" option to React hook "useWatch" to watch for deep changes. Remove the "field" variant of "useWatch." CLI must be updated to correctly generate new React hook types.

## 4.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdant-web/cli",
"version": "4.3.2",
"version": "4.4.0",
"description": "Schema management tools for verdant",
"type": "module",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lo-fi/react

## 32.0.0

### Major Changes

- c701cfd: Add React hook "useOnChange" (fires a callback on entity changes). Add "deep" option to React hook "useWatch" to watch for deep changes. Remove the "field" variant of "useWatch." CLI must be updated to correctly generate new React hook types.

### Patch Changes

- Updated dependencies [c701cfd]
- @verdant-web/store@3.6.3

## 31.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdant-web/react",
"version": "31.0.0",
"version": "32.0.0",
"access": "public",
"type": "module",
"exports": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@verdant-web/store": "^3.6.2",
"@verdant-web/store": "^3.6.3",
"react": "^18.2.0"
},
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lo-fi/web

## 3.6.3

### Patch Changes

- c701cfd: Add React hook "useOnChange" (fires a callback on entity changes). Add "deep" option to React hook "useWatch" to watch for deep changes. Remove the "field" variant of "useWatch." CLI must be updated to correctly generate new React hook types.

## 3.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdant-web/store",
"version": "3.6.2",
"version": "3.6.3",
"access": "public",
"type": "module",
"exports": {
Expand Down

0 comments on commit b54ef73

Please sign in to comment.