Releases: chiubaka/genesis
Releases · chiubaka/genesis
v0.3.0
v0.3.0-rc.0
v0.2.1
Improvements 💪
- Print stdout and stderr when a command fails by @chiubaka in #176
- Upgrade genesis itself and generated workspaces to @chiubaka/circleciorb@0.11.4 by @chiubaka in #178
- Remove duplicate Nx Cloud false declaration from genesis by @chiubaka in #181
- Add a flag to print the current version of the genesis cli by @chiubaka in #182
Bug Fixes 🐛
- Update Husky pre-push hooks to use
yarn test:affectedby @chiubaka in #174 - Escape quotes in workspace descriptions by @chiubaka in #175
- Update default eslint configs to account for regular TypeScript files in the test dir by @chiubaka in #177
- Add scripts to run all tests on master branch in CI by @chiubaka in #179
Full Changelog: v0.2.0...v0.2.1
@chiubaka/nx-plugin v0.2.0
What's Changed
- Pin Nx version and fix tests by @chiubaka in #163
- Upgrade to Nx v15.2.4 (current latest) by @chiubaka in #164
Full Changelog: genesis-v0.1.4...nx-plugin-v0.2.0
@chiubaka/nx-plugin-testing v0.2.0
What's Changed
Full Changelog: genesis-v0.1.4...nx-plugin-testing-v0.2.0
@chiubaka/genesis v0.2.0
What's Changed
- Pin Nx version and fix tests by @chiubaka in #163
- Upgrade to Nx v15.2.4 (current latest) by @chiubaka in #164
Full Changelog: genesis-v0.1.4...genesis-v0.2.0
@chiubaka/nx-plugin v0.1.2
What's Changed
- Add @nrwl/nx-plugin as a dependency of @chiubaka/nx-plugin by @chiubaka in #152
- Fix formatting of workspace root README.md tasks by @chiubaka in #153
Full Changelog: nx-plugin-v0.1.1...nx-plugin-v0.1.2
@chiubaka/genesis v0.1.4
What's Changed
- Upgrade
@chiubaka/nx-plugindependency to v0.1.2 for critical bug fixes
Full Changelog: genesis-v0.1.3...genesis-v0.1.4
@chiubaka/nx-plugin v0.1.1
What's Changed
- Resolve issues with deployment of @chiubaka/genesis and @chiubaka/nx-plugin by @chiubaka in #142
- Upgrade to Nx v14.7.5 by @chiubaka in #143
Full Changelog: nx-plugin-v0.1.0...nx-plugin-v0.1.1
@chiubaka/nx-plugin-testing v0.1.1
What's Changed
- Resolved an issue where package would deploy without building TypeScript files first
- Upgrade all Nx dependencies to v14.7.5
- Update
createTestingWorkspacefor compatibility with Nx v14.6.0+