Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#196)
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/tsconfig@2.2.0

### Minor Changes

-   [#195](#195) ([@mheob](https://github.com/mheob)): Sync astro with the latest official docs.

## @mheob/eslint-config@6.1.2

### Patch Changes

-   [#197](#197) ([@mheob](https://github.com/mheob)): Update all dependencies
  • Loading branch information
mheob-bot authored Aug 25, 2024
1 parent df9e3c1 commit 003c29b
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-yaks-roll.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/five-planets-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-yaks-bathe.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/metal-ghosts-perform.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nervous-dodos-appear.md

This file was deleted.

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

## 6.1.2

### Patch Changes

- [#197](https://github.com/mheob/config/pull/197) ([@mheob](https://github.com/mheob)): Update all dependencies

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

## 2.2.0

### Minor Changes

- [#195](https://github.com/mheob/config/pull/195) ([@mheob](https://github.com/mheob)): Sync astro with the latest official docs.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/tsconfig",
"version": "2.1.0",
"version": "2.2.0",
"description": "My personal configurations for typescript.",
"keywords": [
"tsconfig",
Expand Down

0 comments on commit 003c29b

Please sign in to comment.