Skip to content

Commit f9a827d

Browse files
github-actions[bot]daKmoR
authored andcommitted
Version Packages
1 parent e9508a2 commit f9a827d

File tree

7 files changed

+25
-12
lines changed

7 files changed

+25
-12
lines changed

.changeset/yellow-ties-begin.md

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

packages/polyfills-loader/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @web/polyfills-loader
22

3+
## 1.3.4
4+
5+
### Patch Changes
6+
7+
- e9508a24: fix: support node 17 & 18 by using md5 hashing
8+
39
## 1.3.3
410

511
### Patch Changes

packages/polyfills-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/polyfills-loader",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"publishConfig": {
55
"access": "public"
66
},

packages/rollup-plugin-html/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @web/rollup-plugin-html
22

3+
## 1.10.3
4+
5+
### Patch Changes
6+
7+
- e9508a24: fix: support node 17 & 18 by using md5 hashing
8+
39
## 1.10.2
410

511
### Patch Changes

packages/rollup-plugin-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/rollup-plugin-html",
3-
"version": "1.10.2",
3+
"version": "1.10.3",
44
"publishConfig": {
55
"access": "public"
66
},

packages/rollup-plugin-polyfills-loader/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @web/rollup-plugin-polyfills-loader
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- e9508a24: fix: support node 17 & 18 by using md5 hashing
8+
- Updated dependencies [e9508a24]
9+
- @web/polyfills-loader@1.3.4
10+
311
## 1.3.0
412

513
### Minor Changes

packages/rollup-plugin-polyfills-loader/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/rollup-plugin-polyfills-loader",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -44,10 +44,10 @@
4444
"feature detection"
4545
],
4646
"dependencies": {
47-
"@web/polyfills-loader": "^1.3.0"
47+
"@web/polyfills-loader": "^1.3.4"
4848
},
4949
"devDependencies": {
50-
"@web/rollup-plugin-html": "^1.9.1",
50+
"@web/rollup-plugin-html": "^1.10.3",
5151
"rollup": "^2.66.1"
5252
}
5353
}

0 commit comments

Comments
 (0)