Skip to content

Commit

Permalink
Version Packages (beta) (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 18, 2024
1 parent e5d69ff commit feadcd6
Show file tree
Hide file tree
Showing 17 changed files with 64 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 @@ -13,6 +13,7 @@
},
"changesets": [
"fuzzy-parrots-call",
"neat-melons-clean"
"neat-melons-clean",
"serious-pots-decide"
]
}
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.2

### Patch Changes

- e5d69ff: Still trying to get releases to update in github
- @monorepolint/cli@0.5.0-beta.2
- @monorepolint/config@0.5.0-beta.2
- @monorepolint/core@0.5.0-beta.2
- @monorepolint/internal-mrl-config@0.5.0-beta.2
- @monorepolint/rules@0.5.0-beta.2
- @monorepolint/utils@0.5.0-beta.2

## 0.5.0-beta.1

### 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.1",
"version": "0.5.0-beta.2",
"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.2

### Patch Changes

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

## 0.5.0-beta.1

### 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.1",
"version": "0.5.0-beta.2",
"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.2

### Patch Changes

- @monorepolint/utils@0.5.0-beta.2

## 0.5.0-beta.1

### 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.1",
"version": "0.5.0-beta.2",
"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.2

### Patch Changes

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

## 0.5.0-beta.1

### 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.1",
"version": "0.5.0-beta.2",
"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.2

## 0.5.0-beta.1

## 0.5.0-beta.0
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.1",
"version": "0.5.0-beta.2",
"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.2

### Patch Changes

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

## 0.5.0-beta.1

### 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.1",
"version": "0.5.0-beta.2",
"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.2

### Patch Changes

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

## 0.5.0-beta.1

### 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.1",
"version": "0.5.0-beta.2",
"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.2

## 0.5.0-beta.1

## 0.5.0-beta.0
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.1",
"version": "0.5.0-beta.2",
"author": "Eric L Anderson (https://github.com/ericanderson)",
"contributors": [
"Mac Lockard (https://github.com/maclockard)"
Expand Down

0 comments on commit feadcd6

Please sign in to comment.