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 v1.4 Prereleases
23
23
24
+ #### hubble.gl [ 1.4.0-beta.4] - Feb 6 2025
25
+
26
+ - upgrade to loaders 3.4 (#306 )
27
+
24
28
#### hubble.gl [ 1.4.0-beta.3] - Feb 6 2025
25
29
26
30
- fix(kepler) 3.1 integration (#302 )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.4.0-beta.3 " ,
2
+ "version" : " 1.4.0-beta.4 " ,
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" : " 1.4.0-beta.3 " ,
3
+ "version" : " 1.4.0-beta.4 " ,
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" : " 1.4.0-beta.3 " ,
3
+ "version" : " 1.4.0-beta.4 " ,
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" : " 1.4.0-beta.3 " ,
40
- "@hubble.gl/react" : " 1.4.0-beta.3 "
39
+ "@hubble.gl/core" : " 1.4.0-beta.4 " ,
40
+ "@hubble.gl/react" : " 1.4.0-beta.4 "
41
41
},
42
42
"peerDependencies" : {
43
43
"react" : " >=16.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hubble.gl/react" ,
3
- "version" : " 1.4.0-beta.3 " ,
3
+ "version" : " 1.4.0-beta.4 " ,
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 @@ -1981,7 +1981,7 @@ __metadata:
1981
1981
languageName: node
1982
1982
linkType: hard
1983
1983
1984
- "@hubble.gl/core@npm:1.4.0-beta.3 , @hubble.gl/core@workspace:modules/core":
1984
+ "@hubble.gl/core@npm:1.4.0-beta.4 , @hubble.gl/core@workspace:modules/core":
1985
1985
version: 0.0.0-use.local
1986
1986
resolution: "@hubble.gl/core@workspace:modules/core"
1987
1987
dependencies:
@@ -2005,7 +2005,7 @@ __metadata:
2005
2005
languageName: unknown
2006
2006
linkType: soft
2007
2007
2008
- "@hubble.gl/react@npm:1.4.0-beta.3 , @hubble.gl/react@workspace:modules/react":
2008
+ "@hubble.gl/react@npm:1.4.0-beta.4 , @hubble.gl/react@workspace:modules/react":
2009
2009
version: 0.0.0-use.local
2010
2010
resolution: "@hubble.gl/react@workspace:modules/react"
2011
2011
dependencies:
@@ -7945,8 +7945,8 @@ __metadata:
7945
7945
version: 0.0.0-use.local
7946
7946
resolution: "hubble.gl@workspace:modules/main"
7947
7947
dependencies:
7948
- "@hubble.gl/core": "npm:1.4.0-beta.3 "
7949
- "@hubble.gl/react": "npm:1.4.0-beta.3 "
7948
+ "@hubble.gl/core": "npm:1.4.0-beta.4 "
7949
+ "@hubble.gl/react": "npm:1.4.0-beta.4 "
7950
7950
peerDependencies:
7951
7951
react: ">=16.3.0"
7952
7952
react-dom: ">=16.3.0"
You can’t perform that action at this time.
0 commit comments