Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestostifano committed May 13, 2020
1 parent 6987d2d commit 169131b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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]
Expand All @@ -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
2 changes: 1 addition & 1 deletion packages/codistica-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 4 additions & 1 deletion packages/codistica-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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/[email protected])
for info on changes for earlier releases.

[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]
[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]
[1.0.0-beta.4]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.3]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.2]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.1]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
2 changes: 1 addition & 1 deletion packages/codistica-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codistica/react",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 169131b

Please sign in to comment.