Skip to content

Commit 22f0d5b

Browse files
committed
v2.0.0-alpha.4
1 parent bf17445 commit 22f0d5b

File tree

6 files changed

+16
-11
lines changed

6 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Ref: http://keepachangelog.com/en/0.3.0/
2121

2222
### hubble.gl v2.0 Prereleases
2323

24+
#### hubble.gl [v2.0.0-alpha.4] - May 19 2025
25+
26+
- fix: set clearColor parameter (#328)
27+
- chore(deps): bump modules and examples to 2.0.0-alpha.3 (#325)
28+
2429
#### hubble.gl [v2.0.0-alpha.3] - Mar 20 2025
2530

2631
- fix github release script, attempt 2

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "2.0.0-alpha.3",
2+
"version": "2.0.0-alpha.4",
33
"npmClient": "yarn",
44
"packages": [
55
"modules/*"
66
]
7-
}
7+
}

modules/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubble.gl/core",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"description": "hubble.gl core library classes",
55
"license": "MIT",
66
"type": "module",

modules/main/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hubble.gl",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
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": "2.0.0-alpha.3",
40-
"@hubble.gl/react": "2.0.0-alpha.3"
39+
"@hubble.gl/core": "2.0.0-alpha.4",
40+
"@hubble.gl/react": "2.0.0-alpha.4"
4141
},
4242
"peerDependencies": {
4343
"react": ">=18.3.0",

modules/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubble.gl/react",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"description": "React components for hubble.gl",
55
"license": "MIT",
66
"type": "module",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ __metadata:
580580
languageName: node
581581
linkType: hard
582582

583-
"@hubble.gl/core@npm:2.0.0-alpha.3, @hubble.gl/core@workspace:modules/core":
583+
"@hubble.gl/core@npm:2.0.0-alpha.4, @hubble.gl/core@workspace:modules/core":
584584
version: 0.0.0-use.local
585585
resolution: "@hubble.gl/core@workspace:modules/core"
586586
dependencies:
@@ -604,7 +604,7 @@ __metadata:
604604
languageName: unknown
605605
linkType: soft
606606

607-
"@hubble.gl/react@npm:2.0.0-alpha.3, @hubble.gl/react@workspace:modules/react":
607+
"@hubble.gl/react@npm:2.0.0-alpha.4, @hubble.gl/react@workspace:modules/react":
608608
version: 0.0.0-use.local
609609
resolution: "@hubble.gl/react@workspace:modules/react"
610610
dependencies:
@@ -6148,8 +6148,8 @@ __metadata:
61486148
version: 0.0.0-use.local
61496149
resolution: "hubble.gl@workspace:modules/main"
61506150
dependencies:
6151-
"@hubble.gl/core": "npm:2.0.0-alpha.3"
6152-
"@hubble.gl/react": "npm:2.0.0-alpha.3"
6151+
"@hubble.gl/core": "npm:2.0.0-alpha.4"
6152+
"@hubble.gl/react": "npm:2.0.0-alpha.4"
61536153
peerDependencies:
61546154
react: ">=18.3.0"
61556155
react-dom: ">=18.3.0"

0 commit comments

Comments
 (0)