Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#58)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.


# Releases
## @mheob/eslint-config@2.2.0

### Minor Changes

-   [#59](#59)
    [`ec5e9e3`](ec5e9e3)
    Thanks [@mheob](https://github.com/mheob)! - Disable `unicorn/no-array-for-each` rule as default

### Patch Changes

-   [#60](#60)
    [`12b3867`](12b3867)
    Thanks [@mheob](https://github.com/mheob)! - Update dependencies

## @mheob/check-package-manager@1.0.1

### Patch Changes

-   [#64](#64)
    [`7ba37f2`](7ba37f2)
    Thanks [@mheob](https://github.com/mheob)! - Add `@mheob/` scope to the scripts in the README

-   [#60](#60)
    [`12b3867`](12b3867)
    Thanks [@mheob](https://github.com/mheob)! - Update dependencies

## @mheob/prettier-config@2.0.1

### Patch Changes

-   [#63](#63)
    [`49204ca`](49204ca)
    Thanks [@mheob](https://github.com/mheob)! - Add the newest ruleset to the README

-   [#60](#60)
    [`12b3867`](12b3867)
    Thanks [@mheob](https://github.com/mheob)! - Update dependencies
  • Loading branch information
mheob-bot authored Sep 27, 2022
1 parent 7ba37f2 commit b68ec7e
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-singers-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-pillows-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-countries-study.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/selfish-apples-protect.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tricky-beans-act.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/check-package-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @mheob/check-package-manager

## 1.0.1

### Patch Changes

- [#64](https://github.com/mheob/config/pull/64)
[`7ba37f2`](https://github.com/mheob/config/commit/7ba37f277286feef3e3403211868277b13b9d703)
Thanks [@mheob](https://github.com/mheob)! - Add `@mheob/` scope to the scripts in the README

- [#60](https://github.com/mheob/config/pull/60)
[`12b3867`](https://github.com/mheob/config/commit/12b38679f9fa123e20e634932ae1c8e277421464)
Thanks [@mheob](https://github.com/mheob)! - Update dependencies

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/check-package-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/check-package-manager",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple check of the usage of the correct package manager.",
"keywords": [
"package-manager",
Expand Down
14 changes: 14 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @mheob/eslint-config

## 2.2.0

### Minor Changes

- [#59](https://github.com/mheob/config/pull/59)
[`ec5e9e3`](https://github.com/mheob/config/commit/ec5e9e3a75aec80591c23aaa55b28932d6db7036)
Thanks [@mheob](https://github.com/mheob)! - Disable `unicorn/no-array-for-each` rule as default

### Patch Changes

- [#60](https://github.com/mheob/config/pull/60)
[`12b3867`](https://github.com/mheob/config/commit/12b38679f9fa123e20e634932ae1c8e277421464)
Thanks [@mheob](https://github.com/mheob)! - Update dependencies

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/eslint-config",
"version": "2.1.2",
"version": "2.2.0",
"description": "My personal configuration for eslint.",
"keywords": [
"eslint",
Expand Down
12 changes: 12 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @mheob/prettier-config

## 2.0.1

### Patch Changes

- [#63](https://github.com/mheob/config/pull/63)
[`49204ca`](https://github.com/mheob/config/commit/49204ca26b3c0b1d4efa11f7f3ef06166fbe8873)
Thanks [@mheob](https://github.com/mheob)! - Add the newest ruleset to the README

- [#60](https://github.com/mheob/config/pull/60)
[`12b3867`](https://github.com/mheob/config/commit/12b38679f9fa123e20e634932ae1c8e277421464)
Thanks [@mheob](https://github.com/mheob)! - Update dependencies

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/prettier-config",
"version": "2.0.0",
"version": "2.0.1",
"description": "My personal configuration for prettier.",
"keywords": [
"prettier",
Expand Down

0 comments on commit b68ec7e

Please sign in to comment.