Skip to content

Commit

Permalink
chore(release): publish v1.32.0 [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Nov 3, 2022
1 parent 0aaf50f commit 853dd1d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"version": "1.31.0",
"version": "1.32.0",
"npmClient": "yarn",
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"command": {
"version": {
"message": "chore(release): publish %s [skip CI]"
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.31.0",
"version": "1.32.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.31.0",
"@influxdata/influxdb-client": "^1.32.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.31.0",
"version": "1.32.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.31.0",
"@influxdata/influxdb-client": "^1.32.0",
"cpr": "^3.0.1",
"rimraf": "^3.0.0"
}
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.31.0",
"version": "1.32.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.31.0",
"version": "1.32.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.31.0",
"@influxdata/influxdb-client": "^1.32.0",
"@microsoft/api-extractor": "^7.31.0",
"@types/chai": "^4.2.5",
"@types/mocha": "^10.0.0",
Expand Down

0 comments on commit 853dd1d

Please sign in to comment.