Skip to content

Commit

Permalink
bump: version 3.8.0-alpha.2 → 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitce committed Nov 5, 2022
1 parent e7aac4c commit 40bb526
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ commitizen:
name: cz_conventional_commits
tag_format: v$version
update_changelog_on_bump: true
version: 3.8.0-alpha.2
version: 3.8.0
version_files:
- package.json
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## v3.8.0 (2022-11-05)

### Feat

- **components**: forward ref for `ToggleButton`
- **components**: add `SourcePostScreenshotButton`
- **label-form**: add image button
- **label-form**: change error message to error notification
- **editor**: change error message to error notification
- **label-form**: support screenshot in edit label form
- **helpers**: add `sleep()`
- **subscription**: revise `SubscriptionItem` layout
- **label**: revise `LabelInfo` layout

### Fix

- **label-form**: show screenshot toggle button only when the post is available

### Refactor

- **components**: update tooltip props
- **hooks**: add `useSourcePostScreenshot`
- **components**: spread props
- **components**: destructure and spread the remaining props

## v3.8.0-alpha.2 (2022-11-02)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion dist/egg.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/egg.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/libel.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/libel.meta.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Libel
// @version 3.8.0-alpha.2
// @version 3.8.0
// @author kitce <[email protected]>
// @description Label users on LIHKG
// @homepage https://kitce.github.io/libel
Expand Down
4 changes: 2 additions & 2 deletions dist/libel.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "libel",
"namespace": "libel",
"displayName": "Libel",
"version": "3.8.0-alpha.2",
"version": "3.8.0",
"description": "Label users on LIHKG",
"author": "kitce <[email protected]>",
"repository": {
Expand Down

0 comments on commit 40bb526

Please sign in to comment.