@langri-sha/projen-pnpm-workspace 0.3.0 → 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 CHANGED
@@ -2,7 +2,67 @@
2
2
  "name": "@langri-sha/projen-pnpm-workspace",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 26 Jul 2024 20:58:04 GMT",
5
+ "date": "Sun, 19 Jul 2026 09:48:59 GMT",
6
+ "version": "0.3.2",
7
+ "tag": "@langri-sha/projen-pnpm-workspace_v0.3.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@langri-sha/projen-pnpm-workspace",
13
+ "commit": "aba78d67f7644a3646ef775e93c468a954a94382",
14
+ "comment": "fix(deps): update dependency yaml to v2.9.0"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sun, 17 May 2026 20:22:40 GMT",
21
+ "version": "0.3.1",
22
+ "tag": "@langri-sha/projen-pnpm-workspace_v0.3.1",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "email not defined",
27
+ "package": "@langri-sha/projen-pnpm-workspace",
28
+ "commit": "73442d20a396b8a9538e071a6f05d671c557c89e",
29
+ "comment": "fix(deps): update dependency yaml to v2.6.0"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 10 Sep 2024 10:39:18 GMT",
36
+ "version": "0.3.0",
37
+ "tag": "@langri-sha/projen-pnpm-workspace_v0.3.0",
38
+ "comments": {
39
+ "none": [
40
+ {
41
+ "author": "filip.dupanovic@gmail.com",
42
+ "package": "@langri-sha/projen-pnpm-workspace",
43
+ "commit": "ed5540272c92323003c8a7fc1a315b7580a1a2c9",
44
+ "comment": "feat(projen): Post-upgrade updates"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Sat, 27 Jul 2024 15:50:16 GMT",
51
+ "version": "0.3.0",
52
+ "tag": "@langri-sha/projen-pnpm-workspace_v0.3.0",
53
+ "comments": {
54
+ "none": [
55
+ {
56
+ "author": "filip.dupanovic@gmail.com",
57
+ "package": "@langri-sha/projen-pnpm-workspace",
58
+ "commit": "d542415a6b2c2c339a8367c77b925842000f9f9a",
59
+ "comment": "feat(workspace): Exclude compiling test modules"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Fri, 26 Jul 2024 21:00:28 GMT",
6
66
  "version": "0.3.0",
7
67
  "tag": "@langri-sha/projen-pnpm-workspace_v0.3.0",
8
68
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @langri-sha/projen-pnpm-workspace
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 09:48:59 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.2
8
+
9
+ Sun, 19 Jul 2026 09:48:59 GMT
10
+
11
+ ### Patches
12
+
13
+ - fix(deps): update dependency yaml to v2.9.0 (email not defined)
14
+
15
+ ## 0.3.1
16
+
17
+ Sun, 17 May 2026 20:22:40 GMT
18
+
19
+ ### Patches
20
+
21
+ - fix(deps): update dependency yaml to v2.6.0 (email not defined)
22
+
7
23
  ## 0.3.0
8
24
 
9
- Fri, 26 Jul 2024 20:58:04 GMT
25
+ Fri, 26 Jul 2024 21:00:28 GMT
10
26
 
11
27
  ### Minor changes
12
28
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-pnpm-workspace",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
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-pnpm-workspace"
11
11
  },
12
12
  "license": "MIT",
@@ -22,14 +22,14 @@
22
22
  "prepublishOnly": "rm -rf dist; tsc --project tsconfig.build.json"
23
23
  },
24
24
  "dependencies": {
25
- "yaml": "2.5.0"
25
+ "yaml": "2.9.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@langri-sha/tsconfig": "0.10.1",
29
- "@langri-sha/vitest": "0.1.1"
28
+ "@langri-sha/tsconfig": "^0.10.1",
29
+ "@langri-sha/vitest": "^0.1.1"
30
30
  },
31
31
  "peerDependencies": {
32
- "projen": "^0.84.0"
32
+ "projen": "^0.86.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"