Skip to content

Commit

Permalink
Chore: Publish release (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jeff <rustyangel@gmail.com>
  • Loading branch information
3 people authored Mar 17, 2021
1 parent 255fc30 commit b9dc0e7
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/blue-coats-grab.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @showbie/eslint-config

## 4.0.0
#### 🍱 Split config into separate package [#220](https://github.com/showbie/showbie-eslint-config/pull/220)

For previous changes, see [CHANGELOG.md](https://github.com/showbie/showbie-eslint-config/blob/main/CHANGELOG.md).
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@showbie/eslint-config",
"version": "3.0.0",
"version": "4.0.0",
"description": "ESLint configuration for Showbie projects",
"keywords": [
"eslint-config",
Expand Down
6 changes: 6 additions & 0 deletions packages/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @showbie/eslint-config-ember

## 4.0.0
#### 🍱 Split config into separate package [#220](https://github.com/showbie/showbie-eslint-config/pull/220)

For previous changes, see [CHANGELOG.md](https://github.com/showbie/showbie-eslint-config/blob/main/CHANGELOG.md).
2 changes: 1 addition & 1 deletion packages/ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@showbie/eslint-config-ember",
"version": "3.0.0",
"version": "4.0.0",
"description": "ESLint configuration for Showbie Ember projects",
"keywords": [
"eslint-config",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @showbie/eslint-config-react

## 4.0.0
#### 🍱 Split config into separate package [#220](https://github.com/showbie/showbie-eslint-config/pull/220)

For previous changes, see [CHANGELOG.md](https://github.com/showbie/showbie-eslint-config/blob/main/CHANGELOG.md).
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@showbie/eslint-config-react",
"version": "3.0.0",
"version": "4.0.0",
"description": "ESLint configuration for Showbie React projects",
"keywords": [
"eslint-config",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @showbie/eslint-config-typescript

## 4.0.0
#### 🍱 Split config into separate package [#220](https://github.com/showbie/showbie-eslint-config/pull/220)

For previous changes, see [CHANGELOG.md](https://github.com/showbie/showbie-eslint-config/blob/main/CHANGELOG.md).
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@showbie/eslint-config-typescript",
"version": "3.0.0",
"version": "4.0.0",
"description": "ESLint configuration for Showbie TypeScript projects",
"keywords": [
"eslint-config",
Expand Down

0 comments on commit b9dc0e7

Please sign in to comment.