Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2025
1 parent a7b19a5 commit cc63263
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/heavy-days-brush.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.7.3

### Patch Changes

- ef5fa50: New Store feature: query keep-alives. Keep a query in memory based on its `key`. Also new in CLI, the Client is now generated with more JSDocs applied, and exposes the .queries property required to use the keep-alive feature.

## 4.7.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.7.2",
"version": "4.7.3",
"description": "Schema management tools for verdant",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/persistence-capacitor-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"kysely": "^0.27.5"
},
"peerDependencies": {
"@verdant-web/store": "^4.1.2"
"@verdant-web/store": "^4.1.3"
},
"devDependencies": {
"@verdant-web/store": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/persistence-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {},
"peerDependencies": {
"@verdant-web/store": "^4.1.2",
"@verdant-web/store": "^4.1.3",
"kysely": "^0.27.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@verdant-web/store": "^4.1.2",
"@verdant-web/store": "^4.1.3",
"react": "^19.0.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

## 4.1.3

### Patch Changes

- ef5fa50: New Store feature: query keep-alives. Keep a query in memory based on its `key`. Also new in CLI, the Client is now generated with more JSDocs applied, and exposes the .queries property required to use the keep-alive feature.

## 4.1.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": "4.1.2",
"version": "4.1.3",
"access": "public",
"type": "module",
"main": "dist/esm/index.js",
Expand Down

0 comments on commit cc63263

Please sign in to comment.