From 7959eb0d257c980dc57ffa3881482cc944b594d4 Mon Sep 17 00:00:00 2001 From: JonasKruckenberg Date: Tue, 11 May 2021 08:58:45 +0000 Subject: [PATCH] Publish - imagetools-core@2.7.3 - rollup-plugin-imagetools@2.2.4 - vite-imagetools@3.6.4 --- packages/core/CHANGELOG.md | 8 ++++++++ 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, 29 insertions(+), 5 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 48c41012..cb2fad41 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.7.3](https://github.com/JonasKruckenberg/imagetools/compare/imagetools-core@2.7.2...imagetools-core@2.7.3) (2021-05-11) + +**Note:** Version bump only for package imagetools-core + + + + + ## [2.7.2](https://github.com/JonasKruckenberg/imagetools/compare/imagetools-core@2.7.1...imagetools-core@2.7.2) (2021-05-11) diff --git a/packages/core/package.json b/packages/core/package.json index 05b6d390..f3ca0d35 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "imagetools-core", - "version": "2.7.2", + "version": "2.7.3", "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 e7f92f27..4aef1203 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.4](https://github.com/JonasKruckenberg/imagetools/compare/rollup-plugin-imagetools@2.2.3...rollup-plugin-imagetools@2.2.4) (2021-05-11) + +**Note:** Version bump only for package rollup-plugin-imagetools + + + + + ## [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 diff --git a/packages/rollup/package.json b/packages/rollup/package.json index 20131b6a..6853674d 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-imagetools", - "version": "2.2.3", + "version": "2.2.4", "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.2", + "imagetools-core": "^2.7.3", "magic-string": "^0.25.7" }, "devDependencies": { diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index b614d946..79cd1d54 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.4](https://github.com/JonasKruckenberg/imagetools/compare/vite-imagetools@3.6.3...vite-imagetools@3.6.4) (2021-05-11) + +**Note:** Version bump only for package vite-imagetools + + + + + ## [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 diff --git a/packages/vite/package.json b/packages/vite/package.json index e8a71b8a..9c37b47c 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.3", + "version": "3.6.4", "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.2", + "imagetools-core": "^2.7.3", "magic-string": "^0.25.7" }, "devDependencies": {