Skip to content

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Jun 6, 2022
1 parent a43dffa commit faef02a
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 23 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.6.3, 2022.06.06

* Retain only allowed attributes from SVG input [#84](https://github.com/neocotic/convert-svg/issues/84) [a43dffa](https://github.com/neocotic/convert-svg/commit/a43dffaab0f1e419d5be84e2e7356b86ffac3cf1)

## Version 0.6.2, 2022.05.29

* Add convert-svg-to-webp package [812ea66](https://github.com/neocotic/convert-svg/commit/812ea6673b0a478c47f877d2be7afdc412669690)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "4.0.0",
"version": "0.6.2",
"version": "0.6.3",
"packages": [
"packages/*"
],
Expand Down
20 changes: 10 additions & 10 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 packages/convert-svg-core/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 packages/convert-svg-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-svg-core",
"version": "0.6.2",
"version": "0.6.3",
"description": "Supports converting SVG into another format using headless Chromium",
"homepage": "https://github.com/neocotic/convert-svg",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/convert-svg-test-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-svg-test-helper",
"version": "0.6.2",
"version": "0.6.3",
"description": "Helper for testing convert-svg-core implementations",
"homepage": "https://github.com/neocotic/convert-svg",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions packages/convert-svg-to-jpeg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-svg-to-jpeg",
"version": "0.6.2",
"version": "0.6.3",
"description": "Converts SVG to JPEG using headless Chromium",
"homepage": "https://github.com/neocotic/convert-svg",
"bugs": {
Expand Down Expand Up @@ -36,10 +36,10 @@
"directory": "packages/convert-svg-to-jpeg"
},
"dependencies": {
"convert-svg-core": "^0.6.2"
"convert-svg-core": "^0.6.3"
},
"devDependencies": {
"convert-svg-test-helper": "^0.6.2",
"convert-svg-test-helper": "^0.6.3",
"mocha": "^9.2.2"
},
"bin": {
Expand Down
6 changes: 3 additions & 3 deletions packages/convert-svg-to-png/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-svg-to-png",
"version": "0.6.2",
"version": "0.6.3",
"description": "Converts SVG to PNG using headless Chromium",
"homepage": "https://github.com/neocotic/convert-svg",
"bugs": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"directory": "packages/convert-svg-to-png"
},
"dependencies": {
"convert-svg-core": "^0.6.2"
"convert-svg-core": "^0.6.3"
},
"devDependencies": {
"convert-svg-test-helper": "^0.6.2",
"convert-svg-test-helper": "^0.6.3",
"mocha": "^9.2.2"
},
"bin": {
Expand Down
6 changes: 3 additions & 3 deletions packages/convert-svg-to-webp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-svg-to-webp",
"version": "0.6.2",
"version": "0.6.3",
"description": "Converts SVG to WEBP using headless Chromium",
"homepage": "https://github.com/neocotic/convert-svg",
"bugs": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"directory": "packages/convert-svg-to-webp"
},
"dependencies": {
"convert-svg-core": "^0.6.2"
"convert-svg-core": "^0.6.3"
},
"devDependencies": {
"convert-svg-test-helper": "^0.6.2",
"convert-svg-test-helper": "^0.6.3",
"mocha": "^9.2.2"
},
"bin": {
Expand Down

0 comments on commit faef02a

Please sign in to comment.