Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - imagetools-core@0.1.0-next.15
 - rollup-plugin-imagetools@0.0.0-next.3
 - vite-imagetools@3.4.0-next.6
  • Loading branch information
JonasKruckenberg committed Apr 11, 2021
1 parent eceb11b commit ebfa8fa
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/core/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.

# [0.1.0-next.15](https://github.com/JonasKruckenberg/imagetools/compare/imagetools-core@0.1.0-next.14...imagetools-core@0.1.0-next.15) (2021-04-11)

**Note:** Version bump only for package imagetools-core





# 0.1.0-next.14 (2021-04-11)

**Note:** Version bump only for package imagetools-core
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": "0.1.0-next.14",
"version": "0.1.0-next.15",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.0.0-next.3](https://github.com/JonasKruckenberg/imagetools/compare/rollup-plugin-imagetools@0.0.0-next.2...rollup-plugin-imagetools@0.0.0-next.3) (2021-04-11)


### Bug Fixes

* import types from the right file ([92fbe14](https://github.com/JonasKruckenberg/imagetools/commit/92fbe14168c1198a6c8d0e42ce1483cfad927294))
* **rollup-plugin-imagetools:** correctly resolve absolute paths ([f612e6a](https://github.com/JonasKruckenberg/imagetools/commit/f612e6a8d5dcf68c39040f446d07e9c0884f6ac9))





# 0.0.0-next.2 (2021-04-11)


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": "0.0.0-next.2",
"version": "0.0.0-next.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": "^0.1.0-next.14",
"imagetools-core": "^0.1.0-next.15",
"magic-string": "^0.25.7"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0-next.6](https://github.com/JonasKruckenberg/imagetools/compare/vite-imagetools@3.4.0-next.5...vite-imagetools@3.4.0-next.6) (2021-04-11)


### Bug Fixes

* import types from the right file ([92fbe14](https://github.com/JonasKruckenberg/imagetools/commit/92fbe14168c1198a6c8d0e42ce1483cfad927294))
* switch from default to named export ([b2f0ca7](https://github.com/JonasKruckenberg/imagetools/commit/b2f0ca7c2a7b50f2e28566cd397e5b3f0b0f55f7))





# [3.4.0-next.5](https://github.com/JonasKruckenberg/imagetools/compare/vite-imagetools@3.4.0-next.4...vite-imagetools@3.4.0-next.5) (2021-04-11)


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.4.0-next.5",
"version": "3.4.0-next.6",
"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": "^0.1.0-next.14",
"imagetools-core": "^0.1.0-next.15",
"magic-string": "^0.25.7"
},
"devDependencies": {
Expand Down

0 comments on commit ebfa8fa

Please sign in to comment.