Skip to content

Commit

Permalink
v1.0.125
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 26, 2018
1 parent 05c8f7c commit 4fe2339
Show file tree
Hide file tree
Showing 22 changed files with 137 additions and 38 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.125"></a>
## [1.0.125](https://github.com/fovea-org/fovea/compare/v1.0.124...v1.0.125) (2018-08-26)

**Note:** Version bump only for package fovea





<a name="1.0.124"></a>
## [1.0.124](https://github.com/fovea-org/fovea/compare/v1.0.123...v1.0.124) (2018-08-23)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.0.124"
"version": "1.0.125"
}
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.125"></a>
## [1.0.125](https://github.com/fovea-org/fovea/compare/v1.0.124...v1.0.125) (2018-08-26)

**Note:** Version bump only for package @fovea/cli





<a name="1.0.124"></a>
## [1.0.124](https://github.com/fovea-org/fovea/compare/v1.0.123...v1.0.124) (2018-08-23)

Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Expand Up @@ -33,7 +33,7 @@
},
"preferGlobal": true,
"name": "@fovea/cli",
"version": "1.0.124",
"version": "1.0.125",
"description": "Let's compile the web!",
"scripts": {
"lint": "tsc --noEmit && tslint -c tslint.json --project tsconfig.json",
Expand All @@ -42,9 +42,9 @@
"build": "npm run rollup"
},
"dependencies": {
"@fovea/compiler": "^1.0.124",
"@fovea/rollup-plugin-fovea": "^1.0.124",
"@fovea/style": "^1.0.124",
"@fovea/compiler": "^1.0.125",
"@fovea/rollup-plugin-fovea": "^1.0.125",
"@fovea/style": "^1.0.125",
"@types/chokidar": "^1.7.5",
"@types/deep-equal": "^1.0.1",
"@types/deep-extend": "^0.4.31",
Expand Down Expand Up @@ -102,4 +102,4 @@
"publishConfig": {
"access": "public"
}
}
}
9 changes: 9 additions & 0 deletions packages/common/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.125"></a>
## [1.0.125](https://github.com/fovea-org/fovea/compare/v1.0.124...v1.0.125) (2018-08-26)

**Note:** Version bump only for package @fovea/common





<a name="1.0.124"></a>
## [1.0.124](https://github.com/fovea-org/fovea/compare/v1.0.123...v1.0.124) (2018-08-23)

Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"keywords": [],
"name": "@fovea/common",
"version": "1.0.124",
"version": "1.0.125",
"description": "Let's compile the web!",
"scripts": {
"lint": "tsc --noEmit && tslint -c tslint.json --project tsconfig.json",
Expand All @@ -47,4 +47,4 @@
"publishConfig": {
"access": "public"
}
}
}
9 changes: 9 additions & 0 deletions packages/compiler/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.125"></a>
## [1.0.125](https://github.com/fovea-org/fovea/compare/v1.0.124...v1.0.125) (2018-08-26)

**Note:** Version bump only for package @fovea/compiler





<a name="1.0.124"></a>
## [1.0.124](https://github.com/fovea-org/fovea/compare/v1.0.123...v1.0.124) (2018-08-23)

Expand Down
14 changes: 7 additions & 7 deletions packages/compiler/package.json
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"keywords": [],
"name": "@fovea/compiler",
"version": "1.0.124",
"version": "1.0.125",
"description": "Let's compile the web!",
"scripts": {
"lint": "tsc --noEmit && tslint -c tslint.json --project tsconfig.json",
Expand All @@ -41,11 +41,11 @@
"build": "npm run rollup"
},
"dependencies": {
"@fovea/common": "^1.0.124",
"@fovea/core": "^1.0.124",
"@fovea/dom": "^1.0.124",
"@fovea/lib": "^1.0.124",
"@fovea/style": "^1.0.124",
"@fovea/common": "^1.0.125",
"@fovea/core": "^1.0.125",
"@fovea/dom": "^1.0.125",
"@fovea/lib": "^1.0.125",
"@fovea/style": "^1.0.125",
"@types/node": "^10.9.2",
"@wessberg/codeanalyzer": "^1.0.138",
"@wessberg/di": "^1.1.0",
Expand All @@ -66,4 +66,4 @@
"publishConfig": {
"access": "public"
}
}
}
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.125"></a>
## [1.0.125](https://github.com/fovea-org/fovea/compare/v1.0.124...v1.0.125) (2018-08-26)

**Note:** Version bump only for package @fovea/core





<a name="1.0.124"></a>
## [1.0.124](https://github.com/fovea-org/fovea/compare/v1.0.123...v1.0.124) (2018-08-23)

Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"keywords": [],
"name": "@fovea/core",
"version": "1.0.124",
"version": "1.0.125",
"description": "Let's compile the web!",
"scripts": {
"lint": "tsc --noEmit && tslint -c tslint.json --project tsconfig.json",
Expand All @@ -38,9 +38,9 @@
"build": "npm run rollup"
},
"dependencies": {
"@fovea/common": "^1.0.124"
"@fovea/common": "^1.0.125"
},
"publishConfig": {
"access": "public"
}
}
}
9 changes: 9 additions & 0 deletions packages/dom/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.125"></a>
## [1.0.125](https://github.com/fovea-org/fovea/compare/v1.0.124...v1.0.125) (2018-08-26)

**Note:** Version bump only for package @fovea/dom





<a name="1.0.124"></a>
## [1.0.124](https://github.com/fovea-org/fovea/compare/v1.0.123...v1.0.124) (2018-08-23)

Expand Down
6 changes: 3 additions & 3 deletions packages/dom/package.json
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"keywords": [],
"name": "@fovea/dom",
"version": "1.0.124",
"version": "1.0.125",
"description": "Let's compile the web!",
"scripts": {
"lint": "tsc --noEmit && tslint -c tslint.json --project tsconfig.json",
Expand All @@ -41,7 +41,7 @@
"build": "npm run rollup"
},
"dependencies": {
"@fovea/common": "^1.0.124",
"@fovea/common": "^1.0.125",
"@types/node": "^10.9.2",
"@types/parsimmon": "^1.10.0",
"@wessberg/codeanalyzer": "^1.0.138",
Expand All @@ -59,4 +59,4 @@
"publishConfig": {
"access": "public"
}
}
}
9 changes: 9 additions & 0 deletions packages/lib/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.125"></a>
## [1.0.125](https://github.com/fovea-org/fovea/compare/v1.0.124...v1.0.125) (2018-08-26)

**Note:** Version bump only for package @fovea/lib





<a name="1.0.124"></a>
## [1.0.124](https://github.com/fovea-org/fovea/compare/v1.0.123...v1.0.124) (2018-08-23)

Expand Down
6 changes: 3 additions & 3 deletions packages/lib/package.json
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"keywords": [],
"name": "@fovea/lib",
"version": "1.0.124",
"version": "1.0.125",
"description": "Let's compile the web!",
"scripts": {
"lint": "tsc --noEmit && tslint -c tslint.json --project tsconfig.json",
Expand All @@ -38,7 +38,7 @@
"build": "npm run rollup"
},
"dependencies": {
"@fovea/common": "^1.0.124",
"@fovea/common": "^1.0.125",
"@wessberg/stringutil": "^1.0.17"
},
"devDependencies": {
Expand All @@ -48,4 +48,4 @@
"publishConfig": {
"access": "public"
}
}
}
9 changes: 9 additions & 0 deletions packages/postcss-fovea-parser/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.125"></a>
## [1.0.125](https://github.com/fovea-org/fovea/compare/v1.0.124...v1.0.125) (2018-08-26)

**Note:** Version bump only for package @fovea/postcss-fovea-parser





<a name="1.0.124"></a>
## [1.0.124](https://github.com/fovea-org/fovea/compare/v1.0.123...v1.0.124) (2018-08-23)

Expand Down
6 changes: 3 additions & 3 deletions packages/postcss-fovea-parser/package.json
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"keywords": [],
"name": "@fovea/postcss-fovea-parser",
"version": "1.0.124",
"version": "1.0.125",
"description": "Let's compile the web!",
"scripts": {
"lint": "tsc --noEmit && tslint -c tslint.json --project tsconfig.json",
Expand All @@ -41,11 +41,11 @@
"build": "npm run rollup"
},
"dependencies": {
"@fovea/common": "^1.0.124",
"@fovea/common": "^1.0.125",
"postcss": "^7.0.2",
"postcss-scss": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}
}
9 changes: 9 additions & 0 deletions packages/rollup-plugin-fovea/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.125"></a>
## [1.0.125](https://github.com/fovea-org/fovea/compare/v1.0.124...v1.0.125) (2018-08-26)

**Note:** Version bump only for package @fovea/rollup-plugin-fovea





<a name="1.0.124"></a>
## [1.0.124](https://github.com/fovea-org/fovea/compare/v1.0.123...v1.0.124) (2018-08-23)

Expand Down
6 changes: 3 additions & 3 deletions packages/rollup-plugin-fovea/package.json
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"keywords": [],
"name": "@fovea/rollup-plugin-fovea",
"version": "1.0.124",
"version": "1.0.125",
"description": "Let's compile the web!",
"scripts": {
"lint": "tsc --noEmit && tslint -c tslint.json --project tsconfig.json",
Expand All @@ -38,7 +38,7 @@
"build": "npm run rollup"
},
"dependencies": {
"@fovea/compiler": "^1.0.124"
"@fovea/compiler": "^1.0.125"
},
"devDependencies": {
"@wessberg/rollup-plugin-ts": "0.0.37",
Expand All @@ -47,4 +47,4 @@
"publishConfig": {
"access": "public"
}
}
}
9 changes: 9 additions & 0 deletions packages/router/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.125"></a>
## [1.0.125](https://github.com/fovea-org/fovea/compare/v1.0.124...v1.0.125) (2018-08-26)

**Note:** Version bump only for package @fovea/router





<a name="1.0.124"></a>
## [1.0.124](https://github.com/fovea-org/fovea/compare/v1.0.123...v1.0.124) (2018-08-23)

Expand Down
8 changes: 4 additions & 4 deletions packages/router/package.json
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"keywords": [],
"name": "@fovea/router",
"version": "1.0.124",
"version": "1.0.125",
"description": "Let's compile the web!",
"scripts": {
"lint": "tsc --noEmit && tslint -c tslint.json --project tsconfig.json",
Expand All @@ -38,16 +38,16 @@
"build": "npm run rollup"
},
"dependencies": {
"@fovea/core": "^1.0.124",
"@fovea/core": "^1.0.125",
"@wessberg/marshaller": "^3.0.9",
"path-parser": "^4.2.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@fovea/rollup-plugin-fovea": "^1.0.124",
"@fovea/rollup-plugin-fovea": "^1.0.125",
"@wessberg/rollup-plugin-ts": "0.0.37",
"rollup": "^0.65.0"
}
}
}

0 comments on commit 4fe2339

Please sign in to comment.