Skip to content

Commit

Permalink
v0.13.0 preview release
Browse files Browse the repository at this point in the history
split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix
  • Loading branch information
tantaman committed Jun 15, 2023
1 parent 9e57f04 commit 62912ad
Show file tree
Hide file tree
Showing 39 changed files with 260 additions and 19 deletions.
23 changes: 23 additions & 0 deletions .changeset/afraid-months-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
"@vlcn.io/crsqlite": minor
"@vlcn.io/wa-sqlite": minor
"@vlcn.io/browser-tests": minor
"@vlcn.io/crsqlite-wasm": minor
"@vlcn.io/direct-connect-browser": minor
"@vlcn.io/direct-connect-common": minor
"@vlcn.io/direct-connect-nodejs": minor
"@vlcn.io/crsqlite-allinone": minor
"@vlcn.io/nodeno-tests": minor
"@vlcn.io/sync-p2p": minor
"@vlcn.io/react": minor
"@vlcn.io/rx-query": minor
"@vlcn.io/rx-tbl": minor
"sandbox": minor
"sandbox-node": minor
"@vlcn.io/xplat-api": minor
"@vlcn.io/xplat-tests": minor
"@vlcn.io/tsbuild-all": minor
"@vlcn.io/py-correctness": minor
---

split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix
28 changes: 28 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@vlcn.io/crsqlite": "0.12.0",
"@vlcn.io/wa-sqlite": "0.18.0",
"@vlcn.io/browser-tests": "0.10.0",
"@vlcn.io/crsqlite-wasm": "0.12.0",
"@vlcn.io/direct-connect-browser": "0.2.0",
"@vlcn.io/direct-connect-common": "0.3.0",
"@vlcn.io/direct-connect-nodejs": "0.3.0",
"@vlcn.io/crsqlite-allinone": "0.11.0",
"@vlcn.io/nodeno-tests": "0.10.0",
"@vlcn.io/sync-p2p": "0.10.0",
"@vlcn.io/react": "2.2.0",
"@vlcn.io/rx-query": "0.4.0",
"@vlcn.io/rx-tbl": "0.11.0",
"sandbox": "0.3.0",
"sandbox-node": "0.3.0",
"@vlcn.io/xplat-api": "0.11.0",
"@vlcn.io/xplat-tests": "0.10.0",
"@vlcn.io/tsbuild-all": "0.10.0",
"@vlcn.io/py-correctness": "0.10.0"
},
"changesets": [
"afraid-months-check"
]
}
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.13.0-next.0

### Minor Changes

- split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

## 0.12.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.12.0",
"version": "0.13.0-next.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.11.0-next.0

### Minor Changes

- split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

### Patch Changes

- Updated dependencies
- @vlcn.io/crsqlite-wasm@0.13.0-next.0
- @vlcn.io/xplat-tests@0.11.0-next.0

## 0.10.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.10.0",
"version": "0.11.0-next.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.13.0-next.0

### Minor Changes

- split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

### Patch Changes

- Updated dependencies
- @vlcn.io/wa-sqlite@0.19.0-next.0
- @vlcn.io/xplat-api@0.12.0-next.0

## 0.12.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.12.0",
"version": "0.13.0-next.0",
"files": [
"dist",
"src"
Expand Down
14 changes: 14 additions & 0 deletions js/packages/direct-connect-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @vlcn.io/direct-connect-browser

## 0.3.0-next.0

### Minor Changes

- split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

### Patch Changes

- Updated dependencies
- @vlcn.io/crsqlite-wasm@0.13.0-next.0
- @vlcn.io/direct-connect-common@0.4.0-next.0
- @vlcn.io/rx-tbl@0.12.0-next.0
- @vlcn.io/xplat-api@0.12.0-next.0

## 0.2.0

### Minor 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.2.0",
"version": "0.3.0-next.0",
"files": [
"dist",
"src"
Expand Down
6 changes: 6 additions & 0 deletions js/packages/direct-connect-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vlcn.io/direct-connect-common

## 0.4.0-next.0

### Minor Changes

- split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

## 0.3.0

### Minor 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.3.0",
"version": "0.4.0-next.0",
"files": [
"dist",
"src"
Expand Down
13 changes: 13 additions & 0 deletions js/packages/direct-connect-nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @vlcn.io/direct-connect-nodejs

## 0.4.0-next.0

### Minor Changes

- split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

### Patch Changes

- Updated dependencies
- @vlcn.io/crsqlite@0.13.0-next.0
- @vlcn.io/direct-connect-common@0.4.0-next.0
- @vlcn.io/xplat-api@0.12.0-next.0

## 0.3.0

### Minor 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.3.0",
"version": "0.4.0-next.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.12.0-next.0

### Minor Changes

- split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

### Patch Changes

- Updated dependencies
- @vlcn.io/crsqlite@0.13.0-next.0
- @vlcn.io/xplat-api@0.12.0-next.0

## 0.11.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.11.0",
"version": "0.12.0-next.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.11.0-next.0

### Minor Changes

- split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

### Patch Changes

- Updated dependencies
- @vlcn.io/crsqlite@0.13.0-next.0
- @vlcn.io/crsqlite-allinone@0.12.0-next.0
- @vlcn.io/rx-tbl@0.12.0-next.0
- @vlcn.io/xplat-api@0.12.0-next.0
- @vlcn.io/xplat-tests@0.11.0-next.0

## 0.10.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.10.0",
"version": "0.11.0-next.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.11.0-next.0

### Minor Changes

- split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

### Patch Changes

- Updated dependencies
- @vlcn.io/xplat-api@0.12.0-next.0

## 0.10.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.10.0",
"version": "0.11.0-next.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.3.0-next.0

### Minor Changes

- split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

### Patch Changes

- Updated dependencies
- @vlcn.io/crsqlite-wasm@0.13.0-next.0
- @vlcn.io/direct-connect-browser@0.3.0-next.0
- @vlcn.io/rx-tbl@0.12.0-next.0
- @vlcn.io/xplat-api@0.12.0-next.0

## 2.2.0

### Minor 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.2.0",
"version": "2.3.0-next.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.5.0-next.0

### Minor Changes

- split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

### Patch Changes

- Updated dependencies
- @vlcn.io/xplat-api@0.12.0-next.0

## 0.4.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.4.0",
"version": "0.5.0-next.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.12.0-next.0

### Minor Changes

- split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

### Patch Changes

- Updated dependencies
- @vlcn.io/xplat-api@0.12.0-next.0

## 0.11.0

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

## 0.4.0-next.0

### Minor Changes

- split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion js/packages/sandbox-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sandbox-node",
"private": true,
"type": "module",
"version": "0.3.0",
"version": "0.4.0-next.0",
"scripts": {
"test": "echo 'No tests yet'",
"deep-clean": "rm -rf ./dist || true && rm tsconfig.tsbuildinfo || true"
Expand Down
Loading

0 comments on commit 62912ad

Please sign in to comment.