Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toptobes committed Sep 20, 2024
1 parent 7033f67 commit 3d92479
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 50 deletions.
20 changes: 10 additions & 10 deletions examples/browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vite": "^5.2.0"
},
"dependencies": {
"@datastax/astra-db-ts": "^1.4.0",
"@datastax/astra-db-ts": "^1.4.1",
"events": "^3.3.0"
}
}
14 changes: 7 additions & 7 deletions examples/cloudflare-workers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"wrangler": "^3.55.0"
},
"dependencies": {
"@datastax/astra-db-ts": "^1.4.0",
"@datastax/astra-db-ts": "^1.4.1",
"events": "^3.3.0"
}
}
14 changes: 7 additions & 7 deletions examples/http2-when-minified/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/http2-when-minified/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@datastax/astra-db-ts": "^1.4.0",
"@datastax/astra-db-ts": "^1.4.1",
"fetch-h2": "^3.0.0",
"next": "14.2.3",
"react": "^18",
Expand Down
14 changes: 7 additions & 7 deletions examples/nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@datastax/astra-db-ts": "^1.4.0",
"@datastax/astra-db-ts": "^1.4.1",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18"
Expand Down
20 changes: 10 additions & 10 deletions examples/non-astra-backends/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/non-astra-backends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"typescript": "^5.5.2"
},
"dependencies": {
"@datastax/astra-db-ts": "^1.4.0"
"@datastax/astra-db-ts": "^1.4.1"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datastax/astra-db-ts",
"version": "1.4.1",
"version": "1.5.0",
"description": "Astra DB TS Client",
"contributors": [
"Kavin Gupta (https://github.com/toptobes)",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
// limitations under the License.

export const LIB_NAME = 'astra-db-ts';
export const LIB_VERSION = '1.4.1';
export const LIB_VERSION = '1.5.0';

0 comments on commit 3d92479

Please sign in to comment.