Skip to content

Commit

Permalink
Version Packages (#389)
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] committed Oct 10, 2022
1 parent a645ecf commit abeebe3
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 35 deletions.
7 changes: 0 additions & 7 deletions .changeset/dull-tigers-pull.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-timers-destroy.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fuzzy-balloons-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-games-kiss.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wild-students-lay.md

This file was deleted.

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

## 3.2.2

### Patch Changes

- 92b2fa3: chore(deps): update dependency @types/sharp to ^0.31.0
- 80250db: Update package READMEs and metadata.
- 60890de: fix: add an exports map

## 3.2.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.2.1",
"version": "3.2.2",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down
13 changes: 13 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 3.0.11

### Patch Changes

- 92b2fa3: chore(deps): update dependency @types/sharp to ^0.31.0
- 07df0fa: fix: process URLs with no query string
- 80250db: Update package READMEs and metadata.
- 60890de: fix: add an exports map
- Updated dependencies [92b2fa3]
- Updated dependencies [80250db]
- Updated dependencies [60890de]
- imagetools-core@3.2.2

## 3.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.10",
"version": "3.0.11",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down
14 changes: 14 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 4.0.10

### Patch Changes

- 92b2fa3: chore(deps): update dependency @types/sharp to ^0.31.0
- 07df0fa: fix: process URLs with no query string
- 80250db: Update package READMEs and metadata.
- d11b927: Let vite create correct paths in build result
- 60890de: fix: add an exports map
- Updated dependencies [92b2fa3]
- Updated dependencies [80250db]
- Updated dependencies [60890de]
- imagetools-core@3.2.2

## 4.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.9",
"version": "4.0.10",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down

0 comments on commit abeebe3

Please sign in to comment.