@k-int/stripes-kint-components 5.2.1 → 5.2.2
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/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [5.2.2](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/compare/v5.2.1...v5.2.2) (2023-11-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Do not add a space after search operator when doing groupings ([9aadc23](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/9aadc235a993e4808ea62effeaf60046ad01bc8c))
|
|
7
|
+
|
|
1
8
|
## [5.2.1](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/compare/v5.2.0...v5.2.1) (2023-10-31)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@k-int/stripes-kint-components",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.2",
|
|
4
4
|
"description": "Stripes Component library for K-Int specific applications",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"prop-types-extra": ">=1.1.0",
|
|
64
64
|
"react": "^18.2.0",
|
|
65
65
|
"react-dom": "^18.2.0",
|
|
66
|
-
"react-intl": "^
|
|
66
|
+
"react-intl": "^6.4.4",
|
|
67
67
|
"react-query": "^3.6.0",
|
|
68
68
|
"react-redux": "^7.0.0",
|
|
69
69
|
"react-router": "^5.2.0",
|