Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#130)
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@5.1.0

### Minor Changes

-   [#131](#131) ([@mheob](https://github.com/mheob)): add `cts`
    and `mts` file extensions to the eslint config

### Patch Changes

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

-   [#129](#129) ([@renovate](https://github.com/apps/renovate)):
    chore(deps): update all non-major dependencies

## @mheob/prettier-config@3.1.0

### Minor Changes

-   [#133](#133) ([@mheob](https://github.com/mheob)): bump
    prettier to version 3


Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mheob-bot and github-actions[bot] committed Jul 9, 2023
1 parent 08e89e8 commit fe2fab6
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-garlics-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-wasps-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-pillows-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-jars-trade.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/small-rabbits-count.md

This file was deleted.

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

## 5.1.0

### Minor Changes

- [#131](https://github.com/mheob/config/pull/131) ([@mheob](https://github.com/mheob)): add `cts`
and `mts` file extensions to the eslint config

### Patch Changes

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

- [#129](https://github.com/mheob/config/pull/129) ([@renovate](https://github.com/apps/renovate)):
chore(deps): update all non-major dependencies

## 5.0.1

### 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": "5.0.1",
"version": "5.1.0",
"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.0

### Minor Changes

- [#133](https://github.com/mheob/config/pull/133) ([@mheob](https://github.com/mheob)): bump
prettier to version 3

## 3.0.1

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

0 comments on commit fe2fab6

Please sign in to comment.