Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
- @codistica/[email protected]
- @codistica/[email protected]
- @codistica/[email protected]
- @codistica/[email protected]
- @codistica/[email protected]
- @codistica/[email protected]
- @codistica/[email protected]
- @codistica/[email protected]
  • Loading branch information
ernestostifano committed May 6, 2020
1 parent 3307f1e commit 20f6016
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 30 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## [Unreleased]

## [2020-05-07]

### Added
- Coveralls integration to have feedback on code coverage.
- Automate tag creation on push to master.
Expand Down Expand Up @@ -55,5 +57,6 @@ 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-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
5 changes: 4 additions & 1 deletion packages/codistica-browser/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-05-07

### Added
- New get-element-height and get-element-width modules.

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]
4 changes: 2 additions & 2 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.1",
"version": "1.0.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.9.2",
"@codistica/core": "^1.0.0-beta.1",
"@codistica/core": "^1.0.0-beta.2",
"core-js": "^3.6.5",
"eventemitter3": "^4.0.0"
},
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.2] - 2020-05-07

## Changed
- All dependencies have been upgraded.

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]
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.1",
"version": "1.0.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.9.2",
"@codistica/types": "^1.0.0-beta.1",
"@codistica/types": "^1.0.0-beta.2",
"core-js": "^3.6.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "1.0.0-beta.2",
"private": true,
"description": "Codistica demo package.",
"keywords": [
Expand Down Expand Up @@ -54,7 +54,7 @@
"eject": "react-scripts eject"
},
"dependencies": {
"@codistica/react": "^1.0.0-beta.2",
"@codistica/react": "^1.0.0-beta.3",
"@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-dev-tools/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-05-07

## Changed
- All dependencies have been upgraded.

Expand All @@ -21,5 +23,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]
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.1",
"version": "1.0.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -62,8 +62,8 @@
"@babel/preset-env": "^7.9.5",
"@babel/register": "^7.9.0",
"@babel/runtime-corejs3": "^7.9.2",
"@codistica/core": "^1.0.0-beta.1",
"@codistica/node": "^1.0.0-beta.1",
"@codistica/core": "^1.0.0-beta.2",
"@codistica/node": "^1.0.0-beta.2",
"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.2] - 2020-05-07

## Changed
- All dependencies have been upgraded.

Expand All @@ -21,5 +23,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]
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.1",
"version": "1.0.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -56,8 +56,8 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.9.2",
"@codistica/core": "^1.0.0-beta.1",
"@codistica/types": "^1.0.0-beta.1",
"@codistica/core": "^1.0.0-beta.2",
"@codistica/types": "^1.0.0-beta.2",
"chalk": "^4.0.0",
"core-js": "^3.6.5"
},
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.3] - 2020-05-07

### Added
- New triangle-dropdown component.
- New tooltip-hoc module.
Expand Down Expand Up @@ -43,6 +45,7 @@ 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.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]
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.2",
"version": "1.0.0-beta.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -59,9 +59,9 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.9.2",
"@codistica/browser": "^1.0.0-beta.1",
"@codistica/core": "^1.0.0-beta.1",
"@codistica/types": "^1.0.0-beta.1",
"@codistica/browser": "^1.0.0-beta.2",
"@codistica/core": "^1.0.0-beta.2",
"@codistica/types": "^1.0.0-beta.2",
"@types/node": "^13.13.4",
"classnames": "^2.2.6",
"core-js": "^3.6.5",
Expand Down
5 changes: 4 additions & 1 deletion packages/codistica-scriptfiber/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-05-07

## Changed
- All dependencies have been upgraded.

Expand All @@ -21,5 +23,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]
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.1",
"version": "1.0.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -56,11 +56,11 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.9.2",
"@codistica/browser": "^1.0.0-beta.1",
"@codistica/core": "^1.0.0-beta.1",
"@codistica/dev-tools": "^1.0.0-beta.1",
"@codistica/node": "^1.0.0-beta.1",
"@codistica/types": "^1.0.0-beta.1",
"@codistica/browser": "^1.0.0-beta.2",
"@codistica/core": "^1.0.0-beta.2",
"@codistica/dev-tools": "^1.0.0-beta.2",
"@codistica/node": "^1.0.0-beta.2",
"@codistica/types": "^1.0.0-beta.2",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.1.0",
"core-js": "^3.6.5",
Expand Down
5 changes: 4 additions & 1 deletion packages/codistica-types/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-05-07

## Changed
- All dependencies have been upgraded.

Expand All @@ -21,5 +23,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]
2 changes: 1 addition & 1 deletion packages/codistica-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codistica/types",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 20f6016

Please sign in to comment.