File tree Expand file tree Collapse file tree 6 files changed +14
-10
lines changed
Expand file tree Collapse file tree 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/
2121
2222### hubble.gl v2.0 Prereleases
2323
24+ #### hubble.gl [ v2.0.0-alpha.1] - Mar 20 2025
25+
26+ - fix release script and upgrade packages
27+
2428#### hubble.gl [ v2.0.0-alpha.0] - Mar 20 2025
2529
2630- bumped minimum dependencies to deck.gl 9.1 and react 18.2 (#285 )
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.0.0-alpha.0 " ,
2+ "version" : " 2.0.0-alpha.1 " ,
33 "npmClient" : " yarn" ,
44 "packages" : [
55 " modules/*"
Original file line number Diff line number Diff line change 11{
22 "name" : " @hubble.gl/core" ,
3- "version" : " 2.0.0-alpha.0 " ,
3+ "version" : " 2.0.0-alpha.1 " ,
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.0 " ,
3+ "version" : " 2.0.0-alpha.1 " ,
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.0 " ,
40- "@hubble.gl/react" : " 2.0.0-alpha.0 "
39+ "@hubble.gl/core" : " 2.0.0-alpha.1 " ,
40+ "@hubble.gl/react" : " 2.0.0-alpha.1 "
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.0 " ,
3+ "version" : " 2.0.0-alpha.1 " ,
44 "description" : " React components for hubble.gl" ,
55 "license" : " MIT" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ __metadata:
585585 languageName : node
586586 linkType : hard
587587
588- " @hubble.gl/core@npm:2.0.0-alpha.0 , @hubble.gl/core@workspace:modules/core " :
588+ " @hubble.gl/core@npm:2.0.0-alpha.1 , @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.0 , @hubble.gl/react@workspace:modules/react " :
612+ " @hubble.gl/react@npm:2.0.0-alpha.1 , @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.0 "
6322- " @hubble.gl/react " : " npm:2.0.0-alpha.0 "
6321+ " @hubble.gl/core " : " npm:2.0.0-alpha.1 "
6322+ " @hubble.gl/react " : " npm:2.0.0-alpha.1 "
63236323 peerDependencies :
63246324 react : " >=18.3.0"
63256325 react-dom : " >=18.3.0"
You can’t perform that action at this time.
0 commit comments