Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTheHun committed May 17, 2024
1 parent b10420b commit 49b366c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "pnpm",
"version": "1.8.0"
"version": "1.9.0"
}
2 changes: 1 addition & 1 deletion packages/cbjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cbjsdev/cbjs",
"version": "1.8.0",
"version": "1.9.0",
"description": "Modern Couchbase client for JS runtimes.",
"keywords": [
"couchbase",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cbjsdev/http-client",
"version": "1.8.0",
"version": "1.9.0",
"description": "A type safe HTTP client for Couchbase.",
"keywords": [
"couchbase",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cbjsdev/shared",
"version": "1.8.0-alpha.0",
"version": "1.9.0",
"description": "Shared utils and types for Cbjs",
"author": "Jonathan MASSUCHETTI <jonathan.massuchetti@dappit.fr>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cbjsdev/vitest",
"version": "1.8.0",
"version": "1.9.0",
"description": "Vitest extended tests and fixtures for your tests with Couchbase",
"keywords": [
"couchbase",
Expand Down

0 comments on commit 49b366c

Please sign in to comment.