@langri-sha/projen-license 0.3.1 → 0.3.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 +36 -1
- package/CHANGELOG.md +10 -2
- package/package.json +2 -2
- /package/{readme → readme.md} +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,42 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-license",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 26 Jul 2024 20:58:04 GMT",
|
|
6
|
+
"version": "0.3.2",
|
|
7
|
+
"tag": "@langri-sha/projen-license_v0.3.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "filip.dupanovic@gmail.com",
|
|
12
|
+
"package": "@langri-sha/projen-license",
|
|
13
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
14
|
+
"comment": "feat(projen): Add Git ignore patterns"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "filip.dupanovic@gmail.com",
|
|
18
|
+
"package": "@langri-sha/projen-license",
|
|
19
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
20
|
+
"comment": "feat(workspace): Migrate documentation pathnames"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "filip.dupanovic@gmail.com",
|
|
24
|
+
"package": "@langri-sha/projen-license",
|
|
25
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
26
|
+
"comment": "fix(workspace): Apply Prettier fixes"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"patch": [
|
|
30
|
+
{
|
|
31
|
+
"author": "email not defined",
|
|
32
|
+
"package": "@langri-sha/projen-license",
|
|
33
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
34
|
+
"comment": "chore(deps): chore(deps): update dependency projen to v0.84.6"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"date": "Wed, 17 Jul 2024 10:48:16 GMT",
|
|
6
41
|
"version": "0.3.1",
|
|
7
42
|
"tag": "@langri-sha/projen-license_v0.3.1",
|
|
8
43
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @langri-sha/projen-license
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 26 Jul 2024 20:58:04 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.3.2
|
|
8
|
+
|
|
9
|
+
Fri, 26 Jul 2024 20:58:04 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- chore(deps): chore(deps): update dependency projen to v0.84.6 (email not defined)
|
|
14
|
+
|
|
7
15
|
## 0.3.1
|
|
8
16
|
|
|
9
|
-
Wed, 17 Jul 2024 10:
|
|
17
|
+
Wed, 17 Jul 2024 10:48:16 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
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.2",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://github.com/langri-sha/langri-sha.com/issues"
|
|
6
6
|
},
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@langri-sha/vitest": "0.1.1"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"projen": "^0.
|
|
32
|
+
"projen": "^0.84.0"
|
|
33
33
|
},
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
/package/{readme → readme.md}
RENAMED
|
File without changes
|