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

Commit

Permalink
release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
enten committed Jul 1, 2019
1 parent fc3222c commit a7736d7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

| udk | webpack3 | webpack4 | angular-devkit |
|-----|----------|----------|----------------|
| v1.1.1 | | | v8.1.0-rc.0 |
| v1.1.1 | | | v8.1.0-beta.2 |
| v1.1.0 | | | v8.0.0-beta.2 |
| v1.0.3 | | | v0.14.0-beta.1 |
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.3.3",
"ts-node": "^8.0.3",
"typescript": "~3.2.4",
"udk": "~1.1.3",
"udk": "~1.1.4",
"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.1.3",
"udk": "~1.1.4",
"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.1.3",
"udk": "~1.1.4",
"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.1.3",
"udk": "~1.1.4",
"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.1.3",
"version": "1.1.4",
"description": "Universal Development Kit",
"license": "MIT",
"author": "Steven Enten <steven@enten.fr>",
Expand Down

0 comments on commit a7736d7

Please sign in to comment.