Skip to content

Commit

Permalink
Publish release (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 18, 2024
1 parent e9b0e2f commit 80eb512
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-drinks-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-readers-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-dogs-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-comics-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-forks-live.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/changesets-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zazen/changesets-changelog

## 2.0.3

### Patch Changes

- Remove trailing newline for changesets without a description ([#192](https://github.com/stormwarning/zazen/pull/192))

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/changesets-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zazen/changesets-changelog",
"version": "2.0.2",
"version": "2.0.3",
"description": "Generate changelogs, free of weariness and confusion",
"keywords": [
"changelog",
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 6.6.0

### Minor Changes

- Update `import/no-duplicates` rule to prefer inline `type` qualifiers ([#188](https://github.com/stormwarning/zazen/pull/188))
- Update `consistent-type-definitions` rule to prefer `interface` ([#188](https://github.com/stormwarning/zazen/pull/188))
- Update `naming-convention` rule to allow UPPER_CASE variables ([#188](https://github.com/stormwarning/zazen/pull/188))

### Patch Changes

- Update eslint-plugin-unicorn to v50 ([#187](https://github.com/stormwarning/zazen/pull/187))

## 6.5.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.5.0",
"version": "6.6.0",
"description": "Lint JavaScript, free of weariness and confusion",
"keywords": [
"eslint-config",
Expand Down

0 comments on commit 80eb512

Please sign in to comment.