Skip to content

Commit cc1420f

Browse files
committed
chore(release): publish v1.4.0 [skip CI]
1 parent 3fc4dce commit cc1420f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.0",
2+
"version": "1.4.0",
33
"npmClient": "yarn",
44
"packages": ["packages/*"],
55
"command": {

packages/client-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@influxdata/influxdb3-client-browser",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "InfluxDB 3 client for browser",
55
"scripts": {
66
"apidoc:extract": "echo \"Nothing to do\"",
@@ -47,7 +47,7 @@
4747
"access": "public"
4848
},
4949
"devDependencies": {
50-
"@influxdata/influxdb3-client": "^1.3.0",
50+
"@influxdata/influxdb3-client": "^1.4.0",
5151
"cpr": "^3.0.1",
5252
"rimraf": "^5.0.0"
5353
}

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@influxdata/influxdb3-client",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "The Client that provides a simple and convenient way to interact with InfluxDB 3.",
55
"scripts": {
66
"build": "yarn cp ../../README.md ./README.md && yarn run clean && yarn run build:browser && yarn run build:node",

0 commit comments

Comments
 (0)