From 5cd26cde5379a14cafcaea9c428977947c1d91e8 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Fri, 13 Sep 2024 09:35:02 +0200 Subject: [PATCH] chore(release): publish v0.11.0 [skip CI] --- lerna.json | 2 +- packages/client-browser/package.json | 4 ++-- packages/client/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index 2d1469c9..32ddec6a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.10.0", + "version": "0.11.0", "npmClient": "yarn", "packages": ["packages/*"], "command": { diff --git a/packages/client-browser/package.json b/packages/client-browser/package.json index 603effd0..71f4b190 100644 --- a/packages/client-browser/package.json +++ b/packages/client-browser/package.json @@ -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\"", @@ -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" } diff --git a/packages/client/package.json b/packages/client/package.json index 3bada696..144ccbe3 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -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",