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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enten committed Jan 10, 2019
1 parent 80d1e28 commit bbc5b48
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 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 | | | v0.12.0 |
| v1.0.1 | | | v0.12.0 |
| v1.0.0 | | | v0.11.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 |
Expand Down
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",
"udk": "^1.0.1",
"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",
"udk": "^1.0.1",
"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",
"udk": "^1.0.1",
"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",
"udk": "^1.0.1",
"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",
"version": "1.0.1",
"description": "Universal Development Kit",
"license": "MIT",
"author": "Steven Enten <steven@enten.fr>",
Expand Down

0 comments on commit bbc5b48

Please sign in to comment.