Skip to content

Commit 4801cc4

Browse files
committed
version 2.0.0-beta.8
1 parent cedd6ec commit 4801cc4

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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)
15
## 2.0.0-beta.7
26
##### 25 Feb 2021
37
- updated rawgrahps-core to 1.0.0-beta.11 (fixes parsing)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "rawgraphs-frontend",
33
"homepage": "https://app.rawgraphs.io",
4-
"version": "2.0.0-beta.7",
4+
"version": "2.0.0-beta.8",
55
"private": true,
66
"dependencies": {
77
"@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",
99
"@testing-library/jest-dom": "^4.2.4",
1010
"@testing-library/react": "^9.3.2",
1111
"@testing-library/user-event": "^7.1.2",

src/components/DataGrid/DataGrid.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function DataTypeSelector({
166166
{'Date'}
167167
{currentType === 'date' && (
168168
<span className={S['date-format-preview']}>
169-
{' (' + (currentTypeComplete.dateFormat || 'iso') + ') '}
169+
{' (' + (currentTypeComplete.dateFormat) + ') '}
170170
</span>
171171
)}
172172
</div>

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1939,10 +1939,10 @@
19391939
d3-sankey "^0.12.3"
19401940
louvain "^1.2.0"
19411941

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==
19461946
dependencies:
19471947
d3-array "^2.4.0"
19481948
d3-axis "^1.0.12"

0 commit comments

Comments
 (0)