Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Commit

Permalink
version bump 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gms1 committed Jan 26, 2020
1 parent 0d6466a commit 3c3ac17
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG

## 3.0.1
## 3.0.1 - 3.0.3

maintenance release

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-dynaform/main",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
4 changes: 2 additions & 2 deletions projects/angular-dynaform/basic/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-dynaform/basic",
"version": "3.0.2",
"version": "3.0.3",
"description": "angular-dynaform - basic",
"author": "Guenter Sandner <www.gms@gmx.at>",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"@angular/core": "^8.2.14",
"@angular/common": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular-dynaform/core": "3.0.2"
"@angular-dynaform/core": "3.0.3"
},
"scripts": {
"prepublishOnly": "echo \"ERROR: please use the production-build for publishing\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-dynaform/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-dynaform/core",
"version": "3.0.2",
"version": "3.0.3",
"description": "angular-dynaform - core",
"author": "Guenter Sandner <www.gms@gmx.at>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions projects/angular-dynaform/material/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-dynaform/material",
"version": "3.0.2",
"version": "3.0.3",
"description": "angular-dynaform - material",
"author": "Guenter Sandner <www.gms@gmx.at>",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@angular/cdk": "^8.2.3",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "^8.2.14",
"@angular-dynaform/core": "3.0.2"
"@angular-dynaform/core": "3.0.3"
},
"scripts": {
"prepublishOnly": "echo \"ERROR: please use the production-build for publishing\" && exit 1"
Expand Down
4 changes: 2 additions & 2 deletions projects/angular-dynaform/nativescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-dynaform/nativescript",
"version": "3.0.2-alpha.0",
"version": "3.0.3-alpha.0",
"description": "angular-dynaform - NativeScript",
"author": "Guenter Sandner <www.gms@gmx.at>",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
"tns-core-modules": "^6.3.2",
"nativescript-angular": "^8.20.4",
"nativescript-checkbox": "^3.0.3",
"@angular-dynaform/core": "3.0.2"
"@angular-dynaform/core": "3.0.3"
},
"scripts": {
"prepublishOnly": "echo \"ERROR: please use the production-build for publishing\" && exit 1"
Expand Down

0 comments on commit 3c3ac17

Please sign in to comment.