Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#37)
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/check-package-manager@1.0.0

### Major Changes

-   [#48](#48)
    [`6adc64c`](6adc64c)
    Thanks [@mheob](https://github.com/mheob)! - Initial release of the `check-package-manager`
    package

## @mheob/prettier-config@2.0.0

### Major Changes

-   [#42](#42)
    [`cf8ba94`](cf8ba94)
    Thanks [@mheob](https://github.com/mheob)! - Switch from spaces to tabs as indentation

### Minor Changes

-   [#52](#52)
    [`8bc72cd`](8bc72cd)
    Thanks [@mheob](https://github.com/mheob)! - Use spaces instead of tabs in yaml files

### Patch Changes

-   [#46](#46)
    [`6f731ee`](6f731ee)
    Thanks [@mheob](https://github.com/mheob)! - Switch to typescript as source files

-   [#42](#42)
    [`cf8ba94`](cf8ba94)
    Thanks [@mheob](https://github.com/mheob)! - Format all files to the new tabs instead of spaces
    behaviour

-   [#36](#36)
    [`fd1474e`](fd1474e)
    Thanks [@mheob](https://github.com/mheob)! - Update dependencies

## @mheob/tsconfig@1.0.0

### Major Changes

-   [#43](#43)
    [`c4e3768`](c4e3768)
    Thanks [@mheob](https://github.com/mheob)! - Initial Release

## @mheob/eslint-config@2.1.1

### Patch Changes

-   [#49](#49)
    [`348d277`](348d277)
    Thanks [@mheob](https://github.com/mheob)! - Update dependencies

-   [#46](#46)
    [`6f731ee`](6f731ee)
    Thanks [@mheob](https://github.com/mheob)! - Switch to typescript as source files

-   [#42](#42)
    [`cf8ba94`](cf8ba94)
    Thanks [@mheob](https://github.com/mheob)! - Format all files to the new tabs instead of spaces
    behaviour

-   [#36](#36)
    [`fd1474e`](fd1474e)
    Thanks [@mheob](https://github.com/mheob)! - Update dependencies
  • Loading branch information
github-actions[bot] committed Sep 21, 2022
1 parent 8bc72cd commit 71502b3
Show file tree
Hide file tree
Showing 21 changed files with 73 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-lies-teach.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/beige-mirrors-push.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/eight-panthers-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-ads-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hungry-cups-relate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lemon-cheetahs-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-llamas-smile.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lucky-months-protect.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/pink-forks-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-bugs-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-ears-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-mice-trade.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/wise-ghosts-attack.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/check-package-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @mheob/check-package-manager

## 1.0.0

### Major Changes

- [#48](https://github.com/mheob/config/pull/48)
[`6adc64c`](https://github.com/mheob/config/commit/6adc64c68a27ff3ddca90a4b3374724c90960e7e)
Thanks [@mheob](https://github.com/mheob)! - Initial release of the `check-package-manager`
package
2 changes: 1 addition & 1 deletion packages/check-package-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/check-package-manager",
"version": "0.0.0",
"version": "1.0.0",
"description": "A simple check of the usage of the correct package manager.",
"keywords": [
"package-manager",
Expand Down
21 changes: 21 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @mheob/eslint-config

## 2.1.1

### Patch Changes

- [#49](https://github.com/mheob/config/pull/49)
[`348d277`](https://github.com/mheob/config/commit/348d27713aab3a4927447f9870075cb2ace4275e)
Thanks [@mheob](https://github.com/mheob)! - Update dependencies

- [#46](https://github.com/mheob/config/pull/46)
[`6f731ee`](https://github.com/mheob/config/commit/6f731eeba2c6cf3f8e8ce896e19069bc88d45557)
Thanks [@mheob](https://github.com/mheob)! - Switch to typescript as source files

- [#42](https://github.com/mheob/config/pull/42)
[`cf8ba94`](https://github.com/mheob/config/commit/cf8ba94f23489673593eb101dcab47af445054a0)
Thanks [@mheob](https://github.com/mheob)! - Format all files to the new tabs instead of spaces
behaviour

- [#36](https://github.com/mheob/config/pull/36)
[`fd1474e`](https://github.com/mheob/config/commit/fd1474e0bcb9d6495a53358b4da62ec7d4754994)
Thanks [@mheob](https://github.com/mheob)! - Update dependencies

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

## 2.0.0

### Major Changes

- [#42](https://github.com/mheob/config/pull/42)
[`cf8ba94`](https://github.com/mheob/config/commit/cf8ba94f23489673593eb101dcab47af445054a0)
Thanks [@mheob](https://github.com/mheob)! - Switch from spaces to tabs as indentation

### Minor Changes

- [#52](https://github.com/mheob/config/pull/52)
[`8bc72cd`](https://github.com/mheob/config/commit/8bc72cd4844ce2e7bb224a00dbaf7117efd81269)
Thanks [@mheob](https://github.com/mheob)! - Use spaces instead of tabs in yaml files

### Patch Changes

- [#46](https://github.com/mheob/config/pull/46)
[`6f731ee`](https://github.com/mheob/config/commit/6f731eeba2c6cf3f8e8ce896e19069bc88d45557)
Thanks [@mheob](https://github.com/mheob)! - Switch to typescript as source files

- [#42](https://github.com/mheob/config/pull/42)
[`cf8ba94`](https://github.com/mheob/config/commit/cf8ba94f23489673593eb101dcab47af445054a0)
Thanks [@mheob](https://github.com/mheob)! - Format all files to the new tabs instead of spaces
behaviour

- [#36](https://github.com/mheob/config/pull/36)
[`fd1474e`](https://github.com/mheob/config/commit/fd1474e0bcb9d6495a53358b4da62ec7d4754994)
Thanks [@mheob](https://github.com/mheob)! - Update dependencies

## 1.4.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.4.0",
"version": "2.0.0",
"description": "My personal configuration for prettier.",
"keywords": [
"prettier",
Expand Down
9 changes: 9 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @mheob/tsconfig

## 1.0.0

### Major Changes

- [#43](https://github.com/mheob/config/pull/43)
[`c4e3768`](https://github.com/mheob/config/commit/c4e3768035f4b37d3e5f88115c66de25b41d335a)
Thanks [@mheob](https://github.com/mheob)! - Initial Release
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": "0.0.0",
"version": "1.0.0",
"description": "My personal configurations for typescript.",
"keywords": [
"tsconfig",
Expand Down

0 comments on commit 71502b3

Please sign in to comment.