Skip to content

Commit

Permalink
promote next to main release
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Jul 12, 2023
1 parent 5c56d0f commit 9c4a222
Show file tree
Hide file tree
Showing 43 changed files with 222 additions and 94 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-ants-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-goats-sell.md

This file was deleted.

32 changes: 0 additions & 32 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-moles-peel.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/shiny-horses-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-beds-train.md

This file was deleted.

6 changes: 6 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vlcn.io/crsqlite

## 0.14.0

### Minor Changes

- 68deb1c: binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash

## 0.14.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlcn.io/crsqlite",
"version": "0.14.0-next.0",
"version": "0.14.0",
"description": "CR-SQLite loadable extension",
"homepage": "https://vlcn.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion js/deps/wa-sqlite
Submodule wa-sqlite updated 2 files
+6 −0 CHANGELOG.md
+1 −1 package.json
12 changes: 12 additions & 0 deletions js/packages/browser-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @vlcn.io/browser-tests

## 0.12.0

### Minor Changes

- 68deb1c: binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash

### Patch Changes

- Updated dependencies [68deb1c]
- @vlcn.io/crsqlite-wasm@0.14.0
- @vlcn.io/xplat-tests@0.12.0

## 0.12.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion js/packages/browser-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vlcn.io/browser-tests",
"private": true,
"version": "0.12.0-next.0",
"version": "0.12.0",
"type": "module",
"scripts": {
"test": "pnpm cypress run --component"
Expand Down
12 changes: 12 additions & 0 deletions js/packages/crsqlite-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @vlcn.io/wa-crsqlite

## 0.14.0

### Minor Changes

- 68deb1c: binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash

### Patch Changes

- Updated dependencies [68deb1c]
- @vlcn.io/wa-sqlite@0.20.0
- @vlcn.io/xplat-api@0.13.0

## 0.14.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion js/packages/crsqlite-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vlcn.io/crsqlite-wasm",
"type": "module",
"version": "0.14.0-next.0",
"version": "0.14.0",
"files": [
"dist",
"src"
Expand Down
15 changes: 15 additions & 0 deletions js/packages/direct-connect-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @vlcn.io/direct-connect-browser

## 0.4.0

### Minor Changes

- 68deb1c: binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash

### Patch Changes

- Updated dependencies [4f916e2]
- Updated dependencies [68deb1c]
- @vlcn.io/direct-connect-common@0.5.0
- @vlcn.io/crsqlite-wasm@0.14.0
- @vlcn.io/rx-tbl@0.13.0
- @vlcn.io/xplat-api@0.13.0

## 0.4.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/packages/direct-connect-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vlcn.io/direct-connect-browser",
"type": "module",
"version": "0.4.0-next.1",
"version": "0.4.0",
"files": [
"dist",
"src"
Expand Down
10 changes: 10 additions & 0 deletions js/packages/direct-connect-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @vlcn.io/direct-connect-common

## 0.5.0

### Minor Changes

- 68deb1c: binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash

### Patch Changes

- 4f916e2: deal with null values

## 0.5.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/packages/direct-connect-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vlcn.io/direct-connect-common",
"type": "module",
"version": "0.5.0-next.1",
"version": "0.5.0",
"files": [
"dist",
"src"
Expand Down
17 changes: 17 additions & 0 deletions js/packages/direct-connect-nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @vlcn.io/direct-connect-nodejs

## 0.5.0

### Minor Changes

- 68deb1c: binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash

### Patch Changes

- f967e50: fix path resolution for windows
- c3a4641: us os.path
- d574e50: touch workaround for windows
- Updated dependencies [4f916e2]
- Updated dependencies [68deb1c]
- @vlcn.io/direct-connect-common@0.5.0
- @vlcn.io/crsqlite@0.14.0
- @vlcn.io/xplat-api@0.13.0

## 0.5.0-next.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/packages/direct-connect-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vlcn.io/direct-connect-nodejs",
"type": "module",
"version": "0.5.0-next.6",
"version": "0.5.0",
"files": [
"dist",
"src"
Expand Down
12 changes: 12 additions & 0 deletions js/packages/node-allinone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @vlcn.io/crsqlite-allinone

## 0.13.0

### Minor Changes

- 68deb1c: binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash

### Patch Changes

- Updated dependencies [68deb1c]
- @vlcn.io/crsqlite@0.14.0
- @vlcn.io/xplat-api@0.13.0

## 0.13.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion js/packages/node-allinone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlcn.io/crsqlite-allinone",
"version": "0.13.0-next.0",
"version": "0.13.0",
"description": "CR-SQLite loadable extension",
"homepage": "https://vlcn.io",
"type": "module",
Expand Down
15 changes: 15 additions & 0 deletions js/packages/node-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @vlcn.io/nodeno-tests

## 0.12.0

### Minor Changes

- 68deb1c: binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash

### Patch Changes

- Updated dependencies [68deb1c]
- @vlcn.io/crsqlite@0.14.0
- @vlcn.io/crsqlite-allinone@0.13.0
- @vlcn.io/rx-tbl@0.13.0
- @vlcn.io/xplat-api@0.13.0
- @vlcn.io/xplat-tests@0.12.0

## 0.12.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion js/packages/node-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vlcn.io/nodeno-tests",
"type": "module",
"version": "0.12.0-next.0",
"version": "0.12.0",
"files": [
"dist"
],
Expand Down
11 changes: 11 additions & 0 deletions js/packages/p2p/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vlcn.io/replicator-wholedb

## 0.12.0

### Minor Changes

- 68deb1c: binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash

### Patch Changes

- Updated dependencies [68deb1c]
- @vlcn.io/xplat-api@0.13.0

## 0.12.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion js/packages/p2p/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vlcn.io/sync-p2p",
"type": "module",
"version": "0.12.0-next.0",
"version": "0.12.0",
"files": [
"dist",
"src"
Expand Down
14 changes: 14 additions & 0 deletions js/packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @vlcn.io/react

## 2.4.0

### Minor Changes

- 68deb1c: binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash

### Patch Changes

- Updated dependencies [68deb1c]
- @vlcn.io/crsqlite-wasm@0.14.0
- @vlcn.io/direct-connect-browser@0.4.0
- @vlcn.io/rx-tbl@0.13.0
- @vlcn.io/xplat-api@0.13.0

## 2.4.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vlcn.io/react",
"type": "module",
"version": "2.4.0-next.1",
"version": "2.4.0",
"files": [
"dist",
"src"
Expand Down
11 changes: 11 additions & 0 deletions js/packages/rx-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vlcn.io/rx-query

## 0.6.0

### Minor Changes

- 68deb1c: binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash

### Patch Changes

- Updated dependencies [68deb1c]
- @vlcn.io/xplat-api@0.13.0

## 0.6.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion js/packages/rx-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vlcn.io/rx-query",
"type": "module",
"version": "0.6.0-next.0",
"version": "0.6.0",
"files": [
"dist"
],
Expand Down
11 changes: 11 additions & 0 deletions js/packages/rx-tbl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vlcn.io/rx-tbl

## 0.13.0

### Minor Changes

- 68deb1c: binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash

### Patch Changes

- Updated dependencies [68deb1c]
- @vlcn.io/xplat-api@0.13.0

## 0.13.0-next.0

### Minor Changes
Expand Down
Loading

0 comments on commit 9c4a222

Please sign in to comment.