@stenajs-webui/redux 18.2.0 → 18.4.0
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.
- package/package.json +2 -2
- package/CHANGELOG.md +0 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stenajs-webui/redux",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.4.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "mattias800",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"files": [
|
|
46
46
|
"dist"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "8852f10780f1343262adc0636a3383b68508e711"
|
|
49
49
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# v17.7.0 (Fri Jul 01 2022)
|
|
2
|
-
|
|
3
|
-
#### 🚀 Enhancement
|
|
4
|
-
|
|
5
|
-
- Build packages with vite [#475](https://github.com/StenaIT/stenajs-webui/pull/475) ([@lindskogen](https://github.com/lindskogen))
|
|
6
|
-
|
|
7
|
-
#### Authors: 1
|
|
8
|
-
|
|
9
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# v17.0.0 (Fri Jun 17 2022)
|
|
14
|
-
|
|
15
|
-
#### 💥 Breaking Change
|
|
16
|
-
|
|
17
|
-
- Upgrade and apply prettier. [#467](https://github.com/StenaIT/stenajs-webui/pull/467) ([@mattias800](https://github.com/mattias800))
|
|
18
|
-
|
|
19
|
-
#### 🔩 Dependency Updates
|
|
20
|
-
|
|
21
|
-
- Update Typescript, React, Jest, etc. [#466](https://github.com/StenaIT/stenajs-webui/pull/466) ([@mattias800](https://github.com/mattias800))
|
|
22
|
-
|
|
23
|
-
#### Authors: 1
|
|
24
|
-
|
|
25
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
26
|
-
|
|
27
|
-
---
|
|
28
|
-
|
|
29
|
-
# v15.1.0 (Fri Feb 25 2022)
|
|
30
|
-
|
|
31
|
-
#### 🚀 Enhancement
|
|
32
|
-
|
|
33
|
-
- Support initial state in reducer factories [#437](https://github.com/StenaIT/stenajs-webui/pull/437) ([@mattias800](https://github.com/mattias800))
|
|
34
|
-
|
|
35
|
-
#### Authors: 1
|
|
36
|
-
|
|
37
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|