Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#76)
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/check-package-manager@2.0.0

### Major Changes

-   switch to golang to speed up the execution --> ([#85](#85)) by
    [@mheob](https://github.com/mheob)

### Patch Changes

-   update dependencies --> ([#84](#84)) by
    [@renovate](https://github.com/apps/renovate)

## @mheob/eslint-config@3.0.1

### Patch Changes

-   Update dependencies --> ([#77](#77)) by
    [@mheob](https://github.com/mheob)

-   update dependencies --> ([#81](#81)) by
    [@mheob](https://github.com/mheob)

-   update dependencies --> ([#86](#86)) by
    [@mheob](https://github.com/mheob)

-   update dependencies --> ([#84](#84)) by
    [@renovate](https://github.com/apps/renovate)

## @mheob/prettier-config@2.0.3

### Patch Changes

-   update dependencies --> ([#81](#81)) by
    [@mheob](https://github.com/mheob)

-   update dependencies --> ([#86](#86)) by
    [@mheob](https://github.com/mheob)

-   update dependencies --> ([#84](#84)) by
    [@renovate](https://github.com/apps/renovate)
  • Loading branch information
mheob-bot authored Nov 10, 2022
1 parent cf22f9c commit b673718
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 42 deletions.
2 changes: 0 additions & 2 deletions .changeset/angry-books-flash.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/big-files-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-jobs-thank.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-pots-run.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/quiet-rivers-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-countries-relate.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sixty-timers-tan.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/thirty-comics-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-coats-clean.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/unlucky-students-fail.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

## 2.0.0

### Major Changes

- switch to golang to speed up the execution --> ([#85](https://github.com/mheob/config/pull/85)) by
[@mheob](https://github.com/mheob)

### Patch Changes

- update dependencies --> ([#84](https://github.com/mheob/config/pull/84)) by
[@renovate](https://github.com/apps/renovate)

## 1.0.1

### Patch 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.1",
"version": "2.0.0",
"description": "A simple check of the usage of the correct package manager.",
"keywords": [
"package-manager",
Expand Down
16 changes: 16 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @mheob/eslint-config

## 3.0.1

### Patch Changes

- Update dependencies --> ([#77](https://github.com/mheob/config/pull/77)) by
[@mheob](https://github.com/mheob)

- update dependencies --> ([#81](https://github.com/mheob/config/pull/81)) by
[@mheob](https://github.com/mheob)

- update dependencies --> ([#86](https://github.com/mheob/config/pull/86)) by
[@mheob](https://github.com/mheob)

- update dependencies --> ([#84](https://github.com/mheob/config/pull/84)) by
[@renovate](https://github.com/apps/renovate)

## 3.0.0

### Major 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": "3.0.0",
"version": "3.0.1",
"description": "My personal configuration for eslint.",
"keywords": [
"eslint",
Expand Down
13 changes: 13 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @mheob/prettier-config

## 2.0.3

### Patch Changes

- update dependencies --> ([#81](https://github.com/mheob/config/pull/81)) by
[@mheob](https://github.com/mheob)

- update dependencies --> ([#86](https://github.com/mheob/config/pull/86)) by
[@mheob](https://github.com/mheob)

- update dependencies --> ([#84](https://github.com/mheob/config/pull/84)) by
[@renovate](https://github.com/apps/renovate)

## 2.0.2

### Patch 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.2",
"version": "2.0.3",
"description": "My personal configuration for prettier.",
"keywords": [
"prettier",
Expand Down

0 comments on commit b673718

Please sign in to comment.