Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#20)
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@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.
  • Loading branch information
github-actions[bot] committed Aug 26, 2022
1 parent 347593b commit 00c342f
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-icons-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-brooms-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-worms-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-lobsters-flow.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

## 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.

## 1.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": "1.0.1",
"version": "2.0.0",
"description": "My personal configuration for eslint.",
"keywords": [
"eslint",
Expand Down
10 changes: 10 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @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.2.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": "1.2.1",
"version": "1.3.0",
"description": "My personal configuration for prettier.",
"keywords": [
"prettier",
Expand Down

0 comments on commit 00c342f

Please sign in to comment.