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 Nov 30, 2024
2 parents e319c58 + c228fda commit 71d7526
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 @@ -16,6 +16,7 @@
"changesets": [
"brown-dolls-crash",
"gold-hairs-notice",
"many-roses-dance",
"six-deers-destroy",
"yellow-poems-tie"
]
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.4

### Patch Changes

- Updated dependencies [87aa284a]
- @verdant-web/persistence-sqlite@1.0.0-alpha.4
- @verdant-web/store@4.1.0-alpha.2

## 1.0.0-alpha.3

### 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.3",
"version": "1.0.0-alpha.4",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"kysely": "^0.27.4"
},
"peerDependencies": {
"@verdant-web/store": "^4.1.0-alpha.1"
"@verdant-web/store": "^4.1.0-alpha.2"
},
"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.4

### Patch Changes

- 87aa284a: Ignore illegal invocation error from abort controller
- Updated dependencies [87aa284a]
- @verdant-web/store@4.1.0-alpha.2

## 1.0.0-alpha.3

### 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.3",
"version": "1.0.0-alpha.4",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {},
"peerDependencies": {
"@verdant-web/store": "^4.1.0-alpha.1",
"@verdant-web/store": "^4.1.0-alpha.2",
"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.1",
"@verdant-web/store": "^4.1.0-alpha.2",
"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.2

### Patch Changes

- 87aa284a: Ignore illegal invocation error from abort controller

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

0 comments on commit 71d7526

Please sign in to comment.