Skip to content

Commit

Permalink
chore(release): publish v1.33.2 [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Feb 23, 2023
1 parent e650b33 commit 05bf1d5
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.33.1",
"version": "1.33.2",
"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.33.1",
"version": "1.33.2",
"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.33.1",
"@influxdata/influxdb-client": "^1.33.2",
"@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.33.1",
"version": "1.33.2",
"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.33.1",
"@influxdata/influxdb-client": "^1.33.2",
"cpr": "^3.0.1",
"rimraf": "^4.1.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.33.1",
"version": "1.33.2",
"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.33.1",
"version": "1.33.2",
"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.33.1",
"@influxdata/influxdb-client": "^1.33.2",
"@microsoft/api-extractor": "^7.31.0",
"@types/chai": "^4.2.5",
"@types/mocha": "^10.0.0",
Expand Down

0 comments on commit 05bf1d5

Please sign in to comment.