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.2] - Jan 31 2025
25
+
26
+ - fix release action
27
+
24
28
#### hubble.gl [ 1.4.0-beta.1] - Jan 31 2025
25
29
26
30
- fix release action
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.4.0-beta.1 " ,
2
+ "version" : " 1.4.0-beta.2 " ,
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.1 " ,
3
+ "version" : " 1.4.0-beta.2 " ,
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.1 " ,
3
+ "version" : " 1.4.0-beta.2 " ,
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.1 " ,
40
- "@hubble.gl/react" : " 1.4.0-beta.1 "
39
+ "@hubble.gl/core" : " 1.4.0-beta.2 " ,
40
+ "@hubble.gl/react" : " 1.4.0-beta.2 "
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.1 " ,
3
+ "version" : " 1.4.0-beta.2 " ,
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 @@ -1932,7 +1932,7 @@ __metadata:
1932
1932
languageName : node
1933
1933
linkType : hard
1934
1934
1935
- " @hubble.gl/core@npm:1.4.0-beta.1 , @hubble.gl/core@workspace:modules/core " :
1935
+ " @hubble.gl/core@npm:1.4.0-beta.2 , @hubble.gl/core@workspace:modules/core " :
1936
1936
version : 0.0.0-use.local
1937
1937
resolution : " @hubble.gl/core@workspace:modules/core"
1938
1938
dependencies :
@@ -1956,7 +1956,7 @@ __metadata:
1956
1956
languageName : unknown
1957
1957
linkType : soft
1958
1958
1959
- " @hubble.gl/react@npm:1.4.0-beta.1 , @hubble.gl/react@workspace:modules/react " :
1959
+ " @hubble.gl/react@npm:1.4.0-beta.2 , @hubble.gl/react@workspace:modules/react " :
1960
1960
version : 0.0.0-use.local
1961
1961
resolution : " @hubble.gl/react@workspace:modules/react"
1962
1962
dependencies :
@@ -7579,8 +7579,8 @@ __metadata:
7579
7579
version : 0.0.0-use.local
7580
7580
resolution : " hubble.gl@workspace:modules/main"
7581
7581
dependencies :
7582
- " @hubble.gl/core " : " npm:1.4.0-beta.1 "
7583
- " @hubble.gl/react " : " npm:1.4.0-beta.1 "
7582
+ " @hubble.gl/core " : " npm:1.4.0-beta.2 "
7583
+ " @hubble.gl/react " : " npm:1.4.0-beta.2 "
7584
7584
peerDependencies :
7585
7585
react : " >=16.3.0"
7586
7586
react-dom : " >=16.3.0"
You can’t perform that action at this time.
0 commit comments