-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
## [email protected], [email protected] (2017-11-04) | ||
|
||
#### :sparkles: New Features: | ||
* `cozy-scripts` | ||
* [#38](https://github.com/CPatchane/create-cozy-app/pull/38) Use a more opinionated config by default (without `app.config.js`). ([@CPatchane](https://github.com/CPatchane)) | ||
|
||
#### :nail_care: Enhancements: | ||
* `cozy-scripts` | ||
* [#37](https://github.com/CPatchane/create-cozy-app/pull/37) Add and use moduleDirectories for jest tests. ([@CPatchane](https://github.com/CPatchane)) | ||
* [#28](https://github.com/CPatchane/create-cozy-app/pull/28) App template styles cleaning up. ([@CPatchane](https://github.com/CPatchane)) | ||
* [#27](https://github.com/CPatchane/create-cozy-app/pull/27) Minor app template improvements. ([@CPatchane](https://github.com/CPatchane)) | ||
|
||
#### :wrench: Chore: | ||
* `babel-preset-cozy-app` | ||
* [#39](https://github.com/CPatchane/create-cozy-app/pull/39) Add transform class properties plugin to babel preset cozy-app. ([@CPatchane](https://github.com/CPatchane)) | ||
|
||
#### :arrow_up: Dependencies: | ||
* `cozy-scripts` | ||
* [#35](https://github.com/CPatchane/create-cozy-app/pull/35) fix(deps): update dependency cozy-client-js to v0.3.21. ([@renovate[bot]](https://github.com/apps/renovate)) | ||
* [#32](https://github.com/CPatchane/create-cozy-app/pull/32) chore(deps): update dependency enzyme-adapter-react-16 to v1.0.3. ([@renovate[bot]](https://github.com/apps/renovate)) | ||
* [#33](https://github.com/CPatchane/create-cozy-app/pull/33) fix(deps): update dependency postcss to v6.0.14. ([@renovate[bot]](https://github.com/apps/renovate)) | ||
* [#34](https://github.com/CPatchane/create-cozy-app/pull/34) fix(deps): update dependency webpack-dev-server to v2.9.4. ([@renovate[bot]](https://github.com/apps/renovate)) | ||
* [#36](https://github.com/CPatchane/create-cozy-app/pull/36) fix(deps): update dependency cozy-ui to v4.0.4. ([@renovate[bot]](https://github.com/apps/renovate)) | ||
* [#31](https://github.com/CPatchane/create-cozy-app/pull/31) fix(deps): update dependency webpack-merge to v4.1.1. ([@renovate[bot]](https://github.com/apps/renovate)) | ||
* Other | ||
* [#30](https://github.com/CPatchane/create-cozy-app/pull/30) chore(deps): update dependency lerna to v2.5.1. ([@renovate[bot]](https://github.com/apps/renovate)) | ||
|
||
#### Committers: 1 | ||
- Cédric Patchane ([CPatchane](https://github.com/CPatchane)) | ||
|
||
## [email protected] (2017-10-29) | ||
|
||
#### :bug: Bug Fixes: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "babel-preset-cozy-app", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Babel preset for Cozy Application (Cozy Cloud)", | ||
"author": "CPatchane <[email protected]>", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "cozy-scripts", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"scripts": {}, | ||
"repository": { | ||
"type": "git", | ||
|