Skip to content

Commit

Permalink
Merge pull request #822 from garden-co/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
aeplay authored Nov 20, 2024
2 parents f762afd + 7e7b6b9 commit 0fa0cb2
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-jobs-shake.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/pets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.14",
"is-ci": "^3.0.1",
"jazz-run": "workspace:0.8.23",
"jazz-run": "workspace:0.8.25",
"postcss": "^8.4.27",
"tailwindcss": "3.3.2",
"typescript": "^5.3.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/cojson-storage-sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cojson-storage-sqlite

## 0.8.25

### Patch Changes

- 63d46c9: Fix: sqlite not delivering depended-on CoValues

## 0.8.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cojson-storage-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cojson-storage-sqlite",
"type": "module",
"version": "0.8.23",
"version": "0.8.25",
"main": "dist/index.js",
"types": "src/index.ts",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/jazz-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# jazz-run

## 0.8.25

### Patch Changes

- Updated dependencies [63d46c9]
- [email protected]

## 0.8.23

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jazz-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bin": "./dist/index.js",
"type": "module",
"license": "MIT",
"version": "0.8.23",
"version": "0.8.25",
"scripts": {
"format-and-lint": "biome check .",
"format-and-lint:fix": "biome check . --write",
Expand All @@ -19,7 +19,7 @@
"@effect/schema": "^0.71.1",
"@effect/typeclass": "^0.25.5",
"cojson": "workspace:0.8.23",
"cojson-storage-sqlite": "workspace:0.8.23",
"cojson-storage-sqlite": "workspace:0.8.25",
"cojson-transport-ws": "workspace:0.8.23",
"effect": "^3.6.5",
"jazz-tools": "workspace:0.8.23",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0fa0cb2

Please sign in to comment.