monorepolint 0.5.0-beta.0 → 0.5.0-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # monorepolint
2
2
 
3
+ ## 0.5.0-beta.2
4
+
5
+ ### Patch Changes
6
+
7
+ - e5d69ff: Still trying to get releases to update in github
8
+ - @monorepolint/cli@0.5.0-beta.2
9
+ - @monorepolint/config@0.5.0-beta.2
10
+ - @monorepolint/core@0.5.0-beta.2
11
+ - @monorepolint/internal-mrl-config@0.5.0-beta.2
12
+ - @monorepolint/rules@0.5.0-beta.2
13
+ - @monorepolint/utils@0.5.0-beta.2
14
+
15
+ ## 0.5.0-beta.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 2fdcfcb: Attempt to publish releases to github automatically
20
+ - @monorepolint/cli@0.5.0-beta.1
21
+ - @monorepolint/config@0.5.0-beta.1
22
+ - @monorepolint/core@0.5.0-beta.1
23
+ - @monorepolint/internal-mrl-config@0.5.0-beta.1
24
+ - @monorepolint/rules@0.5.0-beta.1
25
+ - @monorepolint/utils@0.5.0-beta.1
26
+
3
27
  ## 0.5.0-beta.0
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monorepolint",
3
- "version": "0.5.0-beta.0",
3
+ "version": "0.5.0-beta.2",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": {
@@ -16,12 +16,12 @@
16
16
  "node": ">=18"
17
17
  },
18
18
  "dependencies": {
19
- "@monorepolint/cli": "^0.5.0-beta.0",
20
- "@monorepolint/core": "^0.5.0-beta.0",
21
- "@monorepolint/config": "^0.5.0-beta.0",
22
- "@monorepolint/internal-mrl-config": "0.5.0-beta.0",
23
- "@monorepolint/rules": "^0.5.0-beta.0",
24
- "@monorepolint/utils": "^0.5.0-beta.0"
19
+ "@monorepolint/cli": "^0.5.0-beta.2",
20
+ "@monorepolint/core": "^0.5.0-beta.2",
21
+ "@monorepolint/internal-mrl-config": "0.5.0-beta.2",
22
+ "@monorepolint/config": "^0.5.0-beta.2",
23
+ "@monorepolint/rules": "^0.5.0-beta.2",
24
+ "@monorepolint/utils": "^0.5.0-beta.2"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@jest/globals": "^29.7.0",