Skip to content

Commit

Permalink
Merge branch 'main' of github.com:a-type/verdant
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Apr 8, 2024
2 parents b9bfda3 + 57b2e4e commit 89f90cf
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilled-moose-teach.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

## 30.0.0

### Patch Changes

- Updated dependencies [e7598d2]
- @verdant-web/store@3.5.0

## 29.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": "29.0.0",
"version": "30.0.0",
"access": "public",
"type": "module",
"exports": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@verdant-web/store": "^3.4.0",
"@verdant-web/store": "^3.5.0",
"react": "^18.2.0"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lo-fi/web

## 3.5.0

### Minor Changes

- e7598d2: Bugfix: map-type entities were returning raw default values for missing keys
Feature: `getOrSet` on entities allows providing an inline default to initialize an empty field synchronously

## 3.4.0

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

0 comments on commit 89f90cf

Please sign in to comment.