Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): bump version and deploy packages #37

Merged
merged 1 commit into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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