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
Browse files Browse the repository at this point in the history
  • Loading branch information
enten committed Nov 27, 2018
1 parent 9e375ee commit 8532e0d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion docs/implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

| udk | webpack3 | webpack4 | angular-devkit |
|-----|----------|----------|----------------|
| v1.0.0-alpha.2 | v3.12.0 | v4.21.0 | v0.12.0 |
| v1.0.0 | | | v0.12.0 |
| v1.0.0-alpha.2 | v3.12.0 | v4.21.0 | v0.10.2 |
| v0.3.17 | | | v0.8.0-beta.0 |
| v0.3.15 | | | v0.7.0-rc.2 |
| v0.3.14 | | | v0.7.0 |
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"ts-node": "~7.0.1",
"tslint": "~5.11.0",
"typescript": "~3.1.3",
"udk": "~1.0.0-alpha.5"
"udk": "~1.0.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.2.2",
"ts-node": "^7.0.1",
"typescript": "^3.1.3",
"udk": "^1.0.0-alpha.4",
"udk": "^1.0.0",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2"
}
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.2.2",
"ts-node": "^7.0.1",
"typescript": "^3.1.3",
"udk": "^1.0.0-alpha.4",
"udk": "^1.0.0",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2"
}
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.2",
"udk": "^1.0.0-alpha.4",
"udk": "^1.0.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.0-alpha.4",
"udk": "^1.0.0",
"webpack": "^4.21.0"
}
}
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.0-alpha.4",
"version": "1.0.0",
"description": "Universal Development Kit",
"license": "MIT",
"author": "Steven Enten <steven@enten.fr>",
Expand Down

0 comments on commit 8532e0d

Please sign in to comment.