@langri-sha/projen-readme 0.1.0 → 0.1.1

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,52 @@
2
2
  "name": "@langri-sha/projen-readme",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 26 Jul 2024 20:58:04 GMT",
5
+ "date": "Sun, 19 Jul 2026 21:22:03 GMT",
6
+ "version": "0.1.1",
7
+ "tag": "@langri-sha/projen-readme_v0.1.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "filip.dupanovic@gmail.com",
12
+ "package": "@langri-sha/projen-readme",
13
+ "commit": "4c7ea20dcde3633e456cca3bcf5c585bb818627f",
14
+ "comment": "chore: publish the projen ^0.86.0 peer range (in source since 2024-08-31, never released)"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 10 Sep 2024 10:39:17 GMT",
21
+ "version": "0.1.0",
22
+ "tag": "@langri-sha/projen-readme_v0.1.0",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "filip.dupanovic@gmail.com",
27
+ "package": "@langri-sha/projen-readme",
28
+ "commit": "ed5540272c92323003c8a7fc1a315b7580a1a2c9",
29
+ "comment": "feat(projen): Post-upgrade updates"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Sat, 27 Jul 2024 15:50:17 GMT",
36
+ "version": "0.1.0",
37
+ "tag": "@langri-sha/projen-readme_v0.1.0",
38
+ "comments": {
39
+ "none": [
40
+ {
41
+ "author": "filip.dupanovic@gmail.com",
42
+ "package": "@langri-sha/projen-readme",
43
+ "commit": "d542415a6b2c2c339a8367c77b925842000f9f9a",
44
+ "comment": "feat(workspace): Exclude compiling test modules"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Fri, 26 Jul 2024 21:00:29 GMT",
6
51
  "version": "0.1.0",
7
52
  "tag": "@langri-sha/projen-readme_v0.1.0",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @langri-sha/projen-readme
2
2
 
3
- This log was last generated on Fri, 26 Jul 2024 20:58:04 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.1.1
8
+
9
+ Sun, 19 Jul 2026 21:22:03 GMT
10
+
11
+ ### Patches
12
+
13
+ - chore: publish the projen ^0.86.0 peer range (in source since 2024-08-31, never released) (filip.dupanovic@gmail.com)
14
+
7
15
  ## 0.1.0
8
16
 
9
- Fri, 26 Jul 2024 20:58:04 GMT
17
+ Fri, 26 Jul 2024 21:00:29 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-readme",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "bugs": {
5
- "url": "https://github.com/langri-sha/langri-sha.com/issues"
5
+ "url": "https://github.com/langri-sha/projen/issues"
6
6
  },
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/langri-sha/langri-sha.com.git",
9
+ "url": "git+https://github.com/langri-sha/projen.git",
10
10
  "directory": "packages/projen-readme"
11
11
  },
12
12
  "license": "MIT",
@@ -22,11 +22,11 @@
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.1",
26
+ "@langri-sha/vitest": "^0.1.1"
27
27
  },
28
28
  "peerDependencies": {
29
- "projen": "^0.84.0"
29
+ "projen": "^0.86.0"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"