Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#136)
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/commitlint-config@1.1.1

### Patch Changes

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

## @mheob/eslint-config@5.1.1

### Patch Changes

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

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

## @mheob/prettier-config@3.1.1

### Patch Changes

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


Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mheob-bot and github-actions[bot] committed Oct 28, 2023
1 parent c0b5933 commit c9138af
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .changeset/beige-masks-move.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/blue-vans-pay.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/funny-goats-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-houses-stare.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/heavy-coats-speak.md

This file was deleted.

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

## 1.1.1

### Patch Changes

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

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/commitlint-config",
"version": "1.1.0",
"version": "1.1.1",
"description": "My personal configuration for commitlint.",
"keywords": [
"commitlint",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @mheob/eslint-config

## 5.1.1

### Patch Changes

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

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

## 5.1.0

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

## 3.1.1

### Patch Changes

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

## 3.1.0

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

0 comments on commit c9138af

Please sign in to comment.