Skip to content

Commit

Permalink
Publish release (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 8, 2024
1 parent 051a160 commit 43d3064
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-comics-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-seas-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-seals-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-zebras-explain.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 6.8.0

### Minor Changes

- Configure `unicorn/switch-case-braces` to avoid braces where possible ([#214](https://github.com/stormwarning/zazen/pull/214))

### Patch Changes

- Update eslint-plugin-import-sorting to v1.1.0 ([#202](https://github.com/stormwarning/zazen/pull/202))
- Update typescript-eslint monorepo to v6.21.0 ([#211](https://github.com/stormwarning/zazen/pull/211))

## 6.7.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": "@zazen/eslint-config",
"version": "6.7.0",
"version": "6.8.0",
"description": "Lint JavaScript, free of weariness and confusion",
"keywords": [
"eslint-config",
Expand Down
7 changes: 7 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zazen/prettier-config

## 1.0.0

### Major Changes

- **Initial release 🎉** ([#215](https://github.com/stormwarning/zazen/pull/215))
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": "@zazen/prettier-config",
"version": "0.0.0",
"version": "1.0.0",
"description": "Apply a consistent code style, free of weariness and confusion",
"homepage": "https://github.com/stormwarning/zazen/blob/main/packages/prettier-config",
"repository": {
Expand Down

0 comments on commit 43d3064

Please sign in to comment.