Skip to content

Commit 82c7949

Browse files
chore(release): bump version and deploy packages (#26)
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@2.0.2 ### Patch Changes - 87fb7e0: Update all dependencies - a211713: Add more typescript specific rules. ## @mheob/prettier-config@1.3.1 ### Patch Changes - 87fb7e0: Update all dependencies
1 parent 87fb7e0 commit 82c7949

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

.changeset/sharp-bananas-reply.md

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

.changeset/spotty-coats-carry.md

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

packages/eslint-config/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- 87fb7e0: Update all dependencies
8+
- a211713: Add more typescript specific rules.
9+
310
## 2.0.1
411

512
### Patch 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": "2.0.1",
3+
"version": "2.0.2",
44
"description": "My personal configuration for eslint.",
55
"keywords": [
66
"eslint",

packages/prettier-config/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- 87fb7e0: Update all dependencies
8+
39
## 1.3.0
410

511
### Minor Changes

packages/prettier-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/prettier-config",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "My personal configuration for prettier.",
55
"keywords": [
66
"prettier",

0 commit comments

Comments
 (0)