@langri-sha/projen-license 0.3.4 → 0.3.5
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 +30 -1
- package/CHANGELOG.md +11 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,36 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-license",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 20 Jul 2026 10:15:31 GMT",
|
|
6
|
+
"version": "0.3.5",
|
|
7
|
+
"tag": "@langri-sha/projen-license_v0.3.5",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "filip.dupanovic@gmail.com",
|
|
12
|
+
"package": "@langri-sha/projen-license",
|
|
13
|
+
"commit": "04adc8ff4c0c712311f9328f89480fedf89bdb36",
|
|
14
|
+
"comment": "chore: source @langri-sha/tsconfig and @langri-sha/vitest from the workspace instead of npm"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"patch": [
|
|
18
|
+
{
|
|
19
|
+
"author": "beachball",
|
|
20
|
+
"package": "@langri-sha/projen-license",
|
|
21
|
+
"comment": "Bump @langri-sha/tsconfig to v0.10.2",
|
|
22
|
+
"commit": "not available"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"author": "beachball",
|
|
26
|
+
"package": "@langri-sha/projen-license",
|
|
27
|
+
"comment": "Bump @langri-sha/vitest to v0.1.2",
|
|
28
|
+
"commit": "not available"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"date": "Sun, 19 Jul 2026 21:22:53 GMT",
|
|
6
35
|
"version": "0.3.4",
|
|
7
36
|
"tag": "@langri-sha/projen-license_v0.3.4",
|
|
8
37
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @langri-sha/projen-license
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Mon, 20 Jul 2026 10:15:31 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.3.5
|
|
8
|
+
|
|
9
|
+
Mon, 20 Jul 2026 10:15:31 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @langri-sha/tsconfig to v0.10.2
|
|
14
|
+
- Bump @langri-sha/vitest to v0.1.2
|
|
15
|
+
|
|
7
16
|
## 0.3.4
|
|
8
17
|
|
|
9
|
-
Sun, 19 Jul 2026 21:22:
|
|
18
|
+
Sun, 19 Jul 2026 21:22:53 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langri-sha/projen-license",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://github.com/langri-sha/projen/issues"
|
|
6
6
|
},
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"license-o-matic": "^1.2.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@langri-sha/tsconfig": "
|
|
29
|
-
"@langri-sha/vitest": "
|
|
28
|
+
"@langri-sha/tsconfig": "0.10.2",
|
|
29
|
+
"@langri-sha/vitest": "0.1.2"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"projen": "^0.86.0"
|