File tree Expand file tree Collapse file tree 6 files changed +15
-10
lines changed
Expand file tree Collapse file tree 6 files changed +15
-10
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 v1.4 Prereleases
2323
24+ #### hubble.gl [ 1.4.0-beta.3] - Feb 6 2025
25+
26+ - fix(kepler) 3.1 integration (#302 )
27+ - fix(website) revert loaders to fix build (#303 )
28+
2429#### hubble.gl [ 1.4.0-beta.2] - Jan 31 2025
2530
2631- fix release action
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.4.0-beta.2 " ,
2+ "version" : " 1.4.0-beta.3 " ,
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" : " 1.4.0-beta.2 " ,
3+ "version" : " 1.4.0-beta.3 " ,
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" : " 1.4.0-beta.2 " ,
3+ "version" : " 1.4.0-beta.3 " ,
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" : " 1.4.0-beta.2 " ,
40- "@hubble.gl/react" : " 1.4.0-beta.2 "
39+ "@hubble.gl/core" : " 1.4.0-beta.3 " ,
40+ "@hubble.gl/react" : " 1.4.0-beta.3 "
4141 },
4242 "peerDependencies" : {
4343 "react" : " >=16.3.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @hubble.gl/react" ,
3- "version" : " 1.4.0-beta.2 " ,
3+ "version" : " 1.4.0-beta.3 " ,
44 "description" : " React components for hubble.gl" ,
55 "license" : " MIT" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -1981,7 +1981,7 @@ __metadata:
19811981 languageName: node
19821982 linkType: hard
19831983
1984- "@hubble.gl/core@npm:1.4.0-beta.2 , @hubble.gl/core@workspace:modules/core":
1984+ "@hubble.gl/core@npm:1.4.0-beta.3 , @hubble.gl/core@workspace:modules/core":
19851985 version: 0.0.0-use.local
19861986 resolution: "@hubble.gl/core@workspace:modules/core"
19871987 dependencies:
@@ -2005,7 +2005,7 @@ __metadata:
20052005 languageName: unknown
20062006 linkType: soft
20072007
2008- "@hubble.gl/react@npm:1.4.0-beta.2 , @hubble.gl/react@workspace:modules/react":
2008+ "@hubble.gl/react@npm:1.4.0-beta.3 , @hubble.gl/react@workspace:modules/react":
20092009 version: 0.0.0-use.local
20102010 resolution: "@hubble.gl/react@workspace:modules/react"
20112011 dependencies:
@@ -7978,8 +7978,8 @@ __metadata:
79787978 version: 0.0.0-use.local
79797979 resolution: "hubble.gl@workspace:modules/main"
79807980 dependencies:
7981- "@hubble.gl/core": "npm:1.4.0-beta.2 "
7982- "@hubble.gl/react": "npm:1.4.0-beta.2 "
7981+ "@hubble.gl/core": "npm:1.4.0-beta.3 "
7982+ "@hubble.gl/react": "npm:1.4.0-beta.3 "
79837983 peerDependencies:
79847984 react: ">=16.3.0"
79857985 react-dom: ">=16.3.0"
You can’t perform that action at this time.
0 commit comments