Skip to content

Commit a6118ef

Browse files
author
CircleCI
committed
1 parent 850c28d commit a6118ef

File tree

52 files changed

+273
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+273
-54
lines changed

packages/building-rollup/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.5](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-09)
7+
8+
**Note:** Version bump only for package @open-wc/building-rollup
9+
10+
11+
12+
13+
614
## [0.20.4](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-09)
715

816
**Note:** Version bump only for package @open-wc/building-rollup

packages/building-rollup/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wc/building-rollup",
3-
"version": "0.20.4",
3+
"version": "0.20.5",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -45,12 +45,12 @@
4545
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4646
"@babel/plugin-syntax-import-meta": "^7.8.3",
4747
"@babel/preset-env": "^7.8.3",
48-
"@open-wc/building-utils": "^2.14.0",
48+
"@open-wc/building-utils": "^2.14.1",
4949
"@rollup/plugin-node-resolve": "^6.1.0",
5050
"babel-plugin-bundled-import-meta": "^0.3.0",
5151
"babel-plugin-template-html-minifier": "^3.0.0",
5252
"rollup-plugin-babel": "^4.3.2",
53-
"rollup-plugin-index-html": "^1.9.0",
53+
"rollup-plugin-index-html": "^1.9.1",
5454
"rollup-plugin-terser": "^5.1.0",
5555
"rollup-plugin-workbox": "^4.0.0"
5656
},
@@ -59,7 +59,7 @@
5959
"@babel/plugin-proposal-decorators": "^7.8.3",
6060
"@babel/preset-typescript": "^7.8.3",
6161
"chai": "^4.2.0",
62-
"es-dev-server": "^1.39.0",
62+
"es-dev-server": "^1.39.1",
6363
"lit-element": "^2.0.1",
6464
"mocha": "^6.2.2",
6565
"puppeteer": "^2.0.0",

packages/building-utils/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.14.1](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-09)
7+
8+
**Note:** Version bump only for package @open-wc/building-utils
9+
10+
11+
12+
13+
614
# [2.14.0](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-06)
715

816

packages/building-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wc/building-utils",
3-
"version": "2.14.0",
3+
"version": "2.14.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/building-webpack/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.5](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-09)
7+
8+
**Note:** Version bump only for package @open-wc/building-webpack
9+
10+
11+
12+
13+
614
## [2.11.4](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-09)
715

816
**Note:** Version bump only for package @open-wc/building-webpack

packages/building-webpack/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wc/building-webpack",
3-
"version": "2.11.4",
3+
"version": "2.11.5",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -46,14 +46,14 @@
4646
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4747
"@babel/plugin-syntax-import-meta": "^7.8.3",
4848
"@babel/preset-env": "^7.8.3",
49-
"@open-wc/building-utils": "^2.14.0",
50-
"@open-wc/webpack-index-html-plugin": "^1.6.2",
49+
"@open-wc/building-utils": "^2.14.1",
50+
"@open-wc/webpack-index-html-plugin": "^1.6.3",
5151
"babel-loader": "^8.0.0",
5252
"babel-plugin-bundled-import-meta": "^0.3.0",
5353
"babel-plugin-template-html-minifier": "^3.0.0",
5454
"clean-webpack-plugin": "^2.0.0",
5555
"copy-webpack-plugin": "^5.0.1",
56-
"es-dev-server": "^1.39.0",
56+
"es-dev-server": "^1.39.1",
5757
"terser-webpack-plugin": "^2.3.0",
5858
"webpack-merge": "^4.1.5",
5959
"workbox-webpack-plugin": "^4.3.1"

packages/chai-a11y-axe/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.3](https://github.com/open-wc/open-wc/compare/[email protected]@1.2.3) (2020-02-09)
7+
8+
**Note:** Version bump only for package chai-a11y-axe
9+
10+
11+
12+
13+
614
## [1.2.2](https://github.com/open-wc/open-wc/compare/[email protected]@1.2.2) (2019-10-23)
715

816

packages/chai-a11y-axe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chai-a11y-axe",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"publishConfig": {
55
"access": "public"
66
},

packages/codelabs/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.5.0](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **codelabs:** add read property to newsapp render ([6c04580](https://github.com/open-wc/open-wc/commit/6c04580b99d00a045be6e0e865274c4ea39459d4))
12+
13+
14+
### Features
15+
16+
* **codelabs:** add intermediate lit-html codelab ([#982](https://github.com/open-wc/open-wc/issues/982)) ([ad080ce](https://github.com/open-wc/open-wc/commit/ad080ce6747b402a8131c5dd49c3f7fb6d9bcc85))
17+
18+
19+
20+
21+
622
# [1.4.0](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2019-11-11)
723

824

packages/codelabs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wc/codelabs",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"publishConfig": {
66
"access": "public"

packages/create/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.26.7](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-09)
7+
8+
**Note:** Version bump only for package @open-wc/create
9+
10+
11+
12+
13+
614
## [0.26.6](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-03)
715

816

packages/create/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wc/create",
3-
"version": "0.26.6",
3+
"version": "0.26.7",
44
"publishConfig": {
55
"access": "public"
66
},

packages/demoing-storybook/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.2](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-09)
7+
8+
**Note:** Version bump only for package @open-wc/demoing-storybook
9+
10+
11+
12+
13+
614
## [1.10.1](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-09)
715

816

packages/demoing-storybook/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wc/demoing-storybook",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -45,19 +45,19 @@
4545
"@babel/core": "^7.8.3",
4646
"@babel/plugin-transform-react-jsx": "^7.8.3",
4747
"@mdx-js/mdx": "^1.5.1",
48-
"@open-wc/building-rollup": "^0.20.4",
48+
"@open-wc/building-rollup": "^0.20.5",
4949
"@storybook/addon-docs": "5.3.1",
5050
"command-line-args": "^5.0.2",
5151
"command-line-usage": "^6.1.0",
5252
"deepmerge": "^3.2.0",
53-
"es-dev-server": "^1.39.0",
53+
"es-dev-server": "^1.39.1",
5454
"es-module-lexer": "^0.3.13",
5555
"fs-extra": "^8.1.0",
5656
"glob": "^7.1.3",
5757
"lit-html": "^1.0.0",
5858
"magic-string": "^0.25.4",
5959
"rollup": "^1.15.6",
60-
"rollup-plugin-index-html": "^1.9.0",
60+
"rollup-plugin-index-html": "^1.9.1",
6161
"storybook-prebuilt": "^1.3.0"
6262
},
6363
"devDependencies": {

packages/es-dev-server/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.39.1](https://github.com/open-wc/open-wc/compare/[email protected]@1.39.1) (2020-02-09)
7+
8+
**Note:** Version bump only for package es-dev-server
9+
10+
11+
12+
13+
614
# [1.39.0](https://github.com/open-wc/open-wc/compare/[email protected]@1.39.0) (2020-02-09)
715

816

packages/es-dev-server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es-dev-server",
3-
"version": "1.39.0",
3+
"version": "1.39.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -65,7 +65,7 @@
6565
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
6666
"@babel/plugin-transform-template-literals": "^7.8.3",
6767
"@babel/preset-env": "^7.8.3",
68-
"@open-wc/building-utils": "^2.14.0",
68+
"@open-wc/building-utils": "^2.14.1",
6969
"@rollup/plugin-node-resolve": "^6.1.0",
7070
"@rollup/pluginutils": "^3.0.0",
7171
"@types/minimatch": "^3.0.3",
@@ -93,7 +93,7 @@
9393
"opn": "^5.4.0",
9494
"parse5": "^5.1.0",
9595
"path-is-inside": "^1.0.2",
96-
"polyfills-loader": "^1.2.0",
96+
"polyfills-loader": "^1.2.1",
9797
"portfinder": "^1.0.21",
9898
"strip-ansi": "^5.2.0",
9999
"useragent": "^2.3.0",

packages/eslint-config/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.3](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-09)
7+
8+
**Note:** Version bump only for package @open-wc/eslint-config
9+
10+
11+
12+
13+
614
## [2.0.2](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2019-12-16)
715

816

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wc/eslint-config",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"publishConfig": {
55
"access": "public"
66
},

packages/import-maps-generate/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.4](https://github.com/open-wc/open-wc/compare/@import-maps/[email protected]...@import-maps/[email protected]) (2020-02-09)
7+
8+
**Note:** Version bump only for package @import-maps/generate
9+
10+
11+
12+
13+
614
## [0.2.3](https://github.com/open-wc/open-wc/compare/@import-maps/[email protected]...@import-maps/[email protected]) (2020-02-03)
715

816

packages/import-maps-generate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@import-maps/generate",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"publishConfig": {
55
"access": "public"
66
},

packages/import-maps-resolve/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.4](https://github.com/open-wc/open-wc/compare/@import-maps/[email protected]...@import-maps/[email protected]) (2020-02-09)
7+
8+
**Note:** Version bump only for package @import-maps/resolve
9+
10+
11+
12+
13+
614
## [0.2.3](https://github.com/open-wc/open-wc/compare/@import-maps/[email protected]...@import-maps/[email protected]) (2020-02-03)
715

816

packages/import-maps-resolve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@import-maps/resolve",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"publishConfig": {
55
"access": "public"
66
},

packages/karma-esm/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.13.7](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-09)
7+
8+
**Note:** Version bump only for package @open-wc/karma-esm
9+
10+
11+
12+
13+
614
## [2.13.6](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-09)
715

816
**Note:** Version bump only for package @open-wc/karma-esm

packages/karma-esm/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wc/karma-esm",
3-
"version": "2.13.6",
3+
"version": "2.13.7",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -32,11 +32,11 @@
3232
"polyfill"
3333
],
3434
"dependencies": {
35-
"@open-wc/building-utils": "^2.14.0",
35+
"@open-wc/building-utils": "^2.14.1",
3636
"babel-plugin-istanbul": "^5.1.4",
3737
"chokidar": "^3.0.0",
3838
"deepmerge": "^3.2.0",
39-
"es-dev-server": "^1.39.0",
39+
"es-dev-server": "^1.39.1",
4040
"minimatch": "^3.0.4",
4141
"node-fetch": "^2.6.0",
4242
"portfinder": "^1.0.21",

packages/lit-helpers/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.9](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-09)
7+
8+
**Note:** Version bump only for package @open-wc/lit-helpers
9+
10+
11+
12+
13+
614
## [0.2.8](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2020-02-06)
715

816
**Note:** Version bump only for package @open-wc/lit-helpers

0 commit comments

Comments
 (0)