Skip to content

Commit

Permalink
Merge pull request #45 from MacPaw/backmerge
Browse files Browse the repository at this point in the history
Backmerge
  • Loading branch information
wallwhite authored Oct 3, 2023
2 parents a6c5d7a + d778e0e commit 5f9ecc7
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-config-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @macpaw/eslint-config-base

## 3.1.2

### Patch Changes

- 0e46cd0: Manual patch release for testing
- 101fc96: Patch changes to trigger release
- c2f55c5: Changes to trigger patch release for testing that auto release is working well

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@macpaw/eslint-config-base",
"private": false,
"version": "3.1.1",
"version": "3.1.2",
"main": "index.js",
"dependencies": {
"eslint-plugin-import": "^2.26.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-config-prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @macpaw/eslint-config-prettier

## 1.1.2

### Patch Changes

- 0e46cd0: Manual patch release for testing
- 101fc96: Patch changes to trigger release
- c2f55c5: Changes to trigger patch release for testing that auto release is working well
- Updated dependencies [0e46cd0]
- Updated dependencies [101fc96]
- Updated dependencies [c2f55c5]
- @macpaw/eslint-config-base@3.1.2

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@macpaw/eslint-config-prettier",
"private": false,
"version": "1.1.1",
"version": "1.1.2",
"main": "index.js",
"dependencies": {
"@macpaw/eslint-config-base": "workspace:*",
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @macpaw/eslint-config-react

## 3.1.2

### Patch Changes

- 0e46cd0: Manual patch release for testing
- 101fc96: Patch changes to trigger release
- c2f55c5: Changes to trigger patch release for testing that auto release is working well
- Updated dependencies [0e46cd0]
- Updated dependencies [101fc96]
- Updated dependencies [c2f55c5]
- @macpaw/eslint-config-base@3.1.2

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@macpaw/eslint-config-react",
"private": false,
"version": "3.1.1",
"version": "3.1.2",
"main": "index.js",
"dependencies": {
"@macpaw/eslint-config-base": "workspace:*",
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @macpaw/eslint-config-typescript

## 3.1.2

### Patch Changes

- 0e46cd0: Manual patch release for testing
- 101fc96: Patch changes to trigger release
- c2f55c5: Changes to trigger patch release for testing that auto release is working well
- Updated dependencies [0e46cd0]
- Updated dependencies [101fc96]
- Updated dependencies [c2f55c5]
- @macpaw/eslint-config-base@3.1.2

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@macpaw/eslint-config-typescript",
"private": false,
"version": "3.1.1",
"version": "3.1.2",
"main": "index.js",
"dependencies": {
"@macpaw/eslint-config-base": "workspace:*",
Expand Down

0 comments on commit 5f9ecc7

Please sign in to comment.