Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JeB committed Nov 17, 2019
1 parent 77e5092 commit 04b5c69
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/custom-webpack/examples/full-cycle-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "full-cycle-app",
"version": "8.2.0",
"version": "8.3.0",
"scripts": {
"ng": "node --preserve-symlinks ./node_modules/@angular/cli/bin/ng",
"start": "yarn ng serve",
Expand All @@ -24,7 +24,7 @@
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^8.2.0",
"@angular-builders/custom-webpack": "^8.3.0",
"@angular-devkit/build-angular": "^0.802.2",
"@angular/cli": "^8.2.2",
"@angular/compiler-cli": "~8.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/custom-webpack/examples/sanity-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-app",
"version": "8.2.0",
"version": "8.3.0",
"scripts": {
"ng": "node --preserve-symlinks ./node_modules/@angular/cli/bin/ng",
"start": "yarn ng serve",
Expand All @@ -24,7 +24,7 @@
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^8.2.0",
"@angular-builders/custom-webpack": "^8.3.0",
"@angular-devkit/build-angular": "~0.802.2",
"@angular/cli": "^8.2.2",
"@angular/compiler-cli": "~8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/custom-webpack",
"version": "8.2.0",
"version": "8.3.0",
"description": "Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
"main": "dist/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/examples/multiple-apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiple-apps",
"version": "8.2.0",
"version": "8.3.0",
"scripts": {
"ng": "node --preserve-symlinks ./node_modules/@angular/cli/bin/ng",
"start": "yarn ng serve",
Expand All @@ -24,7 +24,7 @@
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-builders/jest": "^8.2.0",
"@angular-builders/jest": "^8.3.0",
"@angular-devkit/build-angular": "~0.802.2",
"@angular-devkit/build-ng-packagr": "~0.802.2",
"@angular/cli": "^8.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/examples/simple-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-app",
"version": "8.2.0",
"version": "8.3.0",
"scripts": {
"ng": "node --preserve-symlinks ./node_modules/@angular/cli/bin/ng",
"start": "yarn ng serve",
Expand All @@ -24,7 +24,7 @@
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-builders/jest": "^8.2.0",
"@angular-builders/jest": "^8.3.0",
"@angular-devkit/build-angular": "~0.802.2",
"@angular/cli": "^8.2.2",
"@angular/compiler-cli": "~8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/jest",
"version": "8.2.0",
"version": "8.3.0",
"description": "Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/timestamp/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "8.2.0",
"version": "8.3.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -24,7 +24,7 @@
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-builders/timestamp": "^8.2.0",
"@angular-builders/timestamp": "^8.3.0",
"@angular-devkit/build-angular": "~0.803.0",
"@angular/cli": "^8.2.2",
"@angular/compiler-cli": "~8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/timestamp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/timestamp",
"version": "8.2.0",
"version": "8.3.0",
"repository": {
"type": "git",
"url": "https://github.com/meltedspark/angular-builders/tree/master/packages/timestamp"
Expand Down

0 comments on commit 04b5c69

Please sign in to comment.