Skip to content

Commit 474bdca

Browse files
mheob-botmheob
andauthored
chore(release): bump version and deploy packages (#264)
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/[email protected] ### Patch Changes - [#263](#263) ([@mheob](https://github.com/mheob)): deactivate `react/no-leaked-conditional-rendering` rule for now; should be added again after the `parserOptions` issue is done ## Summary by CodeRabbit - **Chores** - Updated the changelog and version number for the ESLint configuration package. - Removed a changeset related to a temporary ESLint rule deactivation. Co-authored-by: Alex Böhm <[email protected]>
1 parent 660dd9d commit 474bdca

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/fluffy-emus-burn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @mheob/eslint-config
22

3+
## 8.8.1
4+
5+
### Patch Changes
6+
7+
- [#263](https://github.com/mheob/config/pull/263) ([@mheob](https://github.com/mheob)): deactivate `react/no-leaked-conditional-rendering` rule for now; should be added again after the `parserOptions` issue is resolved
8+
39
## 8.8.0
410

511
### Minor Changes

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mheob/eslint-config",
3-
"version": "8.8.0",
3+
"version": "8.8.1",
44
"description": "My personal configuration for eslint.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)