Skip to content

Commit

Permalink
Chore: Publish release (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 17, 2021
1 parent 338b091 commit 91f841c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/five-plants-compare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-snakes-wonder.md

This file was deleted.

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

## 6.1.0 — 2021-12-17

#### 🎁 Added

- Added `eslint-plugin-qunit` plugin [#268](https://github.com/showbie/showbie-eslint-config/pull/268)
Adds recommended settings for QUnit tests.

## 6.0.0 — 2021-11-24

#### 💣 Breaking Changes
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": "6.0.0",
"version": "6.1.0",
"description": "ESLint configuration for Showbie Ember projects",
"keywords": [
"eslint-config",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @showbie/eslint-config-react

## 7.1.0 — 2021-12-17

#### ♻️ Changed

- Restrict testing rules to test files [#277](https://github.com/showbie/showbie-eslint-config/pull/277)
Only extends `testing-library` and `jest-dom` configs for \*.test. files.

## 7.0.0 — 2021-11-24

#### 💣 Breaking Changes
Expand Down
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": "7.0.0",
"version": "7.1.0",
"description": "ESLint configuration for Showbie React projects",
"keywords": [
"eslint-config",
Expand Down

0 comments on commit 91f841c

Please sign in to comment.