Skip to content

Commit

Permalink
Chore: Publish release (#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>
Co-authored-by: Jeff <rustyangel@gmail.com>
  • Loading branch information
3 people authored Aug 13, 2021
1 parent f99c283 commit b547d49
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 22 deletions.
14 changes: 0 additions & 14 deletions .changeset/lazy-pots-shout.md

This file was deleted.

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

## 5.0.0 — 2021-08-12

#### 💣 Breaking Changes

- New versions are now published to the GitHub Package registry [#253](https://github.com/showbie/showbie-eslint-config/pull/253)

You will need to add the following to `.npmrc` in your project root:

```
@showbie:registry=https://npm.pkg.github.com/showbie
```

### 4.0.2 — 2021-08-12

#### 🚚 Deprecated
Expand Down
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": "4.0.2",
"version": "5.0.0",
"description": "ESLint configuration for Showbie projects",
"keywords": [
"eslint-config",
Expand Down
12 changes: 12 additions & 0 deletions packages/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @showbie/eslint-config-ember

## 5.0.0 — 2021-08-12

#### 💣 Breaking Changes

- New versions are now published to the GitHub Package registry [#253](https://github.com/showbie/showbie-eslint-config/pull/253)

You will need to add the following to `.npmrc` in your project root:

```
@showbie:registry=https://npm.pkg.github.com/showbie
```

## 4.0.2 — 2021-08-12

#### 🚚 Deprecated
Expand Down
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": "4.0.2",
"version": "5.0.0",
"description": "ESLint configuration for Showbie Ember projects",
"keywords": [
"eslint-config",
Expand Down
16 changes: 15 additions & 1 deletion packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# @showbie/eslint-config-react

## 5.0.0 — 2021-08-12

#### 💣 Breaking Changes

- New versions are now published to the GitHub Package registry [#253](https://github.com/showbie/showbie-eslint-config/pull/253)

You will need to add the following to `.npmrc` in your project root:

```
@showbie:registry=https://npm.pkg.github.com/showbie
```
- Updated dependencies [`eb057a1`](https://github.com/showbie/showbie-eslint-config/commit/eb057a18e4c0bce3efb079ca044b656338b15f4c):
- @showbie/eslint-config-typescript@5.0.0

## 4.1.2 — 2021-08-12

#### 🚚 Deprecated

- Further versions of this package will be published to the GitHub Package registry [#251](https://github.com/showbie/showbie-eslint-config/pull/251)
- Updated dependencies [[`1f5c22d`](https://github.com/showbie/showbie-eslint-config/commit/1f5c22d01801add5a2efcbb10f7fc136fa4f63ca)]:
- Updated dependencies [`1f5c22d`](https://github.com/showbie/showbie-eslint-config/commit/1f5c22d01801add5a2efcbb10f7fc136fa4f63ca):
- @showbie/eslint-config-typescript@4.0.3

### 4.1.1 — 2021-04-05
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@showbie/eslint-config-react",
"version": "4.1.2",
"version": "5.0.0",
"description": "ESLint configuration for Showbie React projects",
"keywords": [
"eslint-config",
Expand All @@ -26,7 +26,7 @@
"test": "npm run eslint-check"
},
"dependencies": {
"@showbie/eslint-config-typescript": "^4.0.3",
"@showbie/eslint-config-typescript": "^5.0.0",
"eslint-plugin-jest-dom": "^3.6.5",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
Expand Down
16 changes: 15 additions & 1 deletion packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# @showbie/eslint-config-typescript

## 5.0.0 — 2021-08-12

#### 💣 Breaking Changes

- New versions are now published to the GitHub Package registry [#253](https://github.com/showbie/showbie-eslint-config/pull/253)

You will need to add the following to `.npmrc` in your project root:

```
@showbie:registry=https://npm.pkg.github.com/showbie
```
- Updated dependencies [`eb057a1`](https://github.com/showbie/showbie-eslint-config/commit/eb057a18e4c0bce3efb079ca044b656338b15f4c):
- @showbie/eslint-config@5.0.0

## 4.0.3 — 2021-08-12

#### 🚚 Deprecated

- Further versions of this package will be published to the GitHub Package registry [#251](https://github.com/showbie/showbie-eslint-config/pull/251)
- Updated dependencies [[`1f5c22d`](https://github.com/showbie/showbie-eslint-config/commit/1f5c22d01801add5a2efcbb10f7fc136fa4f63ca)]:
- Updated dependencies [`1f5c22d`](https://github.com/showbie/showbie-eslint-config/commit/1f5c22d01801add5a2efcbb10f7fc136fa4f63ca):
- @showbie/eslint-config@4.0.2

### 4.0.2
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@showbie/eslint-config-typescript",
"version": "4.0.3",
"version": "5.0.0",
"description": "ESLint configuration for Showbie TypeScript projects",
"keywords": [
"eslint-config",
Expand All @@ -26,7 +26,7 @@
"test": "npm run eslint-check"
},
"dependencies": {
"@showbie/eslint-config": "^4.0.2",
"@showbie/eslint-config": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint-plugin-prettier": "^3.3.1"
Expand Down

0 comments on commit b547d49

Please sign in to comment.