@truedat/core 4.36.5 → 4.36.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.36.6] 2022-01-07
4
+
5
+ ### Fixed
6
+
7
+ - [TD-4100] Move dependency from devDepencies to dependencies
8
+
9
+ ## [4.36.5] 2022-01-07
10
+
11
+ ### Added
12
+
13
+ - [TD-4100] Long Alert error message CSV download link
14
+
3
15
  ## [4.35.8] 2022-01-07
4
16
 
5
17
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/core",
3
- "version": "4.36.5",
3
+ "version": "4.36.6",
4
4
  "description": "Truedat Web Core",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -43,7 +43,6 @@
43
43
  "jest": "^27.0.6",
44
44
  "jest-localstorage-mock": "^2.4.14",
45
45
  "react": "^16.14.0",
46
- "react-csv": "^2.2.2",
47
46
  "react-dom": "^16.14.0",
48
47
  "redux-saga-test-plan": "^4.0.1",
49
48
  "rimraf": "^3.0.2",
@@ -87,6 +86,7 @@
87
86
  "is-hotkey": "^0.1.6",
88
87
  "is-url": "^1.2.4",
89
88
  "prop-types": "^15.7.2",
89
+ "react-csv": "^2.2.2",
90
90
  "react-dropzone": "^4.2.13",
91
91
  "react-intl": "^5.20.10",
92
92
  "react-moment": "^0.9.7",
@@ -104,5 +104,5 @@
104
104
  "react-dom": ">= 16.8.6 < 17",
105
105
  "semantic-ui-react": ">= 0.88.2 < 2.1"
106
106
  },
107
- "gitHead": "dec36033435443b730ea93fa482ef1ca7dbf28a6"
107
+ "gitHead": "24162cf652f85f30de8669736abc28391fd5f6a8"
108
108
  }