Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jmonguilo committed Nov 26, 2020
1 parent b59d2f9 commit 74c8b52
Show file tree
Hide file tree
Showing 20 changed files with 100 additions and 43 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,24 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## [Unreleased]

## [2020-11-26]

### Changed
- Other minor changes and cleanups.
- Improved ESLint, Prettier, Babel and JSDoc configuration.

### Packages Bumps
- `@codistica/browser`: 1.0.0-beta.7
- `@codistica/core`: 1.0.0-beta.6
- `@codistica/demo`: 1.0.0-beta.7
- `@codistica/dev-tools`: 1.0.0-beta.6
- `@codistica/node`: 1.0.0-beta.6
- `@codistica/react`: 1.0.0-beta.9
- `@codistica/react-icons`: 1.0.0-beta.2
- `@codistica/react-mui`: 1.0.0-beta.1
- `@codistica/scriptfiber`: 1.0.0-beta.7
- `@codistica/types`: 1.0.0-beta.4

## [2020-10-16]

### Added
Expand Down Expand Up @@ -150,6 +164,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-11-26]: https://github.com/codistica/codistica-js/compare/2020/10/16...2020/11/26
[2020-10-16]: https://github.com/codistica/codistica-js/compare/2020/07/10...2020/10/16
[2020-07-10]: https://github.com/codistica/codistica-js/compare/2020/06/01...2020/07/10
[2020-06-01]: https://github.com/codistica/codistica-js/compare/2020/05/16...2020/06/01
Expand Down
8 changes: 7 additions & 1 deletion packages/codistica-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## [Unreleased]

## [1.0.0-beta.7] - 2020-11-26

### Changed
- Monorepo dependencies version change.

## [1.0.0-beta.6] - 2020-10-16

### Added
Expand Down Expand Up @@ -61,7 +66,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
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.7]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.6]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.5]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.4]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions packages/codistica-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codistica/browser",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -59,8 +59,8 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.11.2",
"@codistica/core": "^1.0.0-beta.5",
"@codistica/types": "^1.0.0-beta.3",
"@codistica/core": "^1.0.0-beta.6",
"@codistica/types": "^1.0.0-beta.4",
"core-js": "^3.6.5"
},
"devDependencies": {
Expand Down
5 changes: 4 additions & 1 deletion packages/codistica-core/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.6] - 2020-11-26

### Added
- New `SHORTHEX` AND `LONHEX` RegExps.
- New `compose-fn` module.
Expand Down Expand Up @@ -72,7 +74,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
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.6]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.5]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@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]
Expand Down
4 changes: 2 additions & 2 deletions packages/codistica-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codistica/core",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.11.2",
"@codistica/types": "^1.0.0-beta.3",
"@codistica/types": "^1.0.0-beta.4",
"core-js": "^3.6.5"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/codistica-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codistica/demo",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": true,
"description": "Codistica demo package.",
"keywords": [
Expand Down Expand Up @@ -55,10 +55,10 @@
"prebuild": "echo \"No pre-build script.\""
},
"dependencies": {
"@codistica/browser": "^1.0.0-beta.6",
"@codistica/core": "^1.0.0-beta.5",
"@codistica/react": "^1.0.0-beta.8",
"@codistica/react-mui": "^1.0.0-beta.0",
"@codistica/browser": "^1.0.0-beta.7",
"@codistica/core": "^1.0.0-beta.6",
"@codistica/react": "^1.0.0-beta.9",
"@codistica/react-mui": "^1.0.0-beta.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
Expand Down
8 changes: 7 additions & 1 deletion packages/codistica-dev-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## [Unreleased]

## [1.0.0-beta.6] - 2020-11-26

### Changed
- Monorepo dependencies version change.

## [1.0.0-beta.5] - 2020-10-16

### Changed
Expand Down Expand Up @@ -38,7 +43,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
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.6]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.5]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@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]
Expand Down
6 changes: 3 additions & 3 deletions packages/codistica-dev-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codistica/dev-tools",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -65,8 +65,8 @@
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"@babel/runtime-corejs3": "^7.11.2",
"@codistica/core": "^1.0.0-beta.5",
"@codistica/node": "^1.0.0-beta.5",
"@codistica/core": "^1.0.0-beta.6",
"@codistica/node": "^1.0.0-beta.6",
"core-js": "^3.6.5",
"json-loader": "^0.5.7",
"loader-utils": "^2.0.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/codistica-node/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.6] - 2020-11-26

### Added
- New NodeJS dependencies mocking system.
- New `copy-sync` module in `file-utils`.
Expand Down Expand Up @@ -49,7 +51,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
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.6]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.5]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@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]
Expand Down
6 changes: 3 additions & 3 deletions packages/codistica-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codistica/node",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -59,8 +59,8 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.11.2",
"@codistica/core": "^1.0.0-beta.5",
"@codistica/types": "^1.0.0-beta.3",
"@codistica/core": "^1.0.0-beta.6",
"@codistica/types": "^1.0.0-beta.4",
"chalk": "^4.1.0",
"core-js": "^3.6.5"
},
Expand Down
5 changes: 4 additions & 1 deletion packages/codistica-react-icons/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.2] - 2020-11-26

### Added
- New 76 icons.
- Automatic icon building script with SVG optimization and dynamic IDs and dynamic coloring support.
Expand All @@ -24,5 +26,6 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
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.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]
8 changes: 4 additions & 4 deletions packages/codistica-react-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codistica/react-icons",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -61,14 +61,14 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.11.2",
"@codistica/react": "^1.0.0-beta.8",
"@codistica/react": "^1.0.0-beta.9",
"core-js": "^3.6.5"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/node": "^7.12.6",
"@codistica/core": "^1.0.0-beta.5",
"@codistica/node": "^1.0.0-beta.5",
"@codistica/core": "^1.0.0-beta.6",
"@codistica/node": "^1.0.0-beta.6",
"@storybook/addon-backgrounds": "^6.0.21",
"@storybook/addon-centered": "^5.3.21",
"@storybook/react": "^6.0.21",
Expand Down
8 changes: 7 additions & 1 deletion packages/codistica-react-mui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## [Unreleased]

## [1.0.0-beta.1] - 2020-11-26

### Changed
- Monorepo dependencies version change.

## Earlier releases (1.0.0-beta.0 and younger)
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.1]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
6 changes: 3 additions & 3 deletions packages/codistica-react-mui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codistica/react-mui",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -60,9 +60,9 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.11.2",
"@codistica/core": "^1.0.0-beta.6",
"@codistica/react": "^1.0.0-beta.9",
"@date-io/moment": "1.x",
"@codistica/core": "^1.0.0-beta.5",
"@codistica/react": "^1.0.0-beta.8",
"core-js": "^3.6.5",
"moment": "^2.27.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.9] - 2020-11-26

### Added
- New `with-on-view` hoc.
- New `with-get-unique-id` hoc.
Expand Down Expand Up @@ -153,7 +155,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.9]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.8]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.7]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.6]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions 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.8",
"version": "1.0.0-beta.9",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -60,9 +60,9 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.11.2",
"@codistica/browser": "^1.0.0-beta.6",
"@codistica/core": "^1.0.0-beta.5",
"@codistica/types": "^1.0.0-beta.3",
"@codistica/browser": "^1.0.0-beta.7",
"@codistica/core": "^1.0.0-beta.6",
"@codistica/types": "^1.0.0-beta.4",
"core-js": "^3.6.5",
"hoist-non-react-statics": "^3.3.2",
"jss": "^10.4.0",
Expand Down
8 changes: 7 additions & 1 deletion packages/codistica-scriptfiber/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## [Unreleased]

## [1.0.0-beta.7] - 2020-11-26

### Changed
- Monorepo dependencies version change.

## [1.0.0-beta.6] - 2020-10-16

### Changed
Expand Down Expand Up @@ -43,7 +48,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
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.7]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.6]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.5]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
[1.0.0-beta.4]: https://github.com/codistica/codistica-js/compare/@codistica/[email protected]...@codistica/[email protected]
Expand Down
12 changes: 6 additions & 6 deletions packages/codistica-scriptfiber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codistica/scriptfiber",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -59,11 +59,11 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.11.2",
"@codistica/browser": "^1.0.0-beta.6",
"@codistica/core": "^1.0.0-beta.5",
"@codistica/dev-tools": "^1.0.0-beta.5",
"@codistica/node": "^1.0.0-beta.5",
"@codistica/types": "^1.0.0-beta.3",
"@codistica/browser": "^1.0.0-beta.7",
"@codistica/core": "^1.0.0-beta.6",
"@codistica/dev-tools": "^1.0.0-beta.6",
"@codistica/node": "^1.0.0-beta.6",
"@codistica/types": "^1.0.0-beta.4",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^5.0.2",
"core-js": "^3.6.5",
Expand Down
Loading

0 comments on commit 74c8b52

Please sign in to comment.