Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson committed Jun 18, 2024
1 parent ad6dbbc commit 8688d4c
Show file tree
Hide file tree
Showing 18 changed files with 69 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"neat-melons-clean",
"serious-pots-decide",
"shy-dots-provide",
"slow-kiwis-study"
"slow-kiwis-study",
"thirty-jobs-leave"
]
}
5 changes: 5 additions & 0 deletions .changeset/thirty-jobs-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"monorepolint": patch
---

More debugging
12 changes: 12 additions & 0 deletions packages/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# monorepolint

## 0.5.0-beta.5

### Patch Changes

- More debugging
- @monorepolint/cli@0.5.0-beta.5
- @monorepolint/config@0.5.0-beta.5
- @monorepolint/core@0.5.0-beta.5
- @monorepolint/internal-mrl-config@0.5.0-beta.5
- @monorepolint/rules@0.5.0-beta.5
- @monorepolint/utils@0.5.0-beta.5

## 0.5.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepolint",
"version": "0.5.0-beta.4",
"version": "0.5.0-beta.5",
"license": "MIT",
"exports": {
".": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @monorepolint/cli

## 0.5.0-beta.5

### Patch Changes

- @monorepolint/config@0.5.0-beta.5
- @monorepolint/core@0.5.0-beta.5
- @monorepolint/utils@0.5.0-beta.5

## 0.5.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepolint/cli",
"version": "0.5.0-beta.4",
"version": "0.5.0-beta.5",
"author": "Eric L Anderson (https://github.com/ericanderson)",
"contributors": [
"Mac Lockard (https://github.com/maclockard)"
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @monorepolint/config

## 0.5.0-beta.5

### Patch Changes

- @monorepolint/utils@0.5.0-beta.5

## 0.5.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepolint/config",
"version": "0.5.0-beta.4",
"version": "0.5.0-beta.5",
"author": "Eric L Anderson (https://github.com/ericanderson)",
"contributors": [
"Mac Lockard (https://github.com/maclockard)"
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @monorepolint/core

## 0.5.0-beta.5

### Patch Changes

- @monorepolint/config@0.5.0-beta.5
- @monorepolint/utils@0.5.0-beta.5

## 0.5.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepolint/core",
"version": "0.5.0-beta.4",
"version": "0.5.0-beta.5",
"author": "Eric L Anderson (https://github.com/ericanderson)",
"contributors": [
"Mac Lockard (https://github.com/maclockard)"
Expand Down
2 changes: 2 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @monorepolint/docs

## 0.5.0-beta.5

## 0.5.0-beta.4

## 0.5.0-beta.3
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepolint/docs",
"version": "0.5.0-beta.4",
"version": "0.5.0-beta.5",
"exports": {
".": {
"types": "./build/types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/internal-mrl-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @monorepolint/internal-mrl-config

## 0.5.0-beta.5

### Patch Changes

- @monorepolint/config@0.5.0-beta.5
- @monorepolint/core@0.5.0-beta.5
- @monorepolint/rules@0.5.0-beta.5
- @monorepolint/utils@0.5.0-beta.5

## 0.5.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-mrl-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepolint/internal-mrl-config",
"version": "0.5.0-beta.4",
"version": "0.5.0-beta.5",
"author": "Eric L Anderson (https://github.com/ericanderson)",
"license": "MIT",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/rules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @monorepolint/rules

## 0.5.0-beta.5

### Patch Changes

- @monorepolint/config@0.5.0-beta.5
- @monorepolint/core@0.5.0-beta.5
- @monorepolint/utils@0.5.0-beta.5

## 0.5.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepolint/rules",
"version": "0.5.0-beta.4",
"version": "0.5.0-beta.5",
"author": "Eric L Anderson (https://github.com/ericanderson)",
"contributors": [
"Mac Lockard (https://github.com/maclockard)"
Expand Down
2 changes: 2 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @monorepolint/utils

## 0.5.0-beta.5

## 0.5.0-beta.4

## 0.5.0-beta.3
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepolint/utils",
"version": "0.5.0-beta.4",
"version": "0.5.0-beta.5",
"author": "Eric L Anderson (https://github.com/ericanderson)",
"contributors": [
"Mac Lockard (https://github.com/maclockard)"
Expand Down

0 comments on commit 8688d4c

Please sign in to comment.