Skip to content

Commit d2e9b1d

Browse files
committed
chore: release v17.59.0
1 parent 6238561 commit d2e9b1d

File tree

11 files changed

+14
-11
lines changed

11 files changed

+14
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-joy-monorepo",
3-
"version": "17.56.0",
3+
"version": "17.59.0",
44
"description": "Collection of libraries for building collaborative editing apps.",
55
"author": {
66
"name": "streamich",

packages/base64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.0.1",
6+
"version": "17.59.0",
77
"description": "High-performance Base64 encoder and decoder",
88
"author": {
99
"name": "streamich",

packages/buffers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "17.56.0",
6+
"version": "17.59.0",
77
"description": "Various helper utilities for working with buffers and binary data",
88
"author": {
99
"name": "streamich",

packages/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.0.1",
6+
"version": "17.59.0",
77
"description": "No-dependencies, low-level, high-performance JIT code generation package for JavaScript",
88
"author": {
99
"name": "streamich",

packages/json-expression/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.0.1",
6+
"version": "17.59.0",
77
"description": "High-performance JSON Pointer implementation",
88
"author": {
99
"name": "streamich",

packages/json-joy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-joy",
3-
"version": "17.56.0",
3+
"version": "17.59.0",
44
"description": "Collection of libraries for building collaborative editing apps.",
55
"author": {
66
"name": "streamich",

packages/json-pack/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@jsonjoy.com/json-pack",
3-
"version": "0.0.1",
3+
"publishConfig": {
4+
"access": "public"
5+
},
6+
"version": "17.59.0",
47
"description": "High-performance JSON serialization library",
58
"author": {
69
"name": "streamich",

packages/json-pointer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "0.0.1",
7+
"version": "17.59.0",
88
"description": "High-performance JSON Pointer implementation",
99
"author": {
1010
"name": "streamich",

packages/json-random/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.0.1",
6+
"version": "17.59.0",
77
"description": "Random JSON generation, structured JSON by schema generation, no dependencies.",
88
"author": {
99
"name": "streamich",

packages/json-type/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.0.1",
6+
"version": "17.59.0",
77
"description": "High-performance JSON Pointer implementation",
88
"author": {
99
"name": "streamich",

0 commit comments

Comments
 (0)