Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 22, 2023
1 parent 19085c2 commit 41eded4
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/@theguild_eslint-config-154-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@theguild_eslint-config-155-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@theguild_prettier-config-154-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-birds-glow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-crabs-report.md

This file was deleted.

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

## 0.7.0

### Minor Changes

- [#154](https://github.com/the-guild-org/shared-config/pull/154)
[`8e8e708`](https://github.com/the-guild-org/shared-config/commit/8e8e70847a71de1e5395c1b5a7211a910328daf0)
Thanks [@enisdenjo](https://github.com/enisdenjo)! - prettier should be responsible for import
sorting instead of eslint

### Patch Changes

- [#154](https://github.com/the-guild-org/shared-config/pull/154)
[`8e8e708`](https://github.com/the-guild-org/shared-config/commit/8e8e70847a71de1e5395c1b5a7211a910328daf0)
Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:

- Removed dependency
[`eslint-plugin-simple-import-sort@^8.0.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-simple-import-sort/v/8.0.0)
(from `dependencies`)

- [#155](https://github.com/the-guild-org/shared-config/pull/155)
[`71cf9c5`](https://github.com/the-guild-org/shared-config/commit/71cf9c5b7475a72a8901d22cae67d85841cfb490)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`eslint-plugin-sonarjs@^0.18.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-sonarjs/v/0.18.0)
(from `^0.17.0`, in `dependencies`)

## 0.6.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": "@theguild/eslint-config",
"version": "0.6.0",
"version": "0.7.0",
"type": "commonjs",
"description": "The Guild's shared ESLint config",
"repository": {
Expand Down
23 changes: 23 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @theguild/prettier-config

## 1.1.0

### Minor Changes

- [#154](https://github.com/the-guild-org/shared-config/pull/154)
[`8e8e708`](https://github.com/the-guild-org/shared-config/commit/8e8e70847a71de1e5395c1b5a7211a910328daf0)
Thanks [@enisdenjo](https://github.com/enisdenjo)! - prettier should be responsible for import
sorting instead of eslint

### Patch Changes

- [#154](https://github.com/the-guild-org/shared-config/pull/154)
[`8e8e708`](https://github.com/the-guild-org/shared-config/commit/8e8e70847a71de1e5395c1b5a7211a910328daf0)
Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:

- Added dependency
[`@trivago/prettier-plugin-sort-imports@^4.0.0` ↗︎](https://www.npmjs.com/package/@trivago/prettier-plugin-sort-imports/v/4.0.0)
(to `dependencies`)

- [#162](https://github.com/the-guild-org/shared-config/pull/162)
[`19085c2`](https://github.com/the-guild-org/shared-config/commit/19085c22066663353b49e1b1618b259863d70410)
Thanks [@enisdenjo](https://github.com/enisdenjo)! - Even prettier imports

## 1.0.0

### Major 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": "@theguild/prettier-config",
"version": "1.0.0",
"version": "1.1.0",
"description": "The Guild's shared Prettier config",
"repository": {
"url": "the-guild-org/shared-config",
Expand Down

0 comments on commit 41eded4

Please sign in to comment.