@outliant/sunrise-utils 1.1.24 → 1.1.25

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,10 +4,17 @@ 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.25](https://github.com/outliant/sunrise-utils/compare/1.1.24...1.1.25)
8
+
9
+ - chore: added project-pipeline criticalPathAge column #86azmbay5 [`5c9c9a2`](https://github.com/outliant/sunrise-utils/commit/5c9c9a216d926a2451216bbb1337d446ead9a93c)
10
+
7
11
  #### [1.1.24](https://github.com/outliant/sunrise-utils/compare/1.1.23...1.1.24)
8
12
 
13
+ > 4 March 2024
14
+
9
15
  - chore: fix task status filtering #86azhkzeb [`#32`](https://github.com/outliant/sunrise-utils/pull/32)
10
16
  - chore: add due date sort script #86az9tt26 [`#33`](https://github.com/outliant/sunrise-utils/pull/33)
17
+ - chore(release): 1.1.24 [`5b7ee53`](https://github.com/outliant/sunrise-utils/commit/5b7ee53dfd5f96b2d268ba208491c27863249ced)
11
18
 
12
19
  #### [1.1.23](https://github.com/outliant/sunrise-utils/compare/1.1.22...1.1.23)
13
20
 
@@ -27,6 +27,12 @@ module.exports.defaultCustomColumns = [
27
27
  type: 'criticalPathStage',
28
28
  field_type: 'select'
29
29
  },
30
+ {
31
+ name: 'Critical Path Age',
32
+ value: 'criticalPathAge',
33
+ type: 'criticalPathAge',
34
+ field_type: 'date'
35
+ },
30
36
  {
31
37
  name: 'Cancelled',
32
38
  value: 'on_hold',
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.24",
4
+ "version": "1.1.25",
5
5
  "license": "ISC",
6
6
  "author": "Outliant",
7
7
  "main": "index.js",