@lzear/forge 4.1.1 → 4.1.2

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 +23 -0
  2. package/package.json +5 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,23 @@
1
+ # @lzear/forge
2
+
3
+ ## 4.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`76b2ce3`](https://github.com/lzear/forge/commit/76b2ce3af6e002ae7884eec50979ce8a5d5d7e3e) Thanks [@lzear](https://github.com/lzear)! - Fix publish script
8
+
9
+ - Updated dependencies [[`76b2ce3`](https://github.com/lzear/forge/commit/76b2ce3af6e002ae7884eec50979ce8a5d5d7e3e)]:
10
+ - @lzear/configs@4.1.2
11
+ - @lzear/eslint-config@4.1.2
12
+ - @lzear/repo-lint@4.1.2
13
+
14
+ ## 4.1.1
15
+
16
+ ### Patch Changes
17
+
18
+ - [`9a15611`](https://github.com/lzear/forge/commit/9a15611452c9985033183216c717aa08efba5d1e) Thanks [@lzear](https://github.com/lzear)! - Minor updates. Add @stylistic/eslint-plugin, expect less from repo-lint, ...
19
+
20
+ - Updated dependencies [[`9a15611`](https://github.com/lzear/forge/commit/9a15611452c9985033183216c717aa08efba5d1e)]:
21
+ - @lzear/configs@4.1.1
22
+ - @lzear/eslint-config@4.1.1
23
+ - @lzear/repo-lint@4.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lzear/forge",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "Umbrella package for all lzear dev tooling",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,9 +60,9 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@clack/prompts": "^1",
63
- "@lzear/configs": "workspace:*",
64
- "@lzear/eslint-config": "workspace:*",
65
- "@lzear/repo-lint": "workspace:*",
63
+ "@lzear/configs": "4.1.2",
64
+ "@lzear/eslint-config": "4.1.2",
65
+ "@lzear/repo-lint": "4.1.2",
66
66
  "commander": "^14",
67
67
  "picocolors": "^1"
68
68
  },
@@ -108,4 +108,4 @@
108
108
  "publishConfig": {
109
109
  "access": "public"
110
110
  }
111
- }
111
+ }