Skip to content

Commit

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

### Minor Changes

-   [#223](#223) ([@mheob](https://github.com/mheob)): turn off `prefer-const` rule in editor

### Patch Changes

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




## Summary by CodeRabbit

- **New Features**
	- Turned off `prefer-const` ESLint rule in the editor

- **Chores**
	- Updated package version from 7.0.0 to 7.1.0
	- Updated non-major dependencies
  • Loading branch information
mheob-bot authored Jan 21, 2025
1 parent 8f04432 commit 68ba8c8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-books-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-otters-rest.md

This file was deleted.

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

## 7.1.0

### Minor Changes

- [#223](https://github.com/mheob/config/pull/223) ([@mheob](https://github.com/mheob)): turn off `prefer-const` rule in editor

### Patch Changes

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

## 7.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": "7.0.0",
"version": "7.1.0",
"description": "My personal configuration for eslint.",
"keywords": [
"eslint",
Expand Down

0 comments on commit 68ba8c8

Please sign in to comment.