Skip to content

Commit 0beed2e

Browse files
committed
Bump to 5.0.1
1 parent 4547eaa commit 0beed2e

File tree

14 files changed

+18
-18
lines changed

14 files changed

+18
-18
lines changed

examples/angular2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-typescript-examples-angular2",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Example project for Angular2",
55
"author": "monounity",
66
"contributors": [

examples/angularjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-typescript-examples-angularjs",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Example project for AngularJS 1.5",
55
"author": "monounity",
66
"contributors": [

examples/docker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-typescript-examples-docker",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "",
55
"author": "monounity",
66
"contributors": [

examples/gulp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foobar",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Example project for running a sequence of gulp tasks, issue https://github.com/monounity/karma-typescript/issues/29",
55
"author": "https://github.com/kubut",
66
"main": "index.js",

examples/mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-typescript-examples-mocha",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "",
55
"author": "monounity",
66
"contributors": [

examples/typescript-1.6.2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-typescript-examples-1-6-2",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "",
55
"author": "monounity",
66
"contributors": [

examples/typescript-1.8.10/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-typescript-examples-1-8-10",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "",
55
"author": "monounity",
66
"contributors": [

examples/typescript-latest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-typescript-examples-latest",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "",
55
"author": "monounity",
66
"contributors": [

packages/karma-typescript-angular2-transform/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-typescript-angular2-transform",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Plugin for transforming template and style urls in Angular components.",
55
"files": [
66
"dist/**"
@@ -51,7 +51,7 @@
5151
"@types/sinon": "^7.5.1",
5252
"@types/tape": "^4.2.33",
5353
"faucet": "0.0.1",
54-
"karma-typescript": "5.0.0",
54+
"karma-typescript": "5.0.1",
5555
"nyc": "^15.0.0",
5656
"rxjs": "^6.5.4",
5757
"sinon": "^8.0.4",

packages/karma-typescript-cssmodules-transform/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-typescript-cssmodules-transform",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "PostCSS runner plugin for CSS Modules",
55
"files": [
66
"dist/**"
@@ -49,7 +49,7 @@
4949
"@types/tape": "^4.2.33",
5050
"faucet": "0.0.1",
5151
"generic-names": "^2.0.1",
52-
"karma-typescript": "5.0.0",
52+
"karma-typescript": "5.0.1",
5353
"nyc": "^15.0.0",
5454
"postcss": "^7.0.26",
5555
"postcss-modules-extract-imports": "^2.0.0",

packages/karma-typescript-es6-transform/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-typescript-es6-transform",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Plugin for transforming ES2015 javascript code to to ES5 syntax.",
55
"files": [
66
"dist/**"
@@ -56,7 +56,7 @@
5656
"acorn": "^7.1.0",
5757
"faucet": "0.0.1",
5858
"i": "^0.3.6",
59-
"karma-typescript": "5.0.0",
59+
"karma-typescript": "5.0.1",
6060
"npm": "^6.13.4",
6161
"nyc": "^15.0.0",
6262
"postcss": "^7.0.26",

packages/karma-typescript-postcss-transform/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-typescript-postcss-transform",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "PostCSS runner plugin",
55
"files": [
66
"dist/**"
@@ -48,7 +48,7 @@
4848
"@types/tape": "^4.2.33",
4949
"autoprefixer": "^9.4.7",
5050
"faucet": "0.0.1",
51-
"karma-typescript": "5.0.0",
51+
"karma-typescript": "5.0.1",
5252
"nyc": "^15.0.0",
5353
"postcss": "^7.0.26",
5454
"sinon": "^8.0.4",

packages/karma-typescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The easiest way is to keep `karma-typescript` as a devDependency in `package.jso
2020
{
2121
"devDependencies": {
2222
"karma": "^4.0.0",
23-
"karma-typescript": "5.0.0"
23+
"karma-typescript": "5.0.1"
2424
}
2525
}
2626
```

packages/karma-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-typescript",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Simplifying running unit tests with coverage for Typescript projects.",
55
"files": [
66
"dist/**",

0 commit comments

Comments
 (0)