Skip to content

Commit 9249517

Browse files
committed
v2.0.0-alpha.2
1 parent 4c0d883 commit 9249517

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 v2.0 Prereleases
2323

24+
#### hubble.gl [v2.0.0-alpha.2] - Mar 20 2025
25+
26+
- fix github release script
27+
2428
#### hubble.gl [v2.0.0-alpha.1] - Mar 20 2025
2529

2630
- fix release script and upgrade packages

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-alpha.1",
2+
"version": "2.0.0-alpha.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": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.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": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.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": "2.0.0-alpha.1",
40-
"@hubble.gl/react": "2.0.0-alpha.1"
39+
"@hubble.gl/core": "2.0.0-alpha.2",
40+
"@hubble.gl/react": "2.0.0-alpha.2"
4141
},
4242
"peerDependencies": {
4343
"react": ">=18.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": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.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
@@ -585,7 +585,7 @@ __metadata:
585585
languageName: node
586586
linkType: hard
587587

588-
"@hubble.gl/core@npm:2.0.0-alpha.1, @hubble.gl/core@workspace:modules/core":
588+
"@hubble.gl/core@npm:2.0.0-alpha.2, @hubble.gl/core@workspace:modules/core":
589589
version: 0.0.0-use.local
590590
resolution: "@hubble.gl/core@workspace:modules/core"
591591
dependencies:
@@ -609,7 +609,7 @@ __metadata:
609609
languageName: unknown
610610
linkType: soft
611611

612-
"@hubble.gl/react@npm:2.0.0-alpha.1, @hubble.gl/react@workspace:modules/react":
612+
"@hubble.gl/react@npm:2.0.0-alpha.2, @hubble.gl/react@workspace:modules/react":
613613
version: 0.0.0-use.local
614614
resolution: "@hubble.gl/react@workspace:modules/react"
615615
dependencies:
@@ -6318,8 +6318,8 @@ __metadata:
63186318
version: 0.0.0-use.local
63196319
resolution: "hubble.gl@workspace:modules/main"
63206320
dependencies:
6321-
"@hubble.gl/core": "npm:2.0.0-alpha.1"
6322-
"@hubble.gl/react": "npm:2.0.0-alpha.1"
6321+
"@hubble.gl/core": "npm:2.0.0-alpha.2"
6322+
"@hubble.gl/react": "npm:2.0.0-alpha.2"
63236323
peerDependencies:
63246324
react: ">=18.3.0"
63256325
react-dom: ">=18.3.0"

0 commit comments

Comments
 (0)