Skip to content

Commit

Permalink
chore(release): publish v0.11.0 [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Sep 13, 2024
1 parent 404e5d6 commit 5cd26cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.10.0",
"version": "0.11.0",
"npmClient": "yarn",
"packages": ["packages/*"],
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/influxdb3-client-browser",
"version": "0.10.0",
"version": "0.11.0",
"description": "InfluxDB 3 client for browser",
"scripts": {
"apidoc:extract": "echo \"Nothing to do\"",
Expand Down Expand Up @@ -47,7 +47,7 @@
"access": "public"
},
"devDependencies": {
"@influxdata/influxdb3-client": "^0.10.0",
"@influxdata/influxdb3-client": "^0.11.0",
"cpr": "^3.0.1",
"rimraf": "^5.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/influxdb3-client",
"version": "0.10.0",
"version": "0.11.0",
"description": "The Client that provides a simple and convenient way to interact with InfluxDB 3.",
"scripts": {
"apidoc:extract": "api-extractor run",
Expand Down

0 comments on commit 5cd26cd

Please sign in to comment.