Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#127)
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/commitlint-config@1.1.0

### Minor Changes

-   [#128](#128) ([@mheob](https://github.com/mheob)): add
    `@commitlint/cli` to `peerDependencies`

## @mheob/eslint-config@5.0.1

### Patch Changes

-   [#125](#125) ([@renovate](https://github.com/apps/renovate)):
    chore(deps): update all non-major dependencies


Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mheob-bot and github-actions[bot] committed Jun 5, 2023
1 parent 782830b commit 0d1cc75
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-lizards-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-pumpkins-deny.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/commitlint-config/CHANGELOG.md
@@ -1,5 +1,12 @@
# @mheob/commitlint-config

## 1.1.0

### Minor Changes

- [#128](https://github.com/mheob/config/pull/128) ([@mheob](https://github.com/mheob)): add
`@commitlint/cli` to `peerDependencies`

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@mheob/commitlint-config",
"version": "1.0.1",
"version": "1.1.0",
"description": "My personal configuration for commitlint.",
"keywords": [
"commitlint",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
@@ -1,5 +1,12 @@
# @mheob/eslint-config

## 5.0.1

### Patch Changes

- [#125](https://github.com/mheob/config/pull/125) ([@renovate](https://github.com/apps/renovate)):
chore(deps): update all non-major dependencies

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@mheob/eslint-config",
"version": "5.0.0",
"version": "5.0.1",
"description": "My personal configuration for eslint.",
"keywords": [
"eslint",
Expand Down

0 comments on commit 0d1cc75

Please sign in to comment.