@outliant/sunrise-utils 1.1.21 → 1.1.22

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 CHANGED
@@ -4,9 +4,16 @@ 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
+ #### [1.1.22](https://github.com/outliant/sunrise-utils/compare/1.1.21...1.1.22)
8
+
9
+ - chore: update sticky filters migration sort rule #86azcbz94 [`#28`](https://github.com/outliant/sunrise-utils/pull/28)
10
+
7
11
  #### [1.1.21](https://github.com/outliant/sunrise-utils/compare/1.1.20...1.1.21)
8
12
 
13
+ > 27 February 2024
14
+
9
15
  - chore: sticky filters updates #86azcbz94 [`#27`](https://github.com/outliant/sunrise-utils/pull/27)
16
+ - chore(release): 1.1.21 [`460494e`](https://github.com/outliant/sunrise-utils/commit/460494ea934259a3cc970540155b16a52656b903)
10
17
 
11
18
  #### [1.1.20](https://github.com/outliant/sunrise-utils/compare/1.1.19...1.1.20)
12
19
 
@@ -266,7 +266,7 @@ module.exports.defaultFilterSetting = {
266
266
  'last_comment_date'
267
267
  ],
268
268
  queries: {
269
- sort: 'asc',
269
+ sort: 'desc',
270
270
  sortBy: 'ready_at',
271
271
  text: 'Age'
272
272
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@outliant/sunrise-utils",
3
3
  "description": "Helper functions for project Sunrise",
4
- "version": "1.1.21",
4
+ "version": "1.1.22",
5
5
  "license": "ISC",
6
6
  "author": "Outliant",
7
7
  "main": "index.js",
@@ -605,7 +605,7 @@ describe('taskPipeline', function () {
605
605
  'last_comment_date'
606
606
  ],
607
607
  queries: {
608
- sort: 'asc',
608
+ sort: 'desc',
609
609
  sortBy: 'ready_at',
610
610
  text: 'Age'
611
611
  }