Skip to content

Releases: adonisjs/core

Fixes for ignitor and published files

26 May 07:47
Compare
Choose a tag to compare
  • The release adds providers directory to the files array inside package.json file
  • Using find-package-json to find the nearest package.json file vs relying on hardcoded path

Commits

  • chore(package): add providers dir to list of publishing files d63c29f
  • fix: use better way to find nearest package file d25f52e

v2.0.0...v2.0.1

Working release of @adonisjs/core

26 May 07:06
Compare
Choose a tag to compare

@adonisjs/core is almost a rewrite of AdonisJs core packages with a different approach and using Typescript. The package is still not 100% done. However, this release will be used internally for testing purposes

  • fix: use correct type name 076a5f8
  • chore(package): set package to 1.10.0 3d3f5c6
  • chore(package): update http-server version 7b4b22b

v1.10.0...v2.0.0