diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e2465..8e5e18e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,14 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## [Unreleased] +## [2020-05-13] + +### Fixed +- Minor corrections in this change log. + +### Packages Bumps +- `@codistica/react`: 1.0.0-beta.4 + ## [2020-05-07] ### Added @@ -31,6 +39,16 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange - Module groups naming convention to start with a lowercase (EX: `ObjectUtils` -> `objectUtils`). - All dependencies have been upgraded. +### Packages Bumps +- `@codistica/browser`: 1.0.0-beta.2 +- `@codistica/core`: 1.0.0-beta.2 +- `@codistica/demo`: 1.0.0-beta.2 +- `@codistica/dev-tools`: 1.0.0-beta.2 +- `@codistica/node`: 1.0.0-beta.2 +- `@codistica/react`: 1.0.0-beta.3 +- `@codistica/scriptfiber`: 1.0.0-beta.2 +- `@codistica/types`: 1.0.0-beta.2 + ## [2020-04-23] ### Added @@ -39,6 +57,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange - `types` property in root `tsconfig.json` file to avoid types conflicts. ### Packages Bumps +- `@codistica/demo`: 1.0.0-beta.1 - `@codistica/react`: 1.0.0-beta.2 ## [2020-04-22] @@ -57,6 +76,7 @@ See [GitHub release notes](https://github.com/codistica/codistica-js/releases?af for info on changes for earlier releases. [Unreleased]: https://github.com/codistica/codistica-js/compare/master...HEAD +[2020-05-13]: https://github.com/codistica/codistica-js/compare/2020/05/07...2020/05/13 [2020-05-07]: https://github.com/codistica/codistica-js/compare/2020/04/23...2020/05/07 [2020-04-23]: https://github.com/codistica/codistica-js/compare/2020/04/22...2020/04/23 [2020-04-22]: https://github.com/codistica/codistica-js/compare/2020/04/21...2020/04/22 diff --git a/packages/codistica-demo/package.json b/packages/codistica-demo/package.json index f37d34f..2852fb1 100644 --- a/packages/codistica-demo/package.json +++ b/packages/codistica-demo/package.json @@ -54,7 +54,7 @@ "eject": "react-scripts eject" }, "dependencies": { - "@codistica/react": "^1.0.0-beta.3", + "@codistica/react": "^1.0.0-beta.4", "@testing-library/jest-dom": "^5.5.0", "@testing-library/react": "^10.0.3", "@testing-library/user-event": "^10.1.0", diff --git a/packages/codistica-react/CHANGELOG.md b/packages/codistica-react/CHANGELOG.md index 81a4272..39cbfa0 100644 --- a/packages/codistica-react/CHANGELOG.md +++ b/packages/codistica-react/CHANGELOG.md @@ -8,6 +8,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## [Unreleased] +## [1.0.0-beta.4] - 2020-05-13 + ### Added - New customization pattern implemented for all components via `customStyles`, `customClassNames` and `customColors` when available. - New reset css common module. @@ -58,7 +60,8 @@ of full path being used for importing in `index.js` file. See [Flow #8354 Issue] See [GitHub release notes](https://github.com/codistica/codistica-js/releases?after=@codistica/react@1.0.0-beta.1) for info on changes for earlier releases. -[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/react@1.0.0-beta.3...HEAD +[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/react@1.0.0-beta.4...HEAD +[1.0.0-beta.4]: https://github.com/codistica/codistica-js/compare/@codistica/react@1.0.0-beta.3...@codistica/react@1.0.0-beta.4 [1.0.0-beta.3]: https://github.com/codistica/codistica-js/compare/@codistica/react@1.0.0-beta.2...@codistica/react@1.0.0-beta.3 [1.0.0-beta.2]: https://github.com/codistica/codistica-js/compare/@codistica/react@1.0.0-beta.1...@codistica/react@1.0.0-beta.2 [1.0.0-beta.1]: https://github.com/codistica/codistica-js/compare/@codistica/react@1.0.0-beta.0...@codistica/react@1.0.0-beta.1 diff --git a/packages/codistica-react/package.json b/packages/codistica-react/package.json index 6522cfc..2328133 100644 --- a/packages/codistica-react/package.json +++ b/packages/codistica-react/package.json @@ -1,6 +1,6 @@ { "name": "@codistica/react", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "publishConfig": { "access": "public" },