@qrvey/filters 0.0.19 → 0.0.20
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
#### [v0.0.20](https://bitbucket.org/qrvey/qrvey_filters/compare/v0.0.20..v0.0.19)
|
|
8
|
+
|
|
9
|
+
- build: upgraded Qrvey Utils to the next version [`9ad6664`](https://bitbucket.org/qrvey/qrvey_filters/commits/9ad6664a88b3556ef5fc8df077410d911df28cb5)
|
|
10
|
+
|
|
7
11
|
#### [v0.0.19](https://bitbucket.org/qrvey/qrvey_filters/compare/v0.0.19..v0.0.18)
|
|
8
12
|
|
|
13
|
+
> 28 August 2024
|
|
14
|
+
|
|
9
15
|
- feat: :zap: added the filters merging process [`69dad4b`](https://bitbucket.org/qrvey/qrvey_filters/commits/69dad4bb26883e4a8baa5e63cfbbba085914a206)
|
|
10
16
|
|
|
11
17
|
#### [v0.0.18](https://bitbucket.org/qrvey/qrvey_filters/compare/v0.0.18..v0.0.17)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qrvey/filters",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"description": "Helpers and logic for Filtering Data in Qrvey app",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"typescript": "5.4.5"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@qrvey/utils": "1.
|
|
38
|
+
"@qrvey/utils": "1.15.0-0",
|
|
39
39
|
"dayjs": "1.11.10"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|