Skip to content

Commit

Permalink
Merge pull request #441 from a-type/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions (alpha)
  • Loading branch information
a-type authored Nov 30, 2024
2 parents 95a9def + 54749ad commit 31afa23
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"gold-hairs-notice",
"good-islands-tie",
"many-roses-dance",
"poor-students-chew",
"six-deers-destroy",
"slow-olives-lick",
"twelve-readers-arrive",
Expand Down
8 changes: 8 additions & 0 deletions packages/persistence-capacitor-sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @verdant-web/persistence-capacitor-sqlite

## 1.0.0-alpha.10

### Patch Changes

- Updated dependencies [867d4cb6]
- @verdant-web/persistence-sqlite@1.0.0-alpha.10
- @verdant-web/store@4.1.0-alpha.8

## 1.0.0-alpha.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/persistence-capacitor-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdant-web/persistence-capacitor-sqlite",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"kysely": "^0.27.4"
},
"peerDependencies": {
"@verdant-web/store": "^4.1.0-alpha.7"
"@verdant-web/store": "^4.1.0-alpha.8"
},
"devDependencies": {
"@verdant-web/store": "workspace:*",
Expand Down
8 changes: 8 additions & 0 deletions packages/persistence-sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @verdant-web/persistence-sqlite

## 1.0.0-alpha.10

### Patch Changes

- 867d4cb6: Just stop aborting the thing I guess
- Updated dependencies [867d4cb6]
- @verdant-web/store@4.1.0-alpha.8

## 1.0.0-alpha.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/persistence-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdant-web/persistence-sqlite",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {},
"peerDependencies": {
"@verdant-web/store": "^4.1.0-alpha.7",
"@verdant-web/store": "^4.1.0-alpha.8",
"kysely": "^0.7.0"
},
"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.0-alpha.7",
"@verdant-web/store": "^4.1.0-alpha.8",
"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

## 4.1.0-alpha.8

### Patch Changes

- 867d4cb6: Just stop aborting the thing I guess

## 4.1.0-alpha.7

### 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.0-alpha.7",
"version": "4.1.0-alpha.8",
"access": "public",
"type": "module",
"exports": {
Expand Down

0 comments on commit 31afa23

Please sign in to comment.