@fuf-stack/project-cli-tools 0.4.5 → 0.4.7

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 +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.4.7](https://github.com/fuf-stack/ts-project-setup/compare/project-cli-tools-v0.4.6...project-cli-tools-v0.4.7) (2024-06-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **project-cli-tools:** update dependency nodemon to v3.1.4 ([c2e3ee3](https://github.com/fuf-stack/ts-project-setup/commit/c2e3ee34afa2adba7b22fdeb7da1a308fa3a6fa1))
12
+
13
+ ## [0.4.6](https://github.com/fuf-stack/ts-project-setup/compare/project-cli-tools-v0.4.5...project-cli-tools-v0.4.6) (2024-06-13)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **project-cli-tools:** update dependency @lerna-lite/version to v3.5.2 ([de799ab](https://github.com/fuf-stack/ts-project-setup/commit/de799ab3ec73ae17fa7cad770aca04af41ed73d4))
19
+ * **project-cli-tools:** update dependency lint-staged to v15.2.6 ([ba14ad6](https://github.com/fuf-stack/ts-project-setup/commit/ba14ad6f3fe1c488612251426cfbe95c08af9db0))
20
+ * **project-cli-tools:** update dependency lint-staged to v15.2.7 ([2e91a76](https://github.com/fuf-stack/ts-project-setup/commit/2e91a76033e48a00ca063c7e71d65b02e20069c2))
21
+
6
22
  ## [0.4.5](https://github.com/fuf-stack/ts-project-setup/compare/project-cli-tools-v0.4.4...project-cli-tools-v0.4.5) (2024-06-10)
7
23
 
8
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuf-stack/project-cli-tools",
3
- "version": "0.4.5",
3
+ "version": "0.4.7",
4
4
  "description": "shared cli tools commonly used in a fuf repo",
5
5
  "author": "Hannes Tiede",
6
6
  "homepage": "https://github.com/fuf-stack/ts-project-setup#readme",
@@ -22,11 +22,11 @@
22
22
  "@commitlint/config-conventional": "19.2.2",
23
23
  "@commitlint/config-pnpm-scopes": "19.1.0",
24
24
  "@lerna-lite/cli": "3.5.1",
25
- "@lerna-lite/version": "3.5.1",
25
+ "@lerna-lite/version": "3.5.2",
26
26
  "commitizen": "4.3.0",
27
27
  "husky": "9.0.11",
28
- "lint-staged": "15.2.5",
29
- "nodemon": "3.1.3",
28
+ "lint-staged": "15.2.7",
29
+ "nodemon": "3.1.4",
30
30
  "turbo": "1.13.4",
31
31
  "wait-on": "7.2.0"
32
32
  }