@langri-sha/projen-project 0.17.1 → 0.17.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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,64 @@
2
2
  "name": "@langri-sha/projen-project",
3
3
  "entries": [
4
4
  {
5
- "date": "Sun, 19 Jul 2026 09:48:59 GMT",
5
+ "date": "Sun, 19 Jul 2026 21:22:03 GMT",
6
+ "version": "0.17.2",
7
+ "tag": "@langri-sha/projen-project_v0.17.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@langri-sha/projen-project",
13
+ "comment": "Bump @langri-sha/projen-babel to v0.4.1",
14
+ "commit": "not available"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@langri-sha/projen-project",
19
+ "comment": "Bump @langri-sha/projen-beachball to v0.5.1",
20
+ "commit": "not available"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@langri-sha/projen-project",
25
+ "comment": "Bump @langri-sha/projen-codeowners to v0.5.1",
26
+ "commit": "not available"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@langri-sha/projen-project",
31
+ "comment": "Bump @langri-sha/projen-editorconfig to v0.6.1",
32
+ "commit": "not available"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@langri-sha/projen-project",
37
+ "comment": "Bump @langri-sha/projen-jest-config to v0.4.1",
38
+ "commit": "not available"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@langri-sha/projen-project",
43
+ "comment": "Bump @langri-sha/projen-license to v0.3.4",
44
+ "commit": "not available"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@langri-sha/projen-project",
49
+ "comment": "Bump @langri-sha/projen-lint-staged to v0.3.1",
50
+ "commit": "not available"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@langri-sha/projen-project",
55
+ "comment": "Bump @langri-sha/projen-readme to v0.1.1",
56
+ "commit": "not available"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Sun, 19 Jul 2026 09:49:58 GMT",
6
63
  "version": "0.17.1",
7
64
  "tag": "@langri-sha/projen-project_v0.17.1",
8
65
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @langri-sha/projen-project
2
2
 
3
- <!-- This log was last generated on Sun, 19 Jul 2026 09:48:59 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Sun, 19 Jul 2026 21:22:03 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.17.2
8
+
9
+ Sun, 19 Jul 2026 21:22:03 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @langri-sha/projen-babel to v0.4.1
14
+ - Bump @langri-sha/projen-beachball to v0.5.1
15
+ - Bump @langri-sha/projen-codeowners to v0.5.1
16
+ - Bump @langri-sha/projen-editorconfig to v0.6.1
17
+ - Bump @langri-sha/projen-jest-config to v0.4.1
18
+ - Bump @langri-sha/projen-license to v0.3.4
19
+ - Bump @langri-sha/projen-lint-staged to v0.3.1
20
+ - Bump @langri-sha/projen-readme to v0.1.1
21
+
7
22
  ## 0.17.1
8
23
 
9
- Sun, 19 Jul 2026 09:48:59 GMT
24
+ Sun, 19 Jul 2026 09:49:58 GMT
10
25
 
11
26
  ### Patches
12
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-project",
3
- "version": "0.17.1",
3
+ "version": "0.17.2",
4
4
  "bugs": {
5
5
  "url": "https://github.com/langri-sha/projen/issues"
6
6
  },
@@ -22,19 +22,19 @@
22
22
  "prepublishOnly": "rm -rf dist; tsc --project tsconfig.build.json"
23
23
  },
24
24
  "dependencies": {
25
- "@langri-sha/projen-babel": "0.4.0",
26
- "@langri-sha/projen-beachball": "0.5.0",
27
- "@langri-sha/projen-codeowners": "0.5.0",
28
- "@langri-sha/projen-editorconfig": "0.6.0",
25
+ "@langri-sha/projen-babel": "0.4.1",
26
+ "@langri-sha/projen-beachball": "0.5.1",
27
+ "@langri-sha/projen-codeowners": "0.5.1",
28
+ "@langri-sha/projen-editorconfig": "0.6.1",
29
29
  "@langri-sha/projen-eslint": "0.3.1",
30
30
  "@langri-sha/projen-husky": "0.3.7",
31
- "@langri-sha/projen-jest-config": "0.4.0",
32
- "@langri-sha/projen-license": "0.3.3",
33
- "@langri-sha/projen-lint-staged": "0.3.0",
31
+ "@langri-sha/projen-jest-config": "0.4.1",
32
+ "@langri-sha/projen-license": "0.3.4",
33
+ "@langri-sha/projen-lint-staged": "0.3.1",
34
34
  "@langri-sha/projen-lint-synthesized": "0.5.3",
35
35
  "@langri-sha/projen-pnpm-workspace": "0.3.2",
36
36
  "@langri-sha/projen-prettier": "0.4.1",
37
- "@langri-sha/projen-readme": "0.1.0",
37
+ "@langri-sha/projen-readme": "0.1.1",
38
38
  "@langri-sha/projen-renovate": "0.4.6",
39
39
  "@langri-sha/projen-swcrc": "0.1.6",
40
40
  "@langri-sha/projen-typescript-config": "0.5.5",