@beauraines/sprint-tracker 0.6.8 → 0.6.9

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +48 -41
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.6.9](https://github.com/beauraines/sprint-tracker/compare/v0.6.8...v0.6.9) (2023-12-16)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** bump cli-markdown from 3.1.0 to 3.2.0 ([#49](https://github.com/beauraines/sprint-tracker/issues/49)) ([05b4f6c](https://github.com/beauraines/sprint-tracker/commit/05b4f6c30062620d9853a981fe01a14f9c762b04))
11
+
5
12
  ### [0.6.8](https://github.com/beauraines/sprint-tracker/compare/v0.6.7...v0.6.8) (2023-12-15)
6
13
 
7
14
 
@@ -9,79 +16,79 @@ All notable changes to this project will be documented in this file. See [standa
9
16
 
10
17
  * switch from bitbucket to github ([#50](https://github.com/beauraines/sprint-tracker/issues/50)) ([b668ecf](https://github.com/beauraines/sprint-tracker/commit/b668ecf293f769fd4f07e90a1ea6feb666f9c1d9))
11
18
 
12
- ### [0.6.7](https://bitbucket.org/beauraines/sprint-tracker/compare/v0.6.6...v0.6.7) (2023-12-13)
19
+ ### [0.6.7](https://github.com/beauraines/sprint-tracker/compare/v0.6.6...v0.6.7) (2023-12-13)
13
20
 
14
21
 
15
22
  ### Features
16
23
 
17
- * adds readme command ([#48](https://bitbucket.org/beauraines/sprint-tracker/issues/48)) ([7992851](https://bitbucket.org/beauraines/sprint-tracker/commit/7992851afc6aa446aa1d04b7366fb1b264eca0e8))
24
+ * adds readme command ([#48](https://github.com/beauraines/sprint-tracker/issues/48)) ([7992851](https://github.com/beauraines/sprint-tracker/commit/7992851afc6aa446aa1d04b7366fb1b264eca0e8))
18
25
 
19
- ### [0.6.6](https://bitbucket.org/beauraines/sprint-tracker/compare/v0.6.5...v0.6.6) (2023-12-13)
26
+ ### [0.6.6](https://github.com/beauraines/sprint-tracker/compare/v0.6.5...v0.6.6) (2023-12-13)
20
27
 
21
28
 
22
29
  ### Bug Fixes
23
30
 
24
- * cross-platform home dir in R ([#47](https://bitbucket.org/beauraines/sprint-tracker/issues/47)) ([19ea5da](https://bitbucket.org/beauraines/sprint-tracker/commit/19ea5dac5297d7ecbcb6d2b054940482dd46cf12))
31
+ * cross-platform home dir in R ([#47](https://github.com/beauraines/sprint-tracker/issues/47)) ([19ea5da](https://github.com/beauraines/sprint-tracker/commit/19ea5dac5297d7ecbcb6d2b054940482dd46cf12))
25
32
 
26
- ### [0.6.5](https://bitbucket.org/beauraines/sprint-tracker/compare/v0.6.4...v0.6.5) (2023-12-13)
33
+ ### [0.6.5](https://github.com/beauraines/sprint-tracker/compare/v0.6.4...v0.6.5) (2023-12-13)
27
34
 
28
35
 
29
36
  ### Features
30
37
 
31
- * depends on local R ([#46](https://bitbucket.org/beauraines/sprint-tracker/issues/46)) ([1e8bf5e](https://bitbucket.org/beauraines/sprint-tracker/commit/1e8bf5ed534f52e569bab60cf501826b0f9b06f6))
38
+ * depends on local R ([#46](https://github.com/beauraines/sprint-tracker/issues/46)) ([1e8bf5e](https://github.com/beauraines/sprint-tracker/commit/1e8bf5ed534f52e569bab60cf501826b0f9b06f6))
32
39
 
33
- ### [0.6.4](https://bitbucket.org/beauraines/sprint-tracker/compare/v0.6.3...v0.6.4) (2023-12-07)
40
+ ### [0.6.4](https://github.com/beauraines/sprint-tracker/compare/v0.6.3...v0.6.4) (2023-12-07)
34
41
 
35
42
 
36
43
  ### Bug Fixes
37
44
 
38
- * **config:** creates file when one doesn't exist ([#44](https://bitbucket.org/beauraines/sprint-tracker/issues/44)) ([1b3b525](https://bitbucket.org/beauraines/sprint-tracker/commit/1b3b525ecc7da1c884417cabf5c1b5aa06c01025)), closes [#42](https://bitbucket.org/beauraines/sprint-tracker/issues/42)
45
+ * **config:** creates file when one doesn't exist ([#44](https://github.com/beauraines/sprint-tracker/issues/44)) ([1b3b525](https://github.com/beauraines/sprint-tracker/commit/1b3b525ecc7da1c884417cabf5c1b5aa06c01025)), closes [#42](https://github.com/beauraines/sprint-tracker/issues/42)
39
46
 
40
- ### [0.6.3](https://bitbucket.org/beauraines/sprint-tracker/compare/v0.6.1...v0.6.3) (2023-12-07)
47
+ ### [0.6.3](https://github.com/beauraines/sprint-tracker/compare/v0.6.1...v0.6.3) (2023-12-07)
41
48
 
42
49
 
43
50
  ### Features
44
51
 
45
- * Add database seeds ([0cdc547](https://bitbucket.org/beauraines/sprint-tracker/commit/0cdc547d75ee2f91fb04c779cf7179548c0af536)), closes [#21](https://bitbucket.org/beauraines/sprint-tracker/issues/21)
46
- * Add new project command ([bb55704](https://bitbucket.org/beauraines/sprint-tracker/commit/bb557046848ad5e9be3e1cb479a9a9695fbb3adf)), closes [#2](https://bitbucket.org/beauraines/sprint-tracker/issues/2)
47
- * adds bash completion ([52d217d](https://bitbucket.org/beauraines/sprint-tracker/commit/52d217d455fe7ed88a817735f07b0e6d816786d7))
48
- * adds command to generate Sprint Outcome visualization ([671c350](https://bitbucket.org/beauraines/sprint-tracker/commit/671c350144625296675028b57e9cfada0dc204cc))
49
- * adds command to prompt and add project ([e9c788e](https://bitbucket.org/beauraines/sprint-tracker/commit/e9c788e3c80edadf593be73a6d48edaef42cfdc1)), closes [#2](https://bitbucket.org/beauraines/sprint-tracker/issues/2)
50
- * adds config command ([e5d1f4e](https://bitbucket.org/beauraines/sprint-tracker/commit/e5d1f4e2ded5d5e8bb0e930575314088c583c1f0))
51
- * adds docker compose file ([0a2fffc](https://bitbucket.org/beauraines/sprint-tracker/commit/0a2fffc7e6b8d8c15b88fd130528fd8f3e51fd02))
52
- * adds shell script to generate backlog by team ([5063a42](https://bitbucket.org/beauraines/sprint-tracker/commit/5063a427613a307da3a26dd2c6f561dd0e234e8b))
53
- * compensates for unestimated work-items ([#19](https://bitbucket.org/beauraines/sprint-tracker/issues/19)) ([79bfa68](https://bitbucket.org/beauraines/sprint-tracker/commit/79bfa68bc30a6244416af10fcb26007957ee0f0f))
54
- * makes config path work cross-OS ([4fae74b](https://bitbucket.org/beauraines/sprint-tracker/commit/4fae74b4ba45f5bf0f6d62c7b924d2ead01d0d73))
55
- * Prettify output with cli-table3 ([682b72f](https://bitbucket.org/beauraines/sprint-tracker/commit/682b72f343c4cb34e8b36bb907065993f09b4c70)), closes [#5](https://bitbucket.org/beauraines/sprint-tracker/issues/5)
56
- * **README:** adds installation instructions ([7ed182f](https://bitbucket.org/beauraines/sprint-tracker/commit/7ed182fa7676aa6d5b37f001d4d413e86fe9ee83))
57
- * removes description from sprint display ([1ebd19e](https://bitbucket.org/beauraines/sprint-tracker/commit/1ebd19e3aca1c9dbaed021b84963b4dc7aa3e135))
58
- * saves feature team backlog to a file ([01e79b5](https://bitbucket.org/beauraines/sprint-tracker/commit/01e79b53b9e067e33151e6d4f38b47900c7439ae))
59
- * scripts to create visualizations ([a6aa4f8](https://bitbucket.org/beauraines/sprint-tracker/commit/a6aa4f861e526a5abb7fc9cb77af2c719aae1b24))
60
- * **visuals:** Updates sprint outcomes legend ([b2010db](https://bitbucket.org/beauraines/sprint-tracker/commit/b2010db22c310c341dbe8075a596bbedff7dbd25))
52
+ * Add database seeds ([0cdc547](https://github.com/beauraines/sprint-tracker/commit/0cdc547d75ee2f91fb04c779cf7179548c0af536)), closes [#21](https://github.com/beauraines/sprint-tracker/issues/21)
53
+ * Add new project command ([bb55704](https://github.com/beauraines/sprint-tracker/commit/bb557046848ad5e9be3e1cb479a9a9695fbb3adf)), closes [#2](https://github.com/beauraines/sprint-tracker/issues/2)
54
+ * adds bash completion ([52d217d](https://github.com/beauraines/sprint-tracker/commit/52d217d455fe7ed88a817735f07b0e6d816786d7))
55
+ * adds command to generate Sprint Outcome visualization ([671c350](https://github.com/beauraines/sprint-tracker/commit/671c350144625296675028b57e9cfada0dc204cc))
56
+ * adds command to prompt and add project ([e9c788e](https://github.com/beauraines/sprint-tracker/commit/e9c788e3c80edadf593be73a6d48edaef42cfdc1)), closes [#2](https://github.com/beauraines/sprint-tracker/issues/2)
57
+ * adds config command ([e5d1f4e](https://github.com/beauraines/sprint-tracker/commit/e5d1f4e2ded5d5e8bb0e930575314088c583c1f0))
58
+ * adds docker compose file ([0a2fffc](https://github.com/beauraines/sprint-tracker/commit/0a2fffc7e6b8d8c15b88fd130528fd8f3e51fd02))
59
+ * adds shell script to generate backlog by team ([5063a42](https://github.com/beauraines/sprint-tracker/commit/5063a427613a307da3a26dd2c6f561dd0e234e8b))
60
+ * compensates for unestimated work-items ([#19](https://github.com/beauraines/sprint-tracker/issues/19)) ([79bfa68](https://github.com/beauraines/sprint-tracker/commit/79bfa68bc30a6244416af10fcb26007957ee0f0f))
61
+ * makes config path work cross-OS ([4fae74b](https://github.com/beauraines/sprint-tracker/commit/4fae74b4ba45f5bf0f6d62c7b924d2ead01d0d73))
62
+ * Prettify output with cli-table3 ([682b72f](https://github.com/beauraines/sprint-tracker/commit/682b72f343c4cb34e8b36bb907065993f09b4c70)), closes [#5](https://github.com/beauraines/sprint-tracker/issues/5)
63
+ * **README:** adds installation instructions ([7ed182f](https://github.com/beauraines/sprint-tracker/commit/7ed182fa7676aa6d5b37f001d4d413e86fe9ee83))
64
+ * removes description from sprint display ([1ebd19e](https://github.com/beauraines/sprint-tracker/commit/1ebd19e3aca1c9dbaed021b84963b4dc7aa3e135))
65
+ * saves feature team backlog to a file ([01e79b5](https://github.com/beauraines/sprint-tracker/commit/01e79b53b9e067e33151e6d4f38b47900c7439ae))
66
+ * scripts to create visualizations ([a6aa4f8](https://github.com/beauraines/sprint-tracker/commit/a6aa4f861e526a5abb7fc9cb77af2c719aae1b24))
67
+ * **visuals:** Updates sprint outcomes legend ([b2010db](https://github.com/beauraines/sprint-tracker/commit/b2010db22c310c341dbe8075a596bbedff7dbd25))
61
68
 
62
69
 
63
70
  ### Bug Fixes
64
71
 
65
- * removes extraneous db output console logging ([#35](https://bitbucket.org/beauraines/sprint-tracker/issues/35)) ([c07e318](https://bitbucket.org/beauraines/sprint-tracker/commit/c07e3183df934dc8a2d796fd7ad68c94163bf91d)), closes [#14](https://bitbucket.org/beauraines/sprint-tracker/issues/14)
66
- * removes unneeded log statement ([92cca30](https://bitbucket.org/beauraines/sprint-tracker/commit/92cca30b1a3101bf8038cd8c03110bd091e5392a))
67
- * **tracker:** adding sprint with out commmitment ([3cf79fa](https://bitbucket.org/beauraines/sprint-tracker/commit/3cf79fa7805fe2f1b820378336935c545daf29ce))
72
+ * removes extraneous db output console logging ([#35](https://github.com/beauraines/sprint-tracker/issues/35)) ([c07e318](https://github.com/beauraines/sprint-tracker/commit/c07e3183df934dc8a2d796fd7ad68c94163bf91d)), closes [#14](https://github.com/beauraines/sprint-tracker/issues/14)
73
+ * removes unneeded log statement ([92cca30](https://github.com/beauraines/sprint-tracker/commit/92cca30b1a3101bf8038cd8c03110bd091e5392a))
74
+ * **tracker:** adding sprint with out commmitment ([3cf79fa](https://github.com/beauraines/sprint-tracker/commit/3cf79fa7805fe2f1b820378336935c545daf29ce))
68
75
 
69
- ### [0.6.1](https://bitbucket.org/beauraines/sprint-tracker/compare/v0.6.0...v0.6.1) (2023-03-25)
76
+ ### [0.6.1](https://github.com/beauraines/sprint-tracker/compare/v0.6.0...v0.6.1) (2023-03-25)
70
77
 
71
78
 
72
79
  ### Features
73
80
 
74
- * adds cli command to create tracker database ([d17d671](https://bitbucket.org/beauraines/sprint-tracker/commit/d17d6715ac2206476adf15c754069fd4c606c113))
81
+ * adds cli command to create tracker database ([d17d671](https://github.com/beauraines/sprint-tracker/commit/d17d6715ac2206476adf15c754069fd4c606c113))
75
82
 
76
83
 
77
84
  ### Bug Fixes
78
85
 
79
- * adds await to config reader ([4e7d3d1](https://bitbucket.org/beauraines/sprint-tracker/commit/4e7d3d1c6bd703257f958e3fdb17929ac579fcc7))
80
- * **migrations:** allows to run on pre-existing database ([d0bef24](https://bitbucket.org/beauraines/sprint-tracker/commit/d0bef242ee3890d2a14cc933564c329ece231a2d))
81
- * updates database migration commands ([f0a2307](https://bitbucket.org/beauraines/sprint-tracker/commit/f0a230735e836b54362f01123a914ce9047c2c98))
82
- * updates script name ([a93c724](https://bitbucket.org/beauraines/sprint-tracker/commit/a93c7247d7483b8f87a378dd75aee198c1f18563))
86
+ * adds await to config reader ([4e7d3d1](https://github.com/beauraines/sprint-tracker/commit/4e7d3d1c6bd703257f958e3fdb17929ac579fcc7))
87
+ * **migrations:** allows to run on pre-existing database ([d0bef24](https://github.com/beauraines/sprint-tracker/commit/d0bef242ee3890d2a14cc933564c329ece231a2d))
88
+ * updates database migration commands ([f0a2307](https://github.com/beauraines/sprint-tracker/commit/f0a230735e836b54362f01123a914ce9047c2c98))
89
+ * updates script name ([a93c724](https://github.com/beauraines/sprint-tracker/commit/a93c7247d7483b8f87a378dd75aee198c1f18563))
83
90
 
84
- ## [0.6.0](https://bitbucket.org/beauraines/sprint-tracker/compare/v0.5.2...v0.6.0) (2023-03-25)
91
+ ## [0.6.0](https://github.com/beauraines/sprint-tracker/compare/v0.5.2...v0.6.0) (2023-03-25)
85
92
 
86
93
 
87
94
  ### ⚠ BREAKING CHANGES
@@ -97,20 +104,20 @@ All notable changes to this project will be documented in this file. See [standa
97
104
 
98
105
  ### Features
99
106
 
100
- * adds command line support and sub commands ([0c897e1](https://bitbucket.org/beauraines/sprint-tracker/commit/0c897e1986a02281863dfbfd65cf0615d05874f3))
101
- * adds sprintTracker command to global install ([54256cc](https://bitbucket.org/beauraines/sprint-tracker/commit/54256cc3be8ca1323a40c8a79b2483d09add8026))
102
- * database is specified in config ([c33b916](https://bitbucket.org/beauraines/sprint-tracker/commit/c33b9169b87302b80aed3753b846b347db9f1f1c))
107
+ * adds command line support and sub commands ([0c897e1](https://github.com/beauraines/sprint-tracker/commit/0c897e1986a02281863dfbfd65cf0615d05874f3))
108
+ * adds sprintTracker command to global install ([54256cc](https://github.com/beauraines/sprint-tracker/commit/54256cc3be8ca1323a40c8a79b2483d09add8026))
109
+ * database is specified in config ([c33b916](https://github.com/beauraines/sprint-tracker/commit/c33b9169b87302b80aed3753b846b347db9f1f1c))
103
110
 
104
- ### [0.5.2](https://bitbucket.org/beauraines/sprint-tracker/compare/v0.5.1...v0.5.2) (2023-03-08)
111
+ ### [0.5.2](https://github.com/beauraines/sprint-tracker/compare/v0.5.1...v0.5.2) (2023-03-08)
105
112
 
106
113
 
107
114
  ### Features
108
115
 
109
- * adds script to generate outcome plot ([8d53548](https://bitbucket.org/beauraines/sprint-tracker/commit/8d535488eee52087b736bfbdf020d57aa43cbc37))
116
+ * adds script to generate outcome plot ([8d53548](https://github.com/beauraines/sprint-tracker/commit/8d535488eee52087b736bfbdf020d57aa43cbc37))
110
117
 
111
118
  ### 0.5.1 (2023-03-06)
112
119
 
113
120
 
114
121
  ### Bug Fixes
115
122
 
116
- * update dependencies ([394cfa3](https://bitbucket.org/beauraines/sprint-tracker/commit/394cfa38c025265d3c925bca6785c754a3e56f2a))
123
+ * update dependencies ([394cfa3](https://github.com/beauraines/sprint-tracker/commit/394cfa38c025265d3c925bca6785c754a3e56f2a))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beauraines/sprint-tracker",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "Database and R visualizations to track sprint performance",
5
5
  "main": "cli.js",
6
6
  "bin": {