mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
chore: release new versions
- @open-wc/building-rollup@1.7.1 - @import-maps/resolve@1.0.0 - rollup-plugin-index-html@1.12.5
This commit is contained in:
@@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.7.1](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.7.0...@open-wc/building-rollup@1.7.1) (2020-08-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **building-rollup:** use a 404 page for MpaConfig by default ([3b11cba](https://github.com/open-wc/open-wc/commit/3b11cba7099f1ff5ecf17020f8057b6d40be5374))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.7.0](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.6.3...@open-wc/building-rollup@1.7.0) (2020-08-10)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/building-rollup",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -3,6 +3,22 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [1.0.0](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.3.2...@import-maps/resolve@1.0.0) (2020-08-19)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **resolve:** return whether a resolved import was matched ([c8da78a](https://github.com/open-wc/open-wc/commit/c8da78a917a0156528cd99e413dd38038837b794))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* **resolve:** Resolve now returns an object instead of a string. Check the docs for the updated syntax.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.2](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.3.1...@import-maps/resolve@0.3.2) (2020-05-07)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@import-maps/resolve",
|
||||
"version": "0.3.2",
|
||||
"version": "1.0.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.12.5](https://github.com/open-wc/open-wc/compare/rollup-plugin-index-html@1.12.4...rollup-plugin-index-html@1.12.5) (2020-08-19)
|
||||
|
||||
**Note:** Version bump only for package rollup-plugin-index-html
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.12.4](https://github.com/open-wc/open-wc/compare/rollup-plugin-index-html@1.12.3...rollup-plugin-index-html@1.12.4) (2020-05-13)
|
||||
|
||||
**Note:** Version bump only for package rollup-plugin-index-html
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rollup-plugin-index-html",
|
||||
"version": "1.12.4",
|
||||
"version": "1.12.5",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -27,7 +27,7 @@
|
||||
"polyfill"
|
||||
],
|
||||
"dependencies": {
|
||||
"@import-maps/resolve": "^0.3.2",
|
||||
"@import-maps/resolve": "^1.0.0",
|
||||
"@open-wc/building-utils": "^2.18.0",
|
||||
"deepmerge": "^4.2.2",
|
||||
"lit-html": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user