Skip to content

Commit

Permalink
Merge pull request #424 from a-type/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions (next)
  • Loading branch information
a-type authored Oct 20, 2024
2 parents 1c955f0 + d85daca commit 3218bd3
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
"@verdant-web/server": "3.3.2",
"@verdant-web/store": "3.12.1"
},
"changesets": []
"changesets": [
"light-cups-poke"
]
}
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.6.2-next.0

### Patch Changes

- 423493cf: Major internal refactoring of persistence layer. Verdant still only supports IndexedDB for now, but this is a huge step toward configurable storage. Prereleasing this version to test in real-world environments.

## 4.6.1

### 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.6.1",
"version": "4.6.2-next.0",
"description": "Schema management tools for verdant",
"type": "module",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @verdant-web/common

## 2.6.0-next.0

### Minor Changes

- 423493cf: Major internal refactoring of persistence layer. Verdant still only supports IndexedDB for now, but this is a huge step toward configurable storage. Prereleasing this version to test in real-world environments.

## 2.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdant-web/common",
"version": "2.5.2",
"version": "2.6.0-next.0",
"access": "public",
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/file-storage-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @verdant-web/s3-file-storage

## 1.0.30-next.0

### Patch Changes

- Updated dependencies [423493cf]
- @verdant-web/server@3.3.3-next.0

## 1.0.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/file-storage-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdant-web/s3-file-storage",
"version": "1.0.29",
"version": "1.0.30-next.0",
"access": "public",
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lo-fi/react

## 39.0.0-next.0

### Patch Changes

- Updated dependencies [423493cf]
- @verdant-web/store@4.0.0-next.0
- @verdant-web/common@2.6.0-next.0

## 38.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": "38.0.0",
"version": "39.0.0-next.0",
"access": "public",
"type": "module",
"exports": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@verdant-web/store": "^3.12.1",
"@verdant-web/store": "^4.0.0-next.0",
"react": "^18.2.0"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lo-fi/server

## 3.3.3-next.0

### Patch Changes

- 423493cf: Major internal refactoring of persistence layer. Verdant still only supports IndexedDB for now, but this is a huge step toward configurable storage. Prereleasing this version to test in real-world environments.
- Updated dependencies [423493cf]
- @verdant-web/common@2.6.0-next.0

## 3.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdant-web/server",
"version": "3.3.2",
"version": "3.3.3-next.0",
"access": "public",
"type": "module",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lo-fi/web

## 4.0.0-next.0

### Major Changes

- 423493cf: Major internal refactoring of persistence layer. Verdant still only supports IndexedDB for now, but this is a huge step toward configurable storage. Prereleasing this version to test in real-world environments.

### Patch Changes

- Updated dependencies [423493cf]
- @verdant-web/common@2.6.0-next.0

## 3.12.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": "3.12.1",
"version": "4.0.0-next.0",
"access": "public",
"type": "module",
"exports": {
Expand Down

0 comments on commit 3218bd3

Please sign in to comment.