Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xlboy committed Aug 13, 2024
1 parent 7cd4d1e commit 0512de8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.3.0 (2024-08-13)

Upgrade `@phoenix-twind/intellisense`, with the following changes:

- [BUG] Fixed multiple duplicates issue when triggering suggestions (https://github.com/xlboy/twind/commit/1cd784c946a9ecd093b87296aaa8ff62e3b2fe5a)

- [BUG] Fixed line break issue in hover content display (https://github.com/xlboy/twind/pull/4#discussion_r1714110841)

- [Pref] Optimized hover performance (https://github.com/xlboy/twind/pull/7)

# 0.2.0 (2024-08-11)

- refactor: rewrite `colorPreview`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "xlboy",
"displayName": "Twind Intellisense (Phoenix)",
"preview": true,
"version": "0.2.0",
"version": "0.3.0",
"description": "Twind Intellisense for VSCode, It's waiting for its king to return",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -94,7 +94,7 @@
},
"devDependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@phoenix-twind/intellisense": "file:.yalc/@phoenix-twind/intellisense",
"@phoenix-twind/intellisense": "1.1.4-alpha.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/node20": "^20.1.4",
"@twind/core": "^1.1.3",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 0512de8

Please sign in to comment.