@langri-sha/projen-license 0.3.1 → 0.3.3

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,57 @@
2
2
  "name": "@langri-sha/projen-license",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 17 Jul 2024 10:45:28 GMT",
5
+ "date": "Sat, 27 Jul 2024 14:05:48 GMT",
6
+ "version": "0.3.3",
7
+ "tag": "@langri-sha/projen-license_v0.3.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "filip.dupanovic@gmail.com",
12
+ "package": "@langri-sha/projen-license",
13
+ "commit": "e17f674711bb0ce427303fb3804e0811be8d3a48",
14
+ "comment": "fix(project): Resolve missing `license-o-matic` declarations"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 26 Jul 2024 21:00:28 GMT",
21
+ "version": "0.3.2",
22
+ "tag": "@langri-sha/projen-license_v0.3.2",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "filip.dupanovic@gmail.com",
27
+ "package": "@langri-sha/projen-license",
28
+ "commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
29
+ "comment": "feat(projen): Add Git ignore patterns"
30
+ },
31
+ {
32
+ "author": "filip.dupanovic@gmail.com",
33
+ "package": "@langri-sha/projen-license",
34
+ "commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
35
+ "comment": "feat(workspace): Migrate documentation pathnames"
36
+ },
37
+ {
38
+ "author": "filip.dupanovic@gmail.com",
39
+ "package": "@langri-sha/projen-license",
40
+ "commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
41
+ "comment": "fix(workspace): Apply Prettier fixes"
42
+ }
43
+ ],
44
+ "patch": [
45
+ {
46
+ "author": "email not defined",
47
+ "package": "@langri-sha/projen-license",
48
+ "commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
49
+ "comment": "chore(deps): chore(deps): update dependency projen to v0.84.6"
50
+ }
51
+ ]
52
+ }
53
+ },
54
+ {
55
+ "date": "Wed, 17 Jul 2024 10:48:16 GMT",
6
56
  "version": "0.3.1",
7
57
  "tag": "@langri-sha/projen-license_v0.3.1",
8
58
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @langri-sha/projen-license
2
2
 
3
- This log was last generated on Wed, 17 Jul 2024 10:45:28 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 27 Jul 2024 14:05:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.3
8
+
9
+ Sat, 27 Jul 2024 14:05:48 GMT
10
+
11
+ ### Patches
12
+
13
+ - fix(project): Resolve missing `license-o-matic` declarations (filip.dupanovic@gmail.com)
14
+
15
+ ## 0.3.2
16
+
17
+ Fri, 26 Jul 2024 21:00:28 GMT
18
+
19
+ ### Patches
20
+
21
+ - chore(deps): chore(deps): update dependency projen to v0.84.6 (email not defined)
22
+
7
23
  ## 0.3.1
8
24
 
9
- Wed, 17 Jul 2024 10:45:28 GMT
25
+ Wed, 17 Jul 2024 10:48:16 GMT
10
26
 
11
27
  ### Patches
12
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-license",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
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.82.0"
32
+ "projen": "^0.84.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
File without changes
File without changes