diff --git a/CHANGELOG.md b/CHANGELOG.md index ae10163..d817f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/packages/codistica-browser/CHANGELOG.md b/packages/codistica-browser/CHANGELOG.md index a826ce9..3821cd1 100644 --- a/packages/codistica-browser/CHANGELOG.md +++ b/packages/codistica-browser/CHANGELOG.md @@ -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 @@ -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/browser@1.0.0-beta.1) for info on changes for earlier releases. -[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/browser@1.0.0-beta.6...HEAD +[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/browser@1.0.0-beta.7...HEAD +[1.0.0-beta.7]: https://github.com/codistica/codistica-js/compare/@codistica/browser@1.0.0-beta.6...@codistica/browser@1.0.0-beta.7 [1.0.0-beta.6]: https://github.com/codistica/codistica-js/compare/@codistica/browser@1.0.0-beta.5...@codistica/browser@1.0.0-beta.6 [1.0.0-beta.5]: https://github.com/codistica/codistica-js/compare/@codistica/browser@1.0.0-beta.4...@codistica/browser@1.0.0-beta.5 [1.0.0-beta.4]: https://github.com/codistica/codistica-js/compare/@codistica/browser@1.0.0-beta.3...@codistica/browser@1.0.0-beta.4 diff --git a/packages/codistica-browser/package.json b/packages/codistica-browser/package.json index 40ecda1..4775790 100644 --- a/packages/codistica-browser/package.json +++ b/packages/codistica-browser/package.json @@ -1,6 +1,6 @@ { "name": "@codistica/browser", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "publishConfig": { "access": "public" }, @@ -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": { diff --git a/packages/codistica-core/CHANGELOG.md b/packages/codistica-core/CHANGELOG.md index aaa895b..88a7553 100644 --- a/packages/codistica-core/CHANGELOG.md +++ b/packages/codistica-core/CHANGELOG.md @@ -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. @@ -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/core@1.0.0-beta.1) for info on changes for earlier releases. -[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/core@1.0.0-beta.5...HEAD +[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/core@1.0.0-beta.6...HEAD +[1.0.0-beta.6]: https://github.com/codistica/codistica-js/compare/@codistica/core@1.0.0-beta.5...@codistica/core@1.0.0-beta.6 [1.0.0-beta.5]: https://github.com/codistica/codistica-js/compare/@codistica/core@1.0.0-beta.4...@codistica/core@1.0.0-beta.5 [1.0.0-beta.4]: https://github.com/codistica/codistica-js/compare/@codistica/core@1.0.0-beta.3...@codistica/core@1.0.0-beta.4 [1.0.0-beta.3]: https://github.com/codistica/codistica-js/compare/@codistica/core@1.0.0-beta.2...@codistica/core@1.0.0-beta.3 diff --git a/packages/codistica-core/package.json b/packages/codistica-core/package.json index 7178101..b546657 100644 --- a/packages/codistica-core/package.json +++ b/packages/codistica-core/package.json @@ -1,6 +1,6 @@ { "name": "@codistica/core", - "version": "1.0.0-beta.5", + "version": "1.0.0-beta.6", "publishConfig": { "access": "public" }, @@ -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": { diff --git a/packages/codistica-demo/package.json b/packages/codistica-demo/package.json index 19a5ae0..4484dfa 100644 --- a/packages/codistica-demo/package.json +++ b/packages/codistica-demo/package.json @@ -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": [ @@ -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", diff --git a/packages/codistica-dev-tools/CHANGELOG.md b/packages/codistica-dev-tools/CHANGELOG.md index 6189255..5c0d5c4 100644 --- a/packages/codistica-dev-tools/CHANGELOG.md +++ b/packages/codistica-dev-tools/CHANGELOG.md @@ -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 @@ -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/dev-tools@1.0.0-beta.1) for info on changes for earlier releases. -[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/dev-tools@1.0.0-beta.5...HEAD +[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/dev-tools@1.0.0-beta.6...HEAD +[1.0.0-beta.6]: https://github.com/codistica/codistica-js/compare/@codistica/dev-tools@1.0.0-beta.5...@codistica/dev-tools@1.0.0-beta.6 [1.0.0-beta.5]: https://github.com/codistica/codistica-js/compare/@codistica/dev-tools@1.0.0-beta.4...@codistica/dev-tools@1.0.0-beta.5 [1.0.0-beta.4]: https://github.com/codistica/codistica-js/compare/@codistica/dev-tools@1.0.0-beta.3...@codistica/dev-tools@1.0.0-beta.4 [1.0.0-beta.3]: https://github.com/codistica/codistica-js/compare/@codistica/dev-tools@1.0.0-beta.2...@codistica/dev-tools@1.0.0-beta.3 diff --git a/packages/codistica-dev-tools/package.json b/packages/codistica-dev-tools/package.json index 2f76691..799838d 100644 --- a/packages/codistica-dev-tools/package.json +++ b/packages/codistica-dev-tools/package.json @@ -1,6 +1,6 @@ { "name": "@codistica/dev-tools", - "version": "1.0.0-beta.5", + "version": "1.0.0-beta.6", "publishConfig": { "access": "public" }, @@ -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", diff --git a/packages/codistica-node/CHANGELOG.md b/packages/codistica-node/CHANGELOG.md index 9d2fa71..882ca49 100644 --- a/packages/codistica-node/CHANGELOG.md +++ b/packages/codistica-node/CHANGELOG.md @@ -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`. @@ -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/node@1.0.0-beta.1) for info on changes for earlier releases. -[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/node@1.0.0-beta.5...HEAD +[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/node@1.0.0-beta.6...HEAD +[1.0.0-beta.6]: https://github.com/codistica/codistica-js/compare/@codistica/node@1.0.0-beta.5...@codistica/node@1.0.0-beta.6 [1.0.0-beta.5]: https://github.com/codistica/codistica-js/compare/@codistica/node@1.0.0-beta.4...@codistica/node@1.0.0-beta.5 [1.0.0-beta.4]: https://github.com/codistica/codistica-js/compare/@codistica/node@1.0.0-beta.3...@codistica/node@1.0.0-beta.4 [1.0.0-beta.3]: https://github.com/codistica/codistica-js/compare/@codistica/node@1.0.0-beta.2...@codistica/node@1.0.0-beta.3 diff --git a/packages/codistica-node/package.json b/packages/codistica-node/package.json index 34849ea..1af3f0e 100644 --- a/packages/codistica-node/package.json +++ b/packages/codistica-node/package.json @@ -1,6 +1,6 @@ { "name": "@codistica/node", - "version": "1.0.0-beta.5", + "version": "1.0.0-beta.6", "publishConfig": { "access": "public" }, @@ -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" }, diff --git a/packages/codistica-react-icons/CHANGELOG.md b/packages/codistica-react-icons/CHANGELOG.md index 7bd08e7..afb4332 100644 --- a/packages/codistica-react-icons/CHANGELOG.md +++ b/packages/codistica-react-icons/CHANGELOG.md @@ -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. @@ -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/react-icons@1.0.0-beta.1) for info on changes for earlier releases. -[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/react-icons@1.0.0-beta.1...HEAD +[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/react-icons@1.0.0-beta.2...HEAD +[1.0.0-beta.2]: https://github.com/codistica/codistica-js/compare/@codistica/react-icons@1.0.0-beta.1...@codistica/react-icons@1.0.0-beta.2 [1.0.0-beta.1]: https://github.com/codistica/codistica-js/compare/@codistica/react-icons@1.0.0-beta.0...@codistica/react-icons@1.0.0-beta.1 diff --git a/packages/codistica-react-icons/package.json b/packages/codistica-react-icons/package.json index 8dbded3..6eccd03 100644 --- a/packages/codistica-react-icons/package.json +++ b/packages/codistica-react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@codistica/react-icons", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "publishConfig": { "access": "public" }, @@ -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", diff --git a/packages/codistica-react-mui/CHANGELOG.md b/packages/codistica-react-mui/CHANGELOG.md index 32f780e..36ee8f1 100644 --- a/packages/codistica-react-mui/CHANGELOG.md +++ b/packages/codistica-react-mui/CHANGELOG.md @@ -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/react-mui@1.0.0-beta.1) for info on changes for earlier releases. -[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/react-mui@1.0.0-beta.0...HEAD +[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/react-mui@1.0.0-beta.1...HEAD +[1.0.0-beta.1]: https://github.com/codistica/codistica-js/compare/@codistica/react-mui@1.0.0-beta.0...@codistica/react-mui@1.0.0-beta.1 \ No newline at end of file diff --git a/packages/codistica-react-mui/package.json b/packages/codistica-react-mui/package.json index c859d28..45fb3b2 100644 --- a/packages/codistica-react-mui/package.json +++ b/packages/codistica-react-mui/package.json @@ -1,6 +1,6 @@ { "name": "@codistica/react-mui", - "version": "1.0.0-beta.0", + "version": "1.0.0-beta.1", "publishConfig": { "access": "public" }, @@ -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" }, diff --git a/packages/codistica-react/CHANGELOG.md b/packages/codistica-react/CHANGELOG.md index 0b9ccd4..e475b48 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.9] - 2020-11-26 + ### Added - New `with-on-view` hoc. - New `with-get-unique-id` hoc. @@ -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/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.8...HEAD +[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/react@1.0.0-beta.9...HEAD +[1.0.0-beta.9]: https://github.com/codistica/codistica-js/compare/@codistica/react@1.0.0-beta.8...@codistica/react@1.0.0-beta.9 [1.0.0-beta.8]: https://github.com/codistica/codistica-js/compare/@codistica/react@1.0.0-beta.7...@codistica/react@1.0.0-beta.8 [1.0.0-beta.7]: https://github.com/codistica/codistica-js/compare/@codistica/react@1.0.0-beta.6...@codistica/react@1.0.0-beta.7 [1.0.0-beta.6]: https://github.com/codistica/codistica-js/compare/@codistica/react@1.0.0-beta.5...@codistica/react@1.0.0-beta.6 diff --git a/packages/codistica-react/package.json b/packages/codistica-react/package.json index 0b85a4d..6345b99 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.8", + "version": "1.0.0-beta.9", "publishConfig": { "access": "public" }, @@ -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", diff --git a/packages/codistica-scriptfiber/CHANGELOG.md b/packages/codistica-scriptfiber/CHANGELOG.md index 59ed49b..2bdd6a4 100644 --- a/packages/codistica-scriptfiber/CHANGELOG.md +++ b/packages/codistica-scriptfiber/CHANGELOG.md @@ -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 @@ -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/scriptfiber@1.0.0-beta.1) for info on changes for earlier releases. -[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/scriptfiber@1.0.0-beta.6...HEAD +[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/scriptfiber@1.0.0-beta.7...HEAD +[1.0.0-beta.7]: https://github.com/codistica/codistica-js/compare/@codistica/scriptfiber@1.0.0-beta.6...@codistica/scriptfiber@1.0.0-beta.7 [1.0.0-beta.6]: https://github.com/codistica/codistica-js/compare/@codistica/scriptfiber@1.0.0-beta.5...@codistica/scriptfiber@1.0.0-beta.6 [1.0.0-beta.5]: https://github.com/codistica/codistica-js/compare/@codistica/scriptfiber@1.0.0-beta.4...@codistica/scriptfiber@1.0.0-beta.5 [1.0.0-beta.4]: https://github.com/codistica/codistica-js/compare/@codistica/scriptfiber@1.0.0-beta.3...@codistica/scriptfiber@1.0.0-beta.4 diff --git a/packages/codistica-scriptfiber/package.json b/packages/codistica-scriptfiber/package.json index ba5a21b..ed34be4 100644 --- a/packages/codistica-scriptfiber/package.json +++ b/packages/codistica-scriptfiber/package.json @@ -1,6 +1,6 @@ { "name": "@codistica/scriptfiber", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "publishConfig": { "access": "public" }, @@ -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", diff --git a/packages/codistica-types/CHANGELOG.md b/packages/codistica-types/CHANGELOG.md index f0bdc21..e9c3c11 100644 --- a/packages/codistica-types/CHANGELOG.md +++ b/packages/codistica-types/CHANGELOG.md @@ -8,6 +8,11 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## [Unreleased] +## [1.0.0-beta.4] - 2020-11-26 + +### Changed +- Dependencies have been upgraded. + ## [1.0.0-beta.3] - 2020-10-16 ### Changed @@ -28,7 +33,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/types@1.0.0-beta.1) for info on changes for earlier releases. -[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/types@1.0.0-beta.3...HEAD +[Unreleased]: https://github.com/codistica/codistica-js/compare/@codistica/types@1.0.0-beta.4...HEAD +[1.0.0-beta.4]: https://github.com/codistica/codistica-js/compare/@codistica/types@1.0.0-beta.3...@codistica/types@1.0.0-beta.4 [1.0.0-beta.3]: https://github.com/codistica/codistica-js/compare/@codistica/types@1.0.0-beta.2...@codistica/types@1.0.0-beta.3 [1.0.0-beta.2]: https://github.com/codistica/codistica-js/compare/@codistica/types@1.0.0-beta.1...@codistica/types@1.0.0-beta.2 [1.0.0-beta.1]: https://github.com/codistica/codistica-js/compare/@codistica/types@1.0.0-beta.0...@codistica/types@1.0.0-beta.1 diff --git a/packages/codistica-types/package.json b/packages/codistica-types/package.json index 892d5d7..b1e3d3f 100644 --- a/packages/codistica-types/package.json +++ b/packages/codistica-types/package.json @@ -1,6 +1,6 @@ { "name": "@codistica/types", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "publishConfig": { "access": "public" },