1.0.28 • Published 8 months ago
@blaze-money/kindling v1.0.28
Kindling
Kindling is a shared utility library that provides common functionality used across Blaze's applications. It is published as an NPM package and serves as a core dependency for our main projects:
Publishing
This project uses automated semantic versioning and publishing to NPM through GitHub Actions. The process is triggered when a pull request is merged with one of the following labels:
patch- For backwards-compatible bug fixesminor- For new backwards-compatible functionalitymajor- For breaking changes
How it works
- Create a pull request with your changes
- Add one of the version labels (
patch,minor, ormajor) to the pull request - When the pull request is merged, GitHub Actions will automatically:
- Bump the version in package.json according to the label
- Create a new git tag
- Build the project
- Publish the new version to NPM
Example
- You fix a bug and create a pull request
- Add the
patchlabel to the pull request - After the pull request is merged, the version will automatically bump (e.g.,
1.0.0→1.0.1) - The new version will be published to NPM
Requirements
- NPM token must be configured in repository secrets as
NPM_TOKEN - Pull request must have one of the version labels
- User merging must have appropriate repository permissions
1.0.19
1 year ago
1.0.18
1 year ago
1.0.16
1 year ago
1.0.22
1 year ago
1.0.21
1 year ago
1.0.20
1 year ago
1.0.26
9 months ago
1.0.25
9 months ago
1.0.24
12 months ago
1.0.23
1 year ago
1.0.28
8 months ago
1.0.27
9 months ago
1.0.15
1 year ago
1.0.14
1 year ago
1.0.13
1 year ago
1.0.12
1 year ago
1.0.11
1 year ago
1.0.10
1 year ago
1.0.9
1 year ago
1.0.8
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago