Skip to content

Commit

Permalink
chore(next): release 5.0.0 (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and seanwu1105 committed Feb 10, 2023
1 parent 51ff422 commit fec2a21
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,33 @@ in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
to structure this file.

## [5.0.0](https://github.com/seanwu1105/vscode-qt-for-python/compare/v4.0.0...v5.0.0) (2023-02-10)


### ⚠ BREAKING CHANGES

* drop qmllint support as it's superseded by qmlls

### Features

* drop qmllint support as it's superseded by qmlls ([cddfcf3](https://github.com/seanwu1105/vscode-qt-for-python/commit/cddfcf3c200d2ff02f442fdd37ccef51e9f31e6f))
* provide quick fix with suggestions field from qmllint ([12fa6c3](https://github.com/seanwu1105/vscode-qt-for-python/commit/12fa6c36e6a700c92d67a12d3ff8377c1221a260)), closes [#248](https://github.com/seanwu1105/vscode-qt-for-python/issues/248)
* support agb and agba color widget ([492e32b](https://github.com/seanwu1105/vscode-qt-for-python/commit/492e32bdaebb24f07229e37e5cc9005be4010347)), closes [#137](https://github.com/seanwu1105/vscode-qt-for-python/issues/137)
* support HEX color widget ([6ef0fc3](https://github.com/seanwu1105/vscode-qt-for-python/commit/6ef0fc357fe66d8cff199cec4f365b9ef30186b5)), closes [#137](https://github.com/seanwu1105/vscode-qt-for-python/issues/137)
* support hsl and hsla color widget ([c89138e](https://github.com/seanwu1105/vscode-qt-for-python/commit/c89138e7791538b9fa1145f90dfff39e4365c486)), closes [#137](https://github.com/seanwu1105/vscode-qt-for-python/issues/137)
* support hsv and hsva color widget ([c0f88b2](https://github.com/seanwu1105/vscode-qt-for-python/commit/c0f88b2e03c499f6c775d8ed1988cd175fda956f)), closes [#137](https://github.com/seanwu1105/vscode-qt-for-python/issues/137)
* support qmlls ([6dddd3c](https://github.com/seanwu1105/vscode-qt-for-python/commit/6dddd3c59d6702665eebf7ca5dde998435e63281))
* support qmlls with e2e tests for configuration changes ([63aefd3](https://github.com/seanwu1105/vscode-qt-for-python/commit/63aefd3a55cb44dd2e04d1c2ca37b376aba04438)), closes [#251](https://github.com/seanwu1105/vscode-qt-for-python/issues/251)
* use zod to validate qmllint result ([dad6c5e](https://github.com/seanwu1105/vscode-qt-for-python/commit/dad6c5e85e70efb5a59ebda352c7bc84bf059d18))


### Bug Fixes

* [#248](https://github.com/seanwu1105/vscode-qt-for-python/issues/248) ([12fa6c3](https://github.com/seanwu1105/vscode-qt-for-python/commit/12fa6c36e6a700c92d67a12d3ff8377c1221a260))
* [#251](https://github.com/seanwu1105/vscode-qt-for-python/issues/251) ([63aefd3](https://github.com/seanwu1105/vscode-qt-for-python/commit/63aefd3a55cb44dd2e04d1c2ca37b376aba04438))
* [#260](https://github.com/seanwu1105/vscode-qt-for-python/issues/260) ([7329c2f](https://github.com/seanwu1105/vscode-qt-for-python/commit/7329c2fbfa175f70788b669e689ddc56900ef691))
* ensure the observable does not complete before the language client disposed ([7115c90](https://github.com/seanwu1105/vscode-qt-for-python/commit/7115c90a2ea8e0469e287d2c40b42eb626ccb925))

## [4.0.0](https://github.com/seanwu1105/vscode-qt-for-python/compare/v3.0.1...v4.0.0) (2022-11-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "vscode-qt-for-python",
"displayName": "Qt for Python",
"description": "Visual Studio Code extension for PySide6 and PyQt6.",
"version": "4.0.0",
"version": "5.0.0",
"publisher": "seanwu",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit fec2a21

Please sign in to comment.