Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#119)
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.0.0

### Major Changes

-   remove depricated `importsNotUsedAsValues` config -->
    ([#121](#121)) by [@mheob](https://github.com/mheob)

## @mheob/commitlint-config@1.0.1

### Patch Changes

-   chore(deps): update dependencies --> ([#118](#118)) by
    [@renovate](https://github.com/apps/renovate)

## @mheob/eslint-config@4.2.1

### Patch Changes

-   update dependencies --> ([#121](#121)) by
    [@mheob](https://github.com/mheob)


Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mheob-bot and github-actions[bot] committed Mar 21, 2023
1 parent dbc068b commit 53d3b58
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-birds-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-radios-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-rings-refuse.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- chore(deps): update dependencies --> ([#118](https://github.com/mheob/config/pull/118)) by
[@renovate](https://github.com/apps/renovate)

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/commitlint-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "My personal configuration for commitlint.",
"keywords": [
"commitlint",
Expand Down
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

## 4.2.1

### Patch Changes

- update dependencies --> ([#121](https://github.com/mheob/config/pull/121)) by
[@mheob](https://github.com/mheob)

## 4.2.0

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

## 2.0.0

### Major Changes

- remove depricated `importsNotUsedAsValues` config -->
([#121](https://github.com/mheob/config/pull/121)) by [@mheob](https://github.com/mheob)

## 1.0.1

### Patch 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": "1.0.1",
"version": "2.0.0",
"description": "My personal configurations for typescript.",
"keywords": [
"tsconfig",
Expand Down

0 comments on commit 53d3b58

Please sign in to comment.