From 01f728c2daaa1ac2cb3585f730e03517f756b732 Mon Sep 17 00:00:00 2001 From: JonasKruckenberg Date: Tue, 11 May 2021 08:47:16 +0000 Subject: [PATCH] Publish - imagetools-core@2.7.2 - rollup-plugin-imagetools@2.2.3 - vite-imagetools@3.6.3 --- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/rollup/CHANGELOG.md | 8 ++++++++ packages/rollup/package.json | 4 ++-- packages/vite/CHANGELOG.md | 8 ++++++++ packages/vite/package.json | 4 ++-- 6 files changed, 32 insertions(+), 5 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7dd3cbab..48c41012 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.7.2](https://github.com/JonasKruckenberg/imagetools/compare/imagetools-core@2.7.1...imagetools-core@2.7.2) (2021-05-11) + + +### Reverts + +* Revert to older sharp version ([9a6ce0a](https://github.com/JonasKruckenberg/imagetools/commit/9a6ce0a9ee00150944aebeb12badf356a2f71279)) + + + + + ## [2.7.1](https://github.com/JonasKruckenberg/imagetools/compare/imagetools-core@2.7.0...imagetools-core@2.7.1) (2021-05-11) diff --git a/packages/core/package.json b/packages/core/package.json index 79a51095..05b6d390 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "imagetools-core", - "version": "2.7.1", + "version": "2.7.2", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", diff --git a/packages/rollup/CHANGELOG.md b/packages/rollup/CHANGELOG.md index 97081bf5..e7f92f27 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.3](https://github.com/JonasKruckenberg/imagetools/compare/rollup-plugin-imagetools@2.2.2...rollup-plugin-imagetools@2.2.3) (2021-05-11) + +**Note:** Version bump only for package rollup-plugin-imagetools + + + + + ## [2.2.2](https://github.com/JonasKruckenberg/imagetools/compare/rollup-plugin-imagetools@2.2.1...rollup-plugin-imagetools@2.2.2) (2021-05-11) **Note:** Version bump only for package rollup-plugin-imagetools diff --git a/packages/rollup/package.json b/packages/rollup/package.json index e87036de..20131b6a 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-imagetools", - "version": "2.2.2", + "version": "2.2.3", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", @@ -29,7 +29,7 @@ }, "dependencies": { "@rollup/pluginutils": "^4.1.0", - "imagetools-core": "^2.7.1", + "imagetools-core": "^2.7.2", "magic-string": "^0.25.7" }, "devDependencies": { diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 0835c0e0..b614d946 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.6.3](https://github.com/JonasKruckenberg/imagetools/compare/vite-imagetools@3.6.2...vite-imagetools@3.6.3) (2021-05-11) + +**Note:** Version bump only for package vite-imagetools + + + + + ## [3.6.2](https://github.com/JonasKruckenberg/imagetools/compare/vite-imagetools@3.6.1...vite-imagetools@3.6.2) (2021-05-11) **Note:** Version bump only for package vite-imagetools diff --git a/packages/vite/package.json b/packages/vite/package.json index f0aeed99..e8a71b8a 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite-imagetools", "description": "Load and transform images using a toolbox of import directives!", - "version": "3.6.2", + "version": "3.6.3", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", @@ -33,7 +33,7 @@ }, "dependencies": { "@rollup/pluginutils": "^4.1.0", - "imagetools-core": "^2.7.1", + "imagetools-core": "^2.7.2", "magic-string": "^0.25.7" }, "devDependencies": {