File tree 6 files changed +14
-10
lines changed
6 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ Ref: http://keepachangelog.com/en/0.3.0/
21
21
22
22
### hubble.gl v2.0 Prereleases
23
23
24
+ #### hubble.gl [ v2.0.0-alpha.3] - Mar 20 2025
25
+
26
+ - fix github release script, attempt 2
27
+
24
28
#### hubble.gl [ v2.0.0-alpha.2] - Mar 20 2025
25
29
26
30
- fix github release script
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.0.0-alpha.2 " ,
2
+ "version" : " 2.0.0-alpha.3 " ,
3
3
"npmClient" : " yarn" ,
4
4
"packages" : [
5
5
" modules/*"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hubble.gl/core" ,
3
- "version" : " 2.0.0-alpha.2 " ,
3
+ "version" : " 2.0.0-alpha.3 " ,
4
4
"description" : " hubble.gl core library classes" ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hubble.gl" ,
3
- "version" : " 2.0.0-alpha.2 " ,
3
+ "version" : " 2.0.0-alpha.3 " ,
4
4
"description" : " hubble.gl is an animation and video capture library for vis.gl in the browser" ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
36
36
"prepublishOnly" : " npm run build-bundle && npm run build-bundle -- --env.dev"
37
37
},
38
38
"dependencies" : {
39
- "@hubble.gl/core" : " 2.0.0-alpha.2 " ,
40
- "@hubble.gl/react" : " 2.0.0-alpha.2 "
39
+ "@hubble.gl/core" : " 2.0.0-alpha.3 " ,
40
+ "@hubble.gl/react" : " 2.0.0-alpha.3 "
41
41
},
42
42
"peerDependencies" : {
43
43
"react" : " >=18.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hubble.gl/react" ,
3
- "version" : " 2.0.0-alpha.2 " ,
3
+ "version" : " 2.0.0-alpha.3 " ,
4
4
"description" : " React components for hubble.gl" ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ __metadata:
585
585
languageName : node
586
586
linkType : hard
587
587
588
- " @hubble.gl/core@npm:2.0.0-alpha.2 , @hubble.gl/core@workspace:modules/core " :
588
+ " @hubble.gl/core@npm:2.0.0-alpha.3 , @hubble.gl/core@workspace:modules/core " :
589
589
version : 0.0.0-use.local
590
590
resolution : " @hubble.gl/core@workspace:modules/core"
591
591
dependencies :
@@ -609,7 +609,7 @@ __metadata:
609
609
languageName : unknown
610
610
linkType : soft
611
611
612
- " @hubble.gl/react@npm:2.0.0-alpha.2 , @hubble.gl/react@workspace:modules/react " :
612
+ " @hubble.gl/react@npm:2.0.0-alpha.3 , @hubble.gl/react@workspace:modules/react " :
613
613
version : 0.0.0-use.local
614
614
resolution : " @hubble.gl/react@workspace:modules/react"
615
615
dependencies :
@@ -6318,8 +6318,8 @@ __metadata:
6318
6318
version : 0.0.0-use.local
6319
6319
resolution : " hubble.gl@workspace:modules/main"
6320
6320
dependencies :
6321
- " @hubble.gl/core " : " npm:2.0.0-alpha.2 "
6322
- " @hubble.gl/react " : " npm:2.0.0-alpha.2 "
6321
+ " @hubble.gl/core " : " npm:2.0.0-alpha.3 "
6322
+ " @hubble.gl/react " : " npm:2.0.0-alpha.3 "
6323
6323
peerDependencies :
6324
6324
react : " >=18.3.0"
6325
6325
react-dom : " >=18.3.0"
You can’t perform that action at this time.
0 commit comments