Skip to content

Commit 54ef738

Browse files
committed
fix(version): bump ast-tools and webpack versions to correct mismatch with published packages
1 parent c1eb4bf commit 54ef738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ast-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-cli/ast-tools",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "CLI tool for Angular",
55
"main": "./src/index.js",
66
"keywords": [

packages/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngtools/webpack",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
55
"main": "./src/index.js",
66
"typings": "src/index.d.ts",

0 commit comments

Comments
 (0)