Skip to content

Commit

Permalink
Merge pull request #414 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 authored Aug 5, 2024
2 parents 5c5c82a + f870ad8 commit 3092829
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/silly-dolphins-smoke.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lo-fi/react

## 38.0.0

### Patch Changes

- Updated dependencies [78503b2a]
- @verdant-web/store@3.12.0

## 37.0.1

### 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": "37.0.1",
"version": "38.0.0",
"access": "public",
"type": "module",
"exports": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@verdant-web/store": "^3.11.1",
"@verdant-web/store": "^3.12.0",
"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.12.0

### Minor Changes

- 78503b2a: Importing now supports old schema versions. Also fixed a bug when resetting an outdated or new client to a dataset which comes from an outdated schema.

## 3.11.1

### 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.11.1",
"version": "3.12.0",
"access": "public",
"type": "module",
"exports": {
Expand Down

0 comments on commit 3092829

Please sign in to comment.