Skip to content

Commit

Permalink
chore(release): publish v1.35.0 [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Aug 15, 2024
1 parent 187e987 commit fe5bc8e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.34.0",
"version": "1.35.0",
"npmClient": "yarn",
"packages": ["packages/*"],
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/apis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/influxdb-client-apis",
"version": "1.34.0",
"version": "1.35.0",
"description": "InfluxDB 2.x generated APIs",
"scripts": {
"apidoc:extract": "api-extractor run",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@influxdata/influxdb-client": "*"
},
"devDependencies": {
"@influxdata/influxdb-client": "^1.34.0",
"@influxdata/influxdb-client": "^1.35.0",
"@influxdata/oats": "^0.7.0",
"@microsoft/api-extractor": "^7.31.0",
"@types/mocha": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/influxdb-client-browser",
"version": "1.34.0",
"version": "1.35.0",
"description": "InfluxDB 2.x client for browser",
"scripts": {
"apidoc:extract": "echo \"Nothing to do\"",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"license": "MIT",
"devDependencies": {
"@influxdata/influxdb-client": "^1.34.0",
"@influxdata/influxdb-client": "^1.35.0",
"cpr": "^3.0.1",
"rimraf": "^5.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/influxdb-client",
"version": "1.34.0",
"version": "1.35.0",
"description": "InfluxDB 2.x client",
"scripts": {
"apidoc:extract": "api-extractor run",
Expand Down
4 changes: 2 additions & 2 deletions packages/giraffe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/influxdb-client-giraffe",
"version": "1.34.0",
"version": "1.35.0",
"description": "InfluxDB 2.x client - giraffe integration",
"scripts": {
"apidoc:extract": "api-extractor run",
Expand Down Expand Up @@ -45,7 +45,7 @@
"license": "MIT",
"devDependencies": {
"@influxdata/giraffe": "*",
"@influxdata/influxdb-client": "^1.34.0",
"@influxdata/influxdb-client": "^1.35.0",
"@microsoft/api-extractor": "^7.31.0",
"@types/chai": "^4.2.5",
"@types/mocha": "^10.0.0",
Expand Down

0 comments on commit fe5bc8e

Please sign in to comment.