Skip to content

Commit e9e2119

Browse files
chore: update versions (#185)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 758609c commit e9e2119

File tree

7 files changed

+21
-14
lines changed

7 files changed

+21
-14
lines changed

.changeset/beige-berries-create.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slimy-cases-cross.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

plugin-copy/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Changelog
22

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- 758609c: Pass result of path.resolve() in originalFileName property into emitFile. It should not affect older rollup versions but potentially fixes #182.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [758609c]
12+
- @rollup-extras/utils@1.4.6
13+
314
## 1.9.3
415

516
### Patch Changes

plugin-copy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.9.3",
3+
"version": "1.10.0",
44
"name": "@rollup-extras/plugin-copy",
55
"description": "Rollup plugin to copy assets during build.",
66
"license": "MIT",
@@ -46,7 +46,7 @@
4646
"@niceties/logger": "^1.1.4",
4747
"glob": "^10.0.0",
4848
"glob-parent": "^6.0.2",
49-
"@rollup-extras/utils": "^1.4.5"
49+
"@rollup-extras/utils": "^1.4.6"
5050
},
5151
"devDependencies": {
5252
"@types/glob": "^8.1.0",

test/big-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@niceties/logger": "^1.1.10",
1414
"@niceties/draftlog-appender": "^1.1.0",
1515
"@rollup-extras/plugin-clean": "^1.3.9",
16-
"@rollup-extras/plugin-copy": "^1.9.3",
16+
"@rollup-extras/plugin-copy": "^1.10.0",
1717
"@rollup-extras/plugin-html": "^1.4.5",
1818
"@rollup-extras/plugin-serve": "^1.3.5",
1919
"@rollup-extras/plugin-binify": "^1.1.10",

utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changelog
22

3+
## 1.4.6
4+
5+
### Patch Changes
6+
7+
- 758609c: fixed typings
8+
39
## 1.4.5
410

511
### Patch Changes

utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"name": "@rollup-extras/utils",
55
"description": "Utils to support creation of rollup plugins.",
66
"license": "MIT",

0 commit comments

Comments
 (0)