Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
release v1.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enten committed May 26, 2019
1 parent a8f11ae commit 1b8bb53
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.4.3",
"udk": "^1.1.0"
"udk": "~1.1.0-rc.0"
}
}
2 changes: 1 addition & 1 deletion examples/dev-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"typescript": "~3.2.4",
"udk": "^1.0.3",
"udk": "^1.1.0-rc.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"typescript": "~3.2.4",
"udk": "^1.0.2",
"udk": "^1.1.0-rc.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"rimraf": "^2.6.3",
"udk": "^1.0.3",
"udk": "^1.1.0-rc.0",
"webpack": "^3.12.0"
}
}
2 changes: 1 addition & 1 deletion examples/webpack-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "node ./dist/server/main.js"
},
"devDependencies": {
"udk": "^1.0.3",
"udk": "^1.1.0-rc.0",
"webpack": "^4.29.6"
}
}
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "udk",
"version": "1.0.3",
"version": "1.1.0-rc.0",
"description": "Universal Development Kit",
"license": "MIT",
"author": "Steven Enten <steven@enten.fr>",
Expand Down

0 comments on commit 1b8bb53

Please sign in to comment.