Skip to content

Commit 1fbd60a

Browse files
committed
chore: release v17.63.0
1 parent 0f1c1f8 commit 1fbd60a

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
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.62.0",
3+
"version": "17.63.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": "17.62.0",
6+
"version": "17.63.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.62.0",
6+
"version": "17.63.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": "17.62.0",
6+
"version": "17.63.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": "17.62.0",
6+
"version": "17.63.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.62.0",
3+
"version": "17.63.0",
44
"description": "Collection of libraries for building collaborative editing apps.",
55
"author": {
66
"name": "streamich",

packages/json-pack/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.62.0",
6+
"version": "17.63.0",
77
"description": "High-performance JSON serialization library",
88
"author": {
99
"name": "streamich",

packages/json-path/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.62.0",
6+
"version": "17.63.0",
77
"description": "JSONPath implementation for TypeScript and JavaScript",
88
"author": {
99
"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": "17.62.0",
7+
"version": "17.63.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": "17.62.0",
6+
"version": "17.63.0",
77
"description": "Random JSON generation, structured JSON by schema generation, no dependencies.",
88
"author": {
99
"name": "streamich",

0 commit comments

Comments
 (0)