Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - imagetools-core@2.7.2
 - rollup-plugin-imagetools@2.2.3
 - vite-imagetools@3.6.3
  • Loading branch information
JonasKruckenberg committed May 11, 2021
1 parent e37d162 commit 01f728c
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 01f728c

Please sign in to comment.