File tree Expand file tree Collapse file tree 6 files changed +16
-11
lines changed Expand file tree Collapse file tree 6 files changed +16
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments