We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8934de1 commit 3c1ab07Copy full SHA for 3c1ab07
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.22.2
5
+* Added `FilterStoreExt` type export.
6
+* Added `LoadedFilter` type export.
7
+* Added `LoadableStore` type export.
8
+* Added `SyncMapStoreExt` type export.
9
+
10
## 0.22.1
11
* Fixed `CryptoKey is not defined` issue in some environment.
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@logux/client",
- "version": "0.22.1",
+ "version": "0.22.2",
"description": "Logux base components to build web client",
"keywords": [
"logux",
0 commit comments