Skip to content

Commit

Permalink
Version Packages (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2022
1 parent dbc8d02 commit b7f5c54
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/tiny-dryers-sneeze.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.2.3

### Patch Changes

- dbc8d02: Fix type resolution by re-adding top-level types field

## 3.2.2

### 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.2",
"version": "3.2.3",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
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.12

### Patch Changes

- dbc8d02: Fix type resolution by re-adding top-level types field
- Updated dependencies [dbc8d02]
- imagetools-core@3.2.3

## 3.0.11

### 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.11",
"version": "3.0.12",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
Expand Down
8 changes: 8 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.0.11

### Patch Changes

- dbc8d02: Fix type resolution by re-adding top-level types field
- Updated dependencies [dbc8d02]
- imagetools-core@3.2.3

## 4.0.10

### 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.10",
"version": "4.0.11",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
Expand Down

0 comments on commit b7f5c54

Please sign in to comment.