1.15.2 • Published 1 month ago

onecore-types v1.15.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

onecore-types

Package containing common types for ONECore

Setup

Install package

npm i onecore-types

For contributors

This packages uses Release Please for automatic updates to the Changelog and for bumping version.

Local development

To use a locally updated version of this package, the easiest way it to use npm link.

  1. Run npm link inside this folder
  2. In other projects using this package, run npm link onecore-types
  3. Make sure you run npm run build every time you make changes to this package.
  4. When done, unlink in the other projects with npm unlink --no-save onecore-types

Relasing a new version

Conventional Commit Messages

Conventional Commit Messages is what triggers the release action.

The most important prefixes you should have in mind are:

  • fix: which represents bug fixes, and correlates to a SemVer patch.
  • feat: which represents a new feature, and correlates to a SemVer minor.
  • feat!:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a SemVer major.

Read more here.

Versions and publishing to npm

  1. Make sure the latest version is built with npm run build before pushing.
  2. When Relase Please detects that a new commit containing any of the prefixes listed above, it creates a pull request for updating changelog and bumps version. Once merged the new version is published on npm. Do not change versions in package.json manually.
1.15.2

1 month ago

1.15.0

1 month ago

1.15.1

1 month ago

1.14.0

2 months ago

1.13.0

2 months ago

1.12.0

2 months ago

1.11.0

2 months ago

1.10.1

2 months ago

1.10.0

2 months ago

1.9.1

2 months ago

1.9.0

3 months ago

1.8.1

3 months ago

1.7.0

3 months ago

1.6.0

4 months ago

1.5.3

4 months ago

1.5.2

4 months ago

1.5.1

4 months ago

1.5.0

4 months ago

1.3.1

4 months ago

1.3.0

4 months ago

1.2.0

4 months ago

1.1.0

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago