Skip to content

Commit

Permalink
Merge pull request #22 from MacPaw/chore/bump-version
Browse files Browse the repository at this point in the history
chore: bump version 3.0.1
  • Loading branch information
wallwhite authored Sep 30, 2022
2 parents 99f0937 + 20ec659 commit b62e12e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macpaw/eslint-config-base",
"version": "3.0.0",
"version": "3.0.1",
"main": "index.js",
"scripts": {
"version:patch": "yarn version --patch --no-git-tag-version",
Expand Down
2 changes: 1 addition & 1 deletion eslint-config-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macpaw/eslint-config-prettier",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"version:patch": "yarn version --patch --no-git-tag-version",
Expand Down
2 changes: 1 addition & 1 deletion eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macpaw/eslint-config-react",
"version": "3.0.0",
"version": "3.0.1",
"main": "index.js",
"scripts": {
"version:patch": "yarn version --patch --no-git-tag-version",
Expand Down
2 changes: 1 addition & 1 deletion eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macpaw/eslint-config-typescript",
"version": "3.0.0",
"version": "3.0.1",
"main": "index.js",
"scripts": {
"version:patch": "yarn version --patch --no-git-tag-version",
Expand Down

0 comments on commit b62e12e

Please sign in to comment.