Skip to content

Commit

Permalink
Version Packages (#288)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 22, 2021
1 parent e74b8a6 commit 4fc5143
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-llamas-join.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/upgrade-sharp.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.2

### Patch Changes

- 64356e6: chore(deps-dev): bump sharp from 2.8.2 to 2.9.3

## 3.0.1

### Patch Changes
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": "3.0.1",
"version": "3.0.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
@@ -1,5 +1,13 @@
# Change Log

## 3.0.4

### Patch Changes

- 64356e6: chore(deps-dev): bump sharp from 2.8.2 to 2.9.3
- Updated dependencies [64356e6]
- imagetools-core@3.0.2

## 3.0.3

### Patch Changes
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": "3.0.3",
"version": "3.0.4",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/rollup/src/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@rollup/pluginutils": "^4.1.2",
"imagetools-core": "^3.0.1",
"imagetools-core": "^3.0.2",
"magic-string": "^0.25.7"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.0.3

### Patch Changes

- 725e27b: chore(deps-dev): bump vite from 2.7.2 to 2.7.3
- 64356e6: chore(deps-dev): bump sharp from 2.8.2 to 2.9.3
- Updated dependencies [64356e6]
- imagetools-core@3.0.2

## 4.0.2

### Patch Changes
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": "4.0.2",
"version": "4.0.3",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/vite/src/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@rollup/pluginutils": "^4.1.2",
"imagetools-core": "^3.0.1",
"imagetools-core": "^3.0.2",
"magic-string": "^0.25.7"
},
"devDependencies": {
Expand Down

0 comments on commit 4fc5143

Please sign in to comment.