Skip to content

Commit

Permalink
Merge pull request #858 from tszhong0411/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): version packages
  • Loading branch information
tszhong0411 authored Aug 24, 2024
2 parents 311e002 + 1fd25e7 commit 5782593
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 20 deletions.
13 changes: 0 additions & 13 deletions .changeset/breezy-horses-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-ducks-visit.md

This file was deleted.

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

## 0.1.11

### Patch Changes

- [`ed6bbcc`](https://github.com/tszhong0411/honghong.me/commit/ed6bbcc865a28fa36660439d7948f61261f76586) Thanks [@tszhong0411](https://github.com/tszhong0411)! - Enabled most of the rules in `@eslint-react/` packages.
Enabled two more rules of `jsx-a11y` package

```json
{
"jsx-a11y/no-aria-hidden-on-focusable": "error",
"jsx-a11y/prefer-tag-over-role": "error"
}
```

## 0.1.10

### Patch 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": "@tszhong0411/eslint-config",
"version": "0.1.10",
"version": "0.1.11",
"description": "The eslint config for tszhong0411's projects",
"license": "GPL-3.0",
"author": "tszhong0411 <me@honghong.me> (https://github.com/tszhong0411/)",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tszhong0411/ui

## 0.0.33

### Patch Changes

- [`db581c5`](https://github.com/tszhong0411/honghong.me/commit/db581c5af10ffe6eea8b84265b915c4f51c8ec30) Thanks [@tszhong0411](https://github.com/tszhong0411)! - use `.tsx` as needed

- Updated dependencies []:
- @tszhong0411/utils@0.0.15

## 0.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tszhong0411/ui",
"version": "0.0.32",
"version": "0.0.33",
"description": "The UI components for tszhong0411's projects",
"license": "GPL-3.0",
"author": "tszhong0411 <me@honghong.me> (https://github.com/tszhong0411/)",
Expand Down

0 comments on commit 5782593

Please sign in to comment.