Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#26)
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.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
  • Loading branch information
github-actions[bot] authored Aug 31, 2022
1 parent 87fb7e0 commit 82c7949
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/sharp-bananas-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-coats-carry.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mheob/eslint-config

## 2.0.2

### Patch Changes

- 87fb7e0: Update all dependencies
- a211713: Add more typescript specific rules.

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

## 1.3.1

### Patch Changes

- 87fb7e0: Update all dependencies

## 1.3.0

### Minor 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.3.0",
"version": "1.3.1",
"description": "My personal configuration for prettier.",
"keywords": [
"prettier",
Expand Down

0 comments on commit 82c7949

Please sign in to comment.