Skip to content

Commit 00c342f

Browse files
chore(release): bump version and deploy packages (#20)
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.0 ### Major Changes - 6e97fe2: Split ESLint configuration into specified files (base/reat/next for now). ### Patch Changes - 6e97fe2: Improve README to get a better copy/paste experience. ## @mheob/prettier-config@1.3.0 ### Minor Changes - 347593b: Set markdown `printWidth` to `130`. ### Patch Changes - 347593b: Improve README to get a better copy/paste experience.
1 parent 347593b commit 00c342f

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

.changeset/curly-icons-serve.md

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

.changeset/fresh-brooms-rush.md

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

.changeset/short-worms-wave.md

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

.changeset/wet-lobsters-flow.md

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

packages/eslint-config/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 6e97fe2: Split ESLint configuration into specified files (base/reat/next for now).
8+
9+
### Patch Changes
10+
11+
- 6e97fe2: Improve README to get a better copy/paste experience.
12+
313
## 1.0.1
414

515
### 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": "1.0.1",
3+
"version": "2.0.0",
44
"description": "My personal configuration for eslint.",
55
"keywords": [
66
"eslint",

packages/prettier-config/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 347593b: Set markdown `printWidth` to `130`.
8+
9+
### Patch Changes
10+
11+
- 347593b: Improve README to get a better copy/paste experience.
12+
313
## 1.2.1
414

515
### Patch 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.2.1",
3+
"version": "1.3.0",
44
"description": "My personal configuration for prettier.",
55
"keywords": [
66
"prettier",

0 commit comments

Comments
 (0)