Skip to content

Commit

Permalink
bump: version 3.0.0 → 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitce committed Mar 20, 2022
1 parent 04c2cd8 commit 01256df
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ commitizen:
changelog_start_rev: v2.0.0
name: cz_conventional_commits
tag_format: v$version
version: 3.0.0
version: 3.1.0
version_files:
- package.json
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v3.1.0 (2022-03-20)

### Fix

- **label-item**: update style
- **label-item**: remove `color`
- **label-form**: remove label preview
- **store**: update storage instance before loading into the store
- **helpers**: update `merge.ts`
- **models**: update `Label#id` type

### Refactor

- update imports
- **helpers**: move rendering-related methods from `lihkg.ts` to `mutation.ts`

### Feat

- **file**: update `_export` to not compress to the JSON

## v3.0.0 (2022-03-20)

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

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/libel.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ PERFORMANCE OF THIS SOFTWARE.

/*! @license DOMPurify 2.3.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.6/LICENSE */

/*! @license https://github.com/onury/invert-color */

/** @license React v0.20.2
* scheduler.production.min.js
*
Expand Down
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.0.0
// @version 3.1.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.

4 changes: 2 additions & 2 deletions 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.0.0",
"version": "3.1.0",
"description": "Label users on LIHKG",
"author": "kitce <[email protected]>",
"repository": {
Expand Down Expand Up @@ -81,7 +81,7 @@
"css-loader": "^5.2.0",
"cssnano": "^5.1.4",
"dotenv": "^10.0.0",
"identity-obj-proxy": "^3.0.0",
"identity-obj-proxy": "^3.1.0",
"jest": "^27.5.1",
"postcss": "^8.2.9",
"postcss-loader": "^5.2.0",
Expand Down

0 comments on commit 01256df

Please sign in to comment.