Skip to content

Releases: knowankit/build-react-npm

v0.3.4

01 Apr 14:45
869c2b2
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump minimist from 1.2.5 to 1.2.6 in /templates/typescript by @dependabot in #27
  • build(deps): bump minimist from 1.2.5 to 1.2.6 in /templates/javascript by @dependabot in #26
  • build(deps): bump url-parse from 1.5.3 to 1.5.10 in /templates/javascript by @dependabot in #24
  • build(deps): bump follow-redirects from 1.14.4 to 1.14.9 in /templates/typescript by @dependabot in #32
  • build(deps): bump follow-redirects from 1.14.4 to 1.14.9 in /templates/javascript by @dependabot in #31
  • build(deps): bump url-parse from 1.5.3 to 1.5.10 in /templates/typescript by @dependabot in #25
  • build(deps): bump nanoid from 3.1.25 to 3.3.2 in /templates/typescript/example by @dependabot in #29
  • build(deps): bump url-parse from 1.5.3 to 1.5.10 in /templates/typescript/example by @dependabot in #30
  • build(deps): bump minimist from 1.2.5 to 1.2.6 in /templates/typescript/example by @dependabot in #28
  • build(deps): bump follow-redirects from 1.14.4 to 1.14.9 in /templates/typescript/example by @dependabot in #33
  • chore: security patches by @knowankit in #34

New Contributors

Full Changelog: v.0.3.3...v0.3.4

v.0.3.3

10 Oct 04:27
059fcca
Compare
Choose a tag to compare

Description : -

  • Fixes react import warning
  • Fixes Webpack source map
  • Fixes bundling of react hooks

Beta version v1

26 Sep 02:37
ed314ae
Compare
Choose a tag to compare

Description : -

  • Fixes build issues
  • Adds ESlint and prettier in javascript and typescript template

Beta version

22 Sep 04:41
fa3f789
Compare
Choose a tag to compare

Description : -

Beta version for creating react npm packages.

Cli skeleton

20 Sep 16:54
48b60c6
Compare
Choose a tag to compare

This release includes.

  • A working example of Javascript
  • A working example of typescript
  • Ability to execute all the steps of the CLI
  • Ability to test the created component