diff --git a/packages/building-rollup/CHANGELOG.md b/packages/building-rollup/CHANGELOG.md index 4eab0bc3..051d37cb 100644 --- a/packages/building-rollup/CHANGELOG.md +++ b/packages/building-rollup/CHANGELOG.md @@ -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) diff --git a/packages/building-rollup/package.json b/packages/building-rollup/package.json index 71a6b8ca..116e9eba 100644 --- a/packages/building-rollup/package.json +++ b/packages/building-rollup/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/building-rollup", - "version": "1.7.0", + "version": "1.7.1", "publishConfig": { "access": "public" }, diff --git a/packages/import-maps-resolve/CHANGELOG.md b/packages/import-maps-resolve/CHANGELOG.md index c4042fa9..f07614b3 100644 --- a/packages/import-maps-resolve/CHANGELOG.md +++ b/packages/import-maps-resolve/CHANGELOG.md @@ -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) diff --git a/packages/import-maps-resolve/package.json b/packages/import-maps-resolve/package.json index 497567fe..574413e7 100644 --- a/packages/import-maps-resolve/package.json +++ b/packages/import-maps-resolve/package.json @@ -1,6 +1,6 @@ { "name": "@import-maps/resolve", - "version": "0.3.2", + "version": "1.0.0", "publishConfig": { "access": "public" }, diff --git a/packages/rollup-plugin-index-html/CHANGELOG.md b/packages/rollup-plugin-index-html/CHANGELOG.md index 4954722f..389465c0 100644 --- a/packages/rollup-plugin-index-html/CHANGELOG.md +++ b/packages/rollup-plugin-index-html/CHANGELOG.md @@ -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 diff --git a/packages/rollup-plugin-index-html/package.json b/packages/rollup-plugin-index-html/package.json index 63cb8ba9..142d7d71 100644 --- a/packages/rollup-plugin-index-html/package.json +++ b/packages/rollup-plugin-index-html/package.json @@ -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",