Skip to content

Commit

Permalink
chore: Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbugh committed Nov 9, 2021
1 parent b384a67 commit 3b434b7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to the "change-color-format" extension will be documented in this file.

## 1.2.0

- feat: Allow trusted and virtual workspaces
- feat: Add "hex" to find palette format easier
- test: Disable running other extensions
- chore(deps): Upgrade to all latest

## 1.1.0

- fix: rgb(a) to hex conversion (#18) (Thanks @fritz-c)
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "change-color-format",
"license": "MIT",
"displayName": "Change Color Format",
"description": "Quickly transform colors to and from #RRGGBB, hsl(), rgb() and more.",
"version": "1.1.0",
"description": "Quickly transform colors to and from hex (#RRGGBB/AA), hsl(), rgb() and more.",
"version": "1.2.0",
"publisher": "bbugh",
"icon": "icon.png",
"homepage": "https://github.com/bbugh/vscode-change-color-format",
Expand All @@ -20,13 +20,14 @@
},
"keywords": [
"color",
"replace",
"css",
"format",
"hsl",
"replace",
"rgb"
],
"engines": {
"vscode": "^1.5.0"
"vscode": "^1.14.0"
},
"capabilities": {
"untrustedWorkspaces": {
Expand Down Expand Up @@ -72,7 +73,7 @@
"test": "node ./out/test/runTest.js",
"watch": "tsc -watch -p ./",
"vscode:prepublish": "yarn run pretest",
"vscode:package": "vsce package",
"vscode:package": "vsce package --out out",
"vscode:publish": "vsce publish"
},
"devDependencies": {
Expand All @@ -81,7 +82,7 @@
"@types/mocha": "9.0.0",
"@types/node": "16.11.7",
"@types/sinon": "10.0.6",
"@types/vscode": "1.62.0",
"@types/vscode": "1.14.0",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"eslint": "8.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@
dependencies:
"@sinonjs/fake-timers" "^7.1.0"

"@types/vscode@1.62.0":
version "1.62.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.62.0.tgz#b4d6d192d5aeb75e91d0adef689c3ecef9879da7"
integrity sha512-iGlQJ1w5e3qPUryroO6v4lxg3ql1ztdTCwQW3xEwFawdyPLoeUSv48SYfMwc7kQA7h6ThUqflZIjgKAykeF9oA==
"@types/vscode@1.14.0":
version "1.14.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.14.0.tgz#24b3929ac86783796e7c497789aaddca30817d0b"
integrity sha512-0PFarl1nOck6V+vTMycb7b3mrc2ybDkkg3bA8u/8DUyY0/KhYUw3qxCQjxT2c66ferlpOeA05ETgddSmup69fA==

"@typescript-eslint/[email protected]":
version "5.3.1"
Expand Down

0 comments on commit 3b434b7

Please sign in to comment.