@langri-sha/projen-readme 0.1.1 → 0.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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,36 @@
2
2
  "name": "@langri-sha/projen-readme",
3
3
  "entries": [
4
4
  {
5
- "date": "Sun, 19 Jul 2026 21:22:03 GMT",
5
+ "date": "Mon, 20 Jul 2026 10:15:31 GMT",
6
+ "version": "0.1.2",
7
+ "tag": "@langri-sha/projen-readme_v0.1.2",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "filip.dupanovic@gmail.com",
12
+ "package": "@langri-sha/projen-readme",
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-readme",
21
+ "comment": "Bump @langri-sha/tsconfig to v0.10.2",
22
+ "commit": "not available"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@langri-sha/projen-readme",
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.1.1",
7
36
  "tag": "@langri-sha/projen-readme_v0.1.1",
8
37
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @langri-sha/projen-readme
2
2
 
3
- <!-- This log was last generated on Sun, 19 Jul 2026 21:22:03 GMT and should not be manually modified. -->
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.1.2
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.1.1
8
17
 
9
- Sun, 19 Jul 2026 21:22:03 GMT
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-readme",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "bugs": {
5
5
  "url": "https://github.com/langri-sha/projen/issues"
6
6
  },
@@ -22,8 +22,8 @@
22
22
  "prepublishOnly": "rm -rf dist; tsc --project tsconfig.build.json"
23
23
  },
24
24
  "devDependencies": {
25
- "@langri-sha/tsconfig": "^0.10.1",
26
- "@langri-sha/vitest": "^0.1.1"
25
+ "@langri-sha/tsconfig": "0.10.2",
26
+ "@langri-sha/vitest": "0.1.2"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "projen": "^0.86.0"