1.3.8 • Published 11 months ago

@proximahq-dev/components v1.3.8

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

How to use

  • Components Folder: Always create a new folder for page specific components e.g. src/components/PageName
  • Shared Components: Any component used on more than one page should be added to src/components/shared
  • Page Registry: TBC, currently each page requires the projectSlug as the Prop.

How to develop

  • Create component
  • Add it to Storybook
  • Write unit tests
  • Execute "npx changeset" and choose appropriate version to bump
  • PR to main branch
  • Package will be deployed to NPM automatically

Versioning

Take the version 1.3.5 as an example.

  • "1" is the major change to the project - for incompatible API changes
  • "3" is the minor change - for backward-compatible functionality additions
  • "5" is the patch - for backward-compatible bug fixes

Bumping the major version resets both minor and patch versions to 0.

Bumping the minor version resets patch version to 0.

1.3.5 => 1.4.0

1.3.5 => 2.0.0

1.3.8

11 months ago

1.3.7

11 months ago

1.3.6

11 months ago

1.3.5

11 months ago

1.3.4

11 months ago

1.3.3

11 months ago

1.3.2

11 months ago

1.3.1

11 months ago

1.3.0

11 months ago

1.2.0

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago