Skip to content

Releases: chiubaka/genesis

v0.3.0

12 Sep 21:59
8116f90

Choose a tag to compare

Features ✨

  • Upgrade from Nx v15.2.4 all the way to Nx v16.8.1

Full Changelog: v0.2.1...v0.3.0

v0.3.0-rc.0

12 Sep 21:29
c78a3be

Choose a tag to compare

v0.3.0-rc.0 Pre-release
Pre-release

Features ✨

  • Upgrade from Nx v15.2.4 all the way to Nx v16.8.1

Full Changelog: v0.2.1...v0.3.0-rc.0

v0.2.1

12 Sep 21:28
8ead7f7

Choose a tag to compare

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:affected by @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

02 Dec 12:14
475d70b

Choose a tag to compare

What's Changed

Full Changelog: genesis-v0.1.4...nx-plugin-v0.2.0

@chiubaka/nx-plugin-testing v0.2.0

02 Dec 12:13
475d70b

Choose a tag to compare

What's Changed

Full Changelog: genesis-v0.1.4...nx-plugin-testing-v0.2.0

@chiubaka/genesis v0.2.0

02 Dec 12:14
475d70b

Choose a tag to compare

What's Changed

Full Changelog: genesis-v0.1.4...genesis-v0.2.0

@chiubaka/nx-plugin v0.1.2

16 Sep 06:25
e9845c6

Choose a tag to compare

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

16 Sep 07:00
e9845c6

Choose a tag to compare

What's Changed

  • Upgrade @chiubaka/nx-plugin dependency to v0.1.2 for critical bug fixes

Full Changelog: genesis-v0.1.3...genesis-v0.1.4

@chiubaka/nx-plugin v0.1.1

15 Sep 03:22
10c9dbb

Choose a tag to compare

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

15 Sep 03:18
10c9dbb

Choose a tag to compare

What's Changed

  • Resolved an issue where package would deploy without building TypeScript files first
  • Upgrade all Nx dependencies to v14.7.5
  • Update createTestingWorkspace for compatibility with Nx v14.6.0+