Skip to content

Commit

Permalink
chore: update versions (#126)
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 Oct 11, 2023
1 parent 84135eb commit 6720bb9
Show file tree
Hide file tree
Showing 20 changed files with 94 additions and 37 deletions.
13 changes: 0 additions & 13 deletions .changeset/sharp-owls-perform.md

This file was deleted.

8 changes: 8 additions & 0 deletions plugin-angularjs-template-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog

## 1.2.4

### Patch Changes

- 84135eb: use prune on package.json
- Updated dependencies [84135eb]
- @rollup-extras/utils@1.4.5

## 1.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugin-angularjs-template-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.2.3",
"version": "1.2.4",
"name": "@rollup-extras/plugin-angularjs-template-cache",
"description": "Plugin to build AngularJS templates cache.",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@niceties/logger": "^1.1.4",
"tiny-glob": "^0.2.9",
"@rollup-extras/utils": "^1.4.4",
"@rollup-extras/utils": "^1.4.5",
"js-string-escape": "^1.0.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions plugin-binify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog

## 1.1.10

### Patch Changes

- 84135eb: use prune on package.json
- Updated dependencies [84135eb]
- @rollup-extras/utils@1.4.5

## 1.1.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugin-binify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.1.9",
"version": "1.1.10",
"name": "@rollup-extras/plugin-binify",
"description": "plugin to create cli packages during rollup build",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@niceties/logger": "^1.1.4",
"@rollup-extras/utils": "^1.4.4"
"@rollup-extras/utils": "^1.4.5"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"
Expand Down
8 changes: 8 additions & 0 deletions plugin-clean/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog

## 1.3.9

### Patch Changes

- 84135eb: use prune on package.json
- Updated dependencies [84135eb]
- @rollup-extras/utils@1.4.5

## 1.3.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugin-clean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.3.8",
"version": "1.3.9",
"name": "@rollup-extras/plugin-clean",
"description": "Rollup plugin to clean a directory during build.",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@niceties/logger": "^1.1.4",
"@rollup-extras/utils": "^1.4.4"
"@rollup-extras/utils": "^1.4.5"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"
Expand Down
8 changes: 8 additions & 0 deletions plugin-copy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog

## 1.9.3

### Patch Changes

- 84135eb: use prune on package.json
- Updated dependencies [84135eb]
- @rollup-extras/utils@1.4.5

## 1.9.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugin-copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.9.2",
"version": "1.9.3",
"name": "@rollup-extras/plugin-copy",
"description": "Rollup plugin to copy assets during build.",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@niceties/logger": "^1.1.4",
"glob": "^10.0.0",
"glob-parent": "^6.0.2",
"@rollup-extras/utils": "^1.4.4"
"@rollup-extras/utils": "^1.4.5"
},
"devDependencies": {
"@types/glob": "^8.1.0",
Expand Down
8 changes: 8 additions & 0 deletions plugin-exec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog

## 0.1.4

### Patch Changes

- 84135eb: use prune on package.json
- Updated dependencies [84135eb]
- @rollup-extras/utils@1.4.5

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugin-exec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.1.3",
"version": "0.1.4",
"name": "@rollup-extras/plugin-exec",
"description": "Exec some code when the bundle you are building is finished.",
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@niceties/logger": "^1.1.4",
"@rollup-extras/utils": "^1.4.4"
"@rollup-extras/utils": "^1.4.5"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"
Expand Down
8 changes: 8 additions & 0 deletions plugin-externals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog

## 1.1.12

### Patch Changes

- 84135eb: use prune on package.json
- Updated dependencies [84135eb]
- @rollup-extras/utils@1.4.5

## 1.1.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugin-externals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.1.11",
"version": "1.1.12",
"name": "@rollup-extras/plugin-externals",
"description": "Rollup plugin to declare dependencies external with reasonable defaults and customizable logic.",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@niceties/logger": "^1.1.4",
"is-builtin-module": "^3.2.0",
"pkg-dir": "5.0.0",
"@rollup-extras/utils": "^1.4.4"
"@rollup-extras/utils": "^1.4.5"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"
Expand Down
8 changes: 8 additions & 0 deletions plugin-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog

## 1.4.5

### Patch Changes

- 84135eb: use prune on package.json
- Updated dependencies [84135eb]
- @rollup-extras/utils@1.4.5

## 1.4.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugin-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.4.4",
"version": "1.4.5",
"name": "@rollup-extras/plugin-html",
"description": "Rollup plugin to inject assets names into html template.",
"license": "MIT",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@niceties/logger": "^1.1.4",
"@rollup-extras/utils": "^1.4.4"
"@rollup-extras/utils": "^1.4.5"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"
Expand Down
8 changes: 8 additions & 0 deletions plugin-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog

## 1.3.5

### Patch Changes

- 84135eb: use prune on package.json
- Updated dependencies [84135eb]
- @rollup-extras/utils@1.4.5

## 1.3.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugin-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.3.4",
"version": "1.3.5",
"name": "@rollup-extras/plugin-serve",
"description": "Rollup plugin for dev server based on koa.",
"license": "MIT",
Expand Down Expand Up @@ -45,7 +45,7 @@
"koa-static": "^5.0.0",
"koa-logger": "^3.2.1",
"@niceties/logger": "^1.1.4",
"@rollup-extras/utils": "^1.4.4"
"@rollup-extras/utils": "^1.4.5"
},
"devDependencies": {
"@types/koa": "^2.13.4",
Expand Down
14 changes: 7 additions & 7 deletions test/big-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"rollup": "^3.21.0",
"@niceties/logger": "^1.1.10",
"@niceties/draftlog-appender": "^1.1.0",
"@rollup-extras/plugin-clean": "^1.3.8",
"@rollup-extras/plugin-copy": "^1.9.2",
"@rollup-extras/plugin-html": "^1.4.4",
"@rollup-extras/plugin-serve": "^1.3.4",
"@rollup-extras/plugin-binify": "^1.1.9",
"@rollup-extras/plugin-externals": "^1.1.11",
"@rollup-extras/plugin-angularjs-template-cache": "^1.2.3",
"@rollup-extras/plugin-clean": "^1.3.9",
"@rollup-extras/plugin-copy": "^1.9.3",
"@rollup-extras/plugin-html": "^1.4.5",
"@rollup-extras/plugin-serve": "^1.3.5",
"@rollup-extras/plugin-binify": "^1.1.10",
"@rollup-extras/plugin-externals": "^1.1.12",
"@rollup-extras/plugin-angularjs-template-cache": "^1.2.4",
"rollup-plugin-html": "^0.2.1",
"simply-beautiful": "^0.2.10"
}
Expand Down
6 changes: 6 additions & 0 deletions utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog

## 1.4.5

### Patch Changes

- 84135eb: use prune on package.json

## 1.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.4.4",
"version": "1.4.5",
"name": "@rollup-extras/utils",
"description": "Utils to support creation of rollup plugins.",
"license": "MIT",
Expand Down

0 comments on commit 6720bb9

Please sign in to comment.