Commit 4801cc4 1 parent cedd6ec commit 4801cc4 Copy full SHA for 4801cc4
File tree 4 files changed +11
-7
lines changed
4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ## 2.0.0-beta.8
3
+ ##### 25 Feb 2021
4
+ - updated rawgrahps-core to 1.0.0-beta.12 (dates parsing finally ok)
1
5
## 2.0.0-beta.7
2
6
##### 25 Feb 2021
3
7
- updated rawgrahps-core to 1.0.0-beta.11 (fixes parsing)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rawgraphs-frontend" ,
3
3
"homepage" : " https://app.rawgraphs.io" ,
4
- "version" : " 2.0.0-beta.7 " ,
4
+ "version" : " 2.0.0-beta.8 " ,
5
5
"private" : true ,
6
6
"dependencies" : {
7
7
"@rawgraphs/rawgraphs-charts" : " ^1.0.0-beta.15" ,
8
- "@rawgraphs/rawgraphs-core" : " ^ 1.0.0-beta.11 " ,
8
+ "@rawgraphs/rawgraphs-core" : " 1.0.0-beta.12 " ,
9
9
"@testing-library/jest-dom" : " ^4.2.4" ,
10
10
"@testing-library/react" : " ^9.3.2" ,
11
11
"@testing-library/user-event" : " ^7.1.2" ,
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ function DataTypeSelector({
166
166
{ 'Date' }
167
167
{ currentType === 'date' && (
168
168
< span className = { S [ 'date-format-preview' ] } >
169
- { ' (' + ( currentTypeComplete . dateFormat || 'iso' ) + ') ' }
169
+ { ' (' + ( currentTypeComplete . dateFormat ) + ') ' }
170
170
</ span >
171
171
) }
172
172
</ div >
Original file line number Diff line number Diff line change 1939
1939
d3-sankey "^0.12.3"
1940
1940
louvain "^1.2.0"
1941
1941
1942
- "@rawgraphs/rawgraphs-core@^ 1.0.0-beta.11 ":
1943
- version "1.0.0-beta.11 "
1944
- resolved "https://registry.yarnpkg.com/@rawgraphs/rawgraphs-core/-/rawgraphs-core-1.0.0-beta.11 .tgz#a737f1f9766a1ca2b4e434f25be997c9d4c9d4f9 "
1945
- integrity sha512-8OPwRydpQWFulFfrN8fIY+1GjB0SxUBYgiZNmkkJp6ukpNx1JbkCIe1TPxklhLdainuBGhnvtJ+dFBTF2NQpmQ ==
1942
+ "@rawgraphs/
[email protected] .
12 ":
1943
+ version "1.0.0-beta.12 "
1944
+ resolved "https://registry.yarnpkg.com/@rawgraphs/rawgraphs-core/-/rawgraphs-core-1.0.0-beta.12 .tgz#d36320eb809b4f1ab58b2f03d94eaae79fe81d6d "
1945
+ integrity sha512-d5ZsQrfwM4nLTErBM0lnlGTJ0jJMERBP1QoZ9b0vThAswHD+O1DrF8ADbMrOMASsduu5t6eN+UZJb4Lx1P27rQ ==
1946
1946
dependencies:
1947
1947
d3-array "^2.4.0"
1948
1948
d3-axis "^1.0.12"
You can’t perform that action at this time.
0 commit comments