Skip to content

Commit 49b8f57

Browse files
committed
v1.4.0-beta.2
1 parent 2a0e7f5 commit 49b8f57

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Ref: http://keepachangelog.com/en/0.3.0/
2121

2222
### hubble.gl v1.4 Prereleases
2323

24+
#### hubble.gl [1.4.0-beta.2] - Jan 31 2025
25+
26+
- fix release action
27+
2428
#### hubble.gl [1.4.0-beta.1] - Jan 31 2025
2529

2630
- fix release action

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.0-beta.1",
2+
"version": "1.4.0-beta.2",
33
"npmClient": "yarn",
44
"packages": [
55
"modules/*"

modules/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubble.gl/core",
3-
"version": "1.4.0-beta.1",
3+
"version": "1.4.0-beta.2",
44
"description": "hubble.gl core library classes",
55
"license": "MIT",
66
"type": "module",

modules/main/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hubble.gl",
3-
"version": "1.4.0-beta.1",
3+
"version": "1.4.0-beta.2",
44
"description": "hubble.gl is an animation and video capture library for vis.gl in the browser",
55
"license": "MIT",
66
"type": "module",
@@ -36,8 +36,8 @@
3636
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
3737
},
3838
"dependencies": {
39-
"@hubble.gl/core": "1.4.0-beta.1",
40-
"@hubble.gl/react": "1.4.0-beta.1"
39+
"@hubble.gl/core": "1.4.0-beta.2",
40+
"@hubble.gl/react": "1.4.0-beta.2"
4141
},
4242
"peerDependencies": {
4343
"react": ">=16.3.0",

modules/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubble.gl/react",
3-
"version": "1.4.0-beta.1",
3+
"version": "1.4.0-beta.2",
44
"description": "React components for hubble.gl",
55
"license": "MIT",
66
"type": "module",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@ __metadata:
19321932
languageName: node
19331933
linkType: hard
19341934

1935-
"@hubble.gl/core@npm:1.4.0-beta.1, @hubble.gl/core@workspace:modules/core":
1935+
"@hubble.gl/core@npm:1.4.0-beta.2, @hubble.gl/core@workspace:modules/core":
19361936
version: 0.0.0-use.local
19371937
resolution: "@hubble.gl/core@workspace:modules/core"
19381938
dependencies:
@@ -1956,7 +1956,7 @@ __metadata:
19561956
languageName: unknown
19571957
linkType: soft
19581958

1959-
"@hubble.gl/react@npm:1.4.0-beta.1, @hubble.gl/react@workspace:modules/react":
1959+
"@hubble.gl/react@npm:1.4.0-beta.2, @hubble.gl/react@workspace:modules/react":
19601960
version: 0.0.0-use.local
19611961
resolution: "@hubble.gl/react@workspace:modules/react"
19621962
dependencies:
@@ -7579,8 +7579,8 @@ __metadata:
75797579
version: 0.0.0-use.local
75807580
resolution: "hubble.gl@workspace:modules/main"
75817581
dependencies:
7582-
"@hubble.gl/core": "npm:1.4.0-beta.1"
7583-
"@hubble.gl/react": "npm:1.4.0-beta.1"
7582+
"@hubble.gl/core": "npm:1.4.0-beta.2"
7583+
"@hubble.gl/react": "npm:1.4.0-beta.2"
75847584
peerDependencies:
75857585
react: ">=16.3.0"
75867586
react-dom: ">=16.3.0"

0 commit comments

Comments
 (0)