@qrvey/filters 0.0.39 → 0.0.41
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 +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,20 @@ 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.41](https://bitbucket.org/qrvey/qrvey_filters/compare/v0.0.41..v0.0.40)
|
|
8
|
+
|
|
9
|
+
- chore: upgraded qrvey utils to latest version [`934de77`](https://bitbucket.org/qrvey/qrvey_filters/commits/934de779137b294d8406ab2b20c08400152058b4)
|
|
10
|
+
|
|
11
|
+
#### [v0.0.40](https://bitbucket.org/qrvey/qrvey_filters/compare/v0.0.40..v0.0.39)
|
|
12
|
+
|
|
13
|
+
> 9 February 2026
|
|
14
|
+
|
|
15
|
+
- chore: upgraded qrvey utils to latest version [`1247f58`](https://bitbucket.org/qrvey/qrvey_filters/commits/1247f580fe52e31ec4ea1b92442581fd2a63b1d1)
|
|
16
|
+
|
|
7
17
|
#### [v0.0.39](https://bitbucket.org/qrvey/qrvey_filters/compare/v0.0.39..v0.0.38)
|
|
8
18
|
|
|
19
|
+
> 29 January 2026
|
|
20
|
+
|
|
9
21
|
- fix: added the missing formulaType on legacy filter builder [`6edd6ac`](https://bitbucket.org/qrvey/qrvey_filters/commits/6edd6ac09389262e76354dc9d6ee4b249ad3f8d2)
|
|
10
22
|
|
|
11
23
|
#### [v0.0.38](https://bitbucket.org/qrvey/qrvey_filters/compare/v0.0.38..v0.0.37)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qrvey/filters",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.41",
|
|
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.16.
|
|
38
|
+
"@qrvey/utils": "1.16.1-6",
|
|
39
39
|
"dayjs": "1.11.10"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|