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-webpack@0.1.8 - @open-wc/chai-dom-equals@0.9.17 - @open-wc/eslint-config@0.3.11 - generator-open-wc@0.7.2 - owc-dev-server@0.1.4 - @open-wc/polyfills-loader@0.2.2 - @open-wc/prettier-config@0.1.7 - @open-wc/semantic-dom-diff@0.7.11 - @open-wc/storybook@0.2.8 - @open-wc/testing-helpers@0.7.16 - @open-wc/testing-karma-bs@0.2.12 - @open-wc/testing-karma@0.4.11 - @open-wc/testing-wallaby@0.1.10 - @open-wc/testing@0.9.19 - @open-wc/webpack-import-meta-loader@0.1.2 - @open-wc/webpack@0.1.6
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.
|
||||
|
||||
## [0.1.8](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@0.1.7...@open-wc/building-webpack@0.1.8) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.7](https://github.com/open-wc/open-wc/tree/master/packages/building-webpack/compare/@open-wc/building-webpack@0.1.6...@open-wc/building-webpack@0.1.7) (2019-02-03)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/building-webpack",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"description": "Default configuration for working with webpack",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
@@ -9,8 +9,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/building-webpack"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -28,8 +28,8 @@
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/preset-env": "^7.2.3",
|
||||
"@babel/runtime-corejs2": "^7.2.0",
|
||||
"@open-wc/polyfills-loader": "^0.2.1",
|
||||
"@open-wc/webpack-import-meta-loader": "^0.1.1",
|
||||
"@open-wc/polyfills-loader": "^0.2.2",
|
||||
"@open-wc/webpack-import-meta-loader": "^0.1.2",
|
||||
"babel-loader": "^8.0.5",
|
||||
"babel-plugin-template-html-minifier": "^2.1.3",
|
||||
"clean-webpack-plugin": "^1.0.0",
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.9.17](https://github.com/open-wc/open-wc/compare/@open-wc/chai-dom-equals@0.9.16...@open-wc/chai-dom-equals@0.9.17) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.9.16](https://github.com/open-wc/open-wc/tree/master/packages/chai-dom-equals/compare/@open-wc/chai-dom-equals@0.9.15...@open-wc/chai-dom-equals@0.9.16) (2019-02-14)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/chai-dom-equals
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/chai-dom-equals",
|
||||
"version": "0.9.16",
|
||||
"version": "0.9.17",
|
||||
"description": "Chai Plugin to compare dom and shadow dom trees. Part of open-wc recommendations",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
@@ -9,8 +9,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/chai-dom-equals"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -22,15 +22,15 @@
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@open-wc/semantic-dom-diff": "^0.7.10",
|
||||
"@open-wc/semantic-dom-diff": "^0.7.11",
|
||||
"@types/chai": "^4.1.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bundled-es-modules/chai": "^4.2.0",
|
||||
"@open-wc/testing-helpers": "^0.7.15",
|
||||
"@open-wc/testing-karma": "^0.4.10",
|
||||
"@open-wc/testing-karma-bs": "^0.2.11",
|
||||
"@open-wc/testing-wallaby": "^0.1.9",
|
||||
"@open-wc/testing-helpers": "^0.7.16",
|
||||
"@open-wc/testing-karma": "^0.4.11",
|
||||
"@open-wc/testing-karma-bs": "^0.2.12",
|
||||
"@open-wc/testing-wallaby": "^0.1.10",
|
||||
"mocha": "^5.0.0",
|
||||
"webpack-merge": "^4.1.5"
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.3.11](https://github.com/open-wc/open-wc/compare/@open-wc/eslint-config@0.3.10...@open-wc/eslint-config@0.3.11) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.10](https://github.com/open-wc/open-wc/tree/master/packages/eslint-config/compare/@open-wc/eslint-config@0.3.9...@open-wc/eslint-config@0.3.10) (2019-02-02)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/eslint-config",
|
||||
"version": "0.3.10",
|
||||
"version": "0.3.11",
|
||||
"description": "Eslint config following open-wc recommendations",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
@@ -9,8 +9,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/eslint-config"
|
||||
},
|
||||
"main": "index.js",
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.7.2](https://github.com/open-wc/open-wc/compare/generator-open-wc@0.7.1...generator-open-wc@0.7.2) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.1](https://github.com/open-wc/open-wc/tree/master/packages/generator-open-wc/compare/generator-open-wc@0.7.0...generator-open-wc@0.7.1) (2019-02-12)
|
||||
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "generator-open-wc",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "Scaffold web components following open-wc recommendations",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/generator-open-wc"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.1.4](https://github.com/open-wc/open-wc/compare/owc-dev-server@0.1.3...owc-dev-server@0.1.4) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.3](https://github.com/open-wc/open-wc/tree/master/packages/dev-server/compare/owc-dev-server@0.1.2...owc-dev-server@0.1.3) (2019-02-11)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "owc-dev-server",
|
||||
"main": "./owc-dev-server.js",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"description": "Development server for modern web apps",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
@@ -17,8 +17,8 @@
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/dev-server"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.2.2](https://github.com/open-wc/open-wc/compare/@open-wc/polyfills-loader@0.2.1...@open-wc/polyfills-loader@0.2.2) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.1](https://github.com/open-wc/open-wc/tree/master/packages/polyfills-loader/compare/@open-wc/polyfills-loader@0.2.0...@open-wc/polyfills-loader@0.2.1) (2019-02-02)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/polyfills-loader",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"main": "polyfills-loader.js",
|
||||
"description": "Load web component polyfills using dynamic imports",
|
||||
"author": "open-wc",
|
||||
@@ -10,8 +10,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/polyfills-loader"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.1.7](https://github.com/open-wc/open-wc/compare/@open-wc/prettier-config@0.1.6...@open-wc/prettier-config@0.1.7) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.6](https://github.com/open-wc/open-wc/tree/master/packages/prettier-config/compare/@open-wc/prettier-config@0.1.5...@open-wc/prettier-config@0.1.6) (2019-02-02)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/prettier-config",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"description": "Prettier config following open-wc recommendations",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
@@ -9,8 +9,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/prettier-config"
|
||||
},
|
||||
"main": "prettier.config.js",
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.7.11](https://github.com/open-wc/open-wc/compare/@open-wc/semantic-dom-diff@0.7.10...@open-wc/semantic-dom-diff@0.7.11) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.10](https://github.com/open-wc/open-wc/tree/master/packages/semantic-dom-diff/compare/@open-wc/semantic-dom-diff@0.7.9...@open-wc/semantic-dom-diff@0.7.10) (2019-02-14)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/semantic-dom-diff
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/semantic-dom-diff",
|
||||
"version": "0.7.10",
|
||||
"version": "0.7.11",
|
||||
"description": "To compare dom and shadow dom trees. Part of open-wc recommendations",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
@@ -9,8 +9,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/semantic-dom-diff"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -28,9 +28,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bundled-es-modules/chai": "^4.2.0",
|
||||
"@open-wc/testing-karma": "^0.4.10",
|
||||
"@open-wc/testing-karma-bs": "^0.2.11",
|
||||
"@open-wc/testing-wallaby": "^0.1.9",
|
||||
"@open-wc/testing-karma": "^0.4.11",
|
||||
"@open-wc/testing-karma-bs": "^0.2.12",
|
||||
"@open-wc/testing-wallaby": "^0.1.10",
|
||||
"mocha": "^5.0.0",
|
||||
"webpack-merge": "^4.1.5"
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.2.8](https://github.com/open-wc/open-wc/compare/@open-wc/storybook@0.2.7...@open-wc/storybook@0.2.8) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.7](https://github.com/open-wc/open-wc/tree/master/packages/storybook/compare/@open-wc/storybook@0.2.6...@open-wc/storybook@0.2.7) (2019-02-02)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/storybook",
|
||||
"version": "0.2.7",
|
||||
"version": "0.2.8",
|
||||
"description": "Storybook configuration following open-wc recommendations",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
@@ -9,8 +9,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/storybook"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.7.16](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@0.7.15...@open-wc/testing-helpers@0.7.16) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.15](https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers/compare/@open-wc/testing-helpers@0.7.14...@open-wc/testing-helpers@0.7.15) (2019-02-14)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/testing-helpers
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/testing-helpers",
|
||||
"version": "0.7.15",
|
||||
"version": "0.7.16",
|
||||
"description": "Testing Helpers following open-wc recommendations",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
@@ -9,8 +9,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/testing-helpers"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -26,9 +26,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bundled-es-modules/chai": "^4.2.0",
|
||||
"@open-wc/testing-karma": "^0.4.10",
|
||||
"@open-wc/testing-karma-bs": "^0.2.11",
|
||||
"@open-wc/testing-wallaby": "^0.1.9",
|
||||
"@open-wc/testing-karma": "^0.4.11",
|
||||
"@open-wc/testing-karma-bs": "^0.2.12",
|
||||
"@open-wc/testing-wallaby": "^0.1.10",
|
||||
"lit-html": "^0.12.0",
|
||||
"mocha": "^5.0.0",
|
||||
"webpack-merge": "^4.1.5"
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.2.12](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@0.2.11...@open-wc/testing-karma-bs@0.2.12) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.11](https://github.com/open-wc/open-wc/tree/master/packages/testing-karma-bs/compare/@open-wc/testing-karma-bs@0.2.10...@open-wc/testing-karma-bs@0.2.11) (2019-02-14)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/testing-karma-bs
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/testing-karma-bs",
|
||||
"version": "0.2.11",
|
||||
"version": "0.2.12",
|
||||
"description": "Testing with karma using browserstack following open-wc recommendations",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
@@ -9,8 +9,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/testing-karma-bs"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -21,7 +21,7 @@
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@open-wc/testing-karma": "^0.4.10",
|
||||
"@open-wc/testing-karma": "^0.4.11",
|
||||
"karma-browserstack-launcher": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.4.11](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@0.4.10...@open-wc/testing-karma@0.4.11) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.10](https://github.com/open-wc/open-wc/tree/master/packages/testing-karma/compare/@open-wc/testing-karma@0.4.9...@open-wc/testing-karma@0.4.10) (2019-02-14)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/testing-karma",
|
||||
"version": "0.4.10",
|
||||
"version": "0.4.11",
|
||||
"description": "Testing with karma following open-wc recommendations",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
@@ -9,8 +9,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/testing-karma"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -25,7 +25,7 @@
|
||||
"@babel/plugin-syntax-import-meta": "^7.0.0",
|
||||
"@babel/polyfill": "^7.0.0",
|
||||
"@babel/preset-env": "^7.0.0",
|
||||
"@open-wc/webpack": "^0.1.5",
|
||||
"@open-wc/webpack": "^0.1.6",
|
||||
"@webcomponents/webcomponentsjs": "^2.2.0",
|
||||
"babel-loader": "^8.0.4",
|
||||
"istanbul-instrumenter-loader": "^3.0.0",
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.1.10](https://github.com/open-wc/open-wc/compare/@open-wc/testing-wallaby@0.1.9...@open-wc/testing-wallaby@0.1.10) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.9](https://github.com/open-wc/open-wc/tree/master/packages/testing-wallaby/compare/@open-wc/testing-wallaby@0.1.8...@open-wc/testing-wallaby@0.1.9) (2019-02-02)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/testing-wallaby",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "Testing with wallaby following open-wc recommendations",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
@@ -9,8 +9,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/testing-wallaby"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.9.19](https://github.com/open-wc/open-wc/compare/@open-wc/testing@0.9.18...@open-wc/testing@0.9.19) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.9.18](https://github.com/open-wc/open-wc/tree/master/packages/testing/compare/@open-wc/testing@0.9.17...@open-wc/testing@0.9.18) (2019-02-14)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/testing
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/testing",
|
||||
"version": "0.9.18",
|
||||
"version": "0.9.19",
|
||||
"description": "Testing following open-wc recommendations",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
@@ -9,8 +9,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/testing"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -24,15 +24,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@bundled-es-modules/chai": "^4.2.0",
|
||||
"@open-wc/chai-dom-equals": "^0.9.16",
|
||||
"@open-wc/testing-helpers": "^0.7.15",
|
||||
"@open-wc/chai-dom-equals": "^0.9.17",
|
||||
"@open-wc/testing-helpers": "^0.7.16",
|
||||
"@types/chai": "^4.1.7",
|
||||
"mocha": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/testing-karma": "^0.4.10",
|
||||
"@open-wc/testing-karma-bs": "^0.2.11",
|
||||
"@open-wc/testing-wallaby": "^0.1.9",
|
||||
"@open-wc/testing-karma": "^0.4.11",
|
||||
"@open-wc/testing-karma-bs": "^0.2.12",
|
||||
"@open-wc/testing-wallaby": "^0.1.10",
|
||||
"webpack-merge": "^4.1.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.1.2](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-import-meta-loader@0.1.1...@open-wc/webpack-import-meta-loader@0.1.2) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.1](https://github.com/open-wc/open-wc/tree/master/packages/webpack-import-meta-loader/compare/@open-wc/webpack-import-meta-loader@0.1.0...@open-wc/webpack-import-meta-loader@0.1.1) (2019-02-02)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/webpack-import-meta-loader",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Webpack configuration following open-wc recommendations",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
@@ -10,8 +10,8 @@
|
||||
},
|
||||
"main": "webpack-import-meta-loader.js",
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/webpack-import-meta-loader"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [0.1.6](https://github.com/open-wc/open-wc/compare/@open-wc/webpack@0.1.5...@open-wc/webpack@0.1.6) (2019-02-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.5](https://github.com/open-wc/open-wc/tree/master/packages/webpack/compare/@open-wc/webpack@0.1.4...@open-wc/webpack@0.1.5) (2019-02-02)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/webpack",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"description": "Webpack configuration following open-wc recommendations",
|
||||
"author": "open-wc",
|
||||
"homepage": "https://github.com/open-wc/open-wc/",
|
||||
@@ -9,8 +9,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/open-wc/open-wc.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-wc/open-wc.git",
|
||||
"directory": "packages/webpack"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user