Skip to content

Commit ba02558

Browse files
v1.21.1
1 parent 16dc60a commit ba02558

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "pnpm",
4-
"version": "1.21.0"
4+
"version": "1.21.1"
55
}

packages/cbjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cbjsdev/cbjs",
3-
"version": "1.21.0",
3+
"version": "1.21.1",
44
"description": "Modern Couchbase client for JS runtimes.",
55
"keywords": [
66
"couchbase",

packages/deploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cbjsdev/deploy",
3-
"version": "1.21.0",
3+
"version": "1.21.1",
44
"description": "Utils to manage Couchbase deployment",
55
"keywords": [
66
"couchbase",

packages/http-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cbjsdev/http-client",
3-
"version": "1.21.0",
3+
"version": "1.21.1",
44
"description": "A type safe HTTP client for Couchbase.",
55
"keywords": [
66
"couchbase",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cbjsdev/shared",
3-
"version": "1.21.0",
3+
"version": "1.21.1",
44
"description": "Shared utils and types for Cbjs",
55
"author": "Jonathan MASSUCHETTI <[email protected]>",
66
"license": "Apache-2.0",

packages/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cbjsdev/vitest",
3-
"version": "1.21.0",
3+
"version": "1.21.1",
44
"description": "Vitest extended tests and fixtures for your tests with Couchbase",
55
"keywords": [
66
"couchbase",

0 commit comments

Comments
 (0)