@hammerstone/refine-stimulus
Advanced tools
Comparing version 2.6.4 to 2.6.5
@@ -0,1 +1,5 @@ | ||
### 2.6.5 | ||
* Add configuration option `date_gte_uses_bod` to include a whole day in the range when using a >= comparison | ||
* Fix a bug rendering option conditions when options were defined as a Proc | ||
* Add error handling for invalid stored filters | ||
### 2.6.4 | ||
@@ -2,0 +6,0 @@ * Add `get_query!` method to raise an error on invalid filters |
{ | ||
"name": "@hammerstone/refine-stimulus", | ||
"version": "2.6.4", | ||
"version": "2.6.5", | ||
"description": "Refine is a flexible query builder for your apps. It lets your users filter down to exactly what they're looking for. Completely configured on the backend.", | ||
@@ -5,0 +5,0 @@ "browserslist": [ |
@@ -312,13 +312,2 @@ ## How to integrate the refine filter | ||
## Release | ||
1. Publish the gem with a new version number | ||
2. Copy the version number in package.json | ||
3. run `yarn build`. This will prepare the different javascript outputs | ||
4. run `yarn pack`. This will create a new `.tgz` file for the new version | ||
5. run `yarn publish <tgz filename> --new-version <version number in package.json>` | ||
6. remove the `*.tgz` file | ||
## Bullet Train Installation | ||
@@ -359,1 +348,24 @@ Add ruby gem | ||
## Releasing New Versions | ||
- Every release should update the gem and NPM package so version numbers stay in sync. | ||
- Make sure to update the CHANGELOG with a note explaining what the new version does | ||
- Make sure you have the [bump](https://rubygems.org/gems/bump) and [gemfury](https://rubygems.org/gems/gemfury) gems installed locally | ||
### Releasing the Ruby Gem | ||
``` | ||
bump patch (or bump minor, major, etc) | ||
gem build | ||
fury push *.gem --as=hammerstonedev | ||
rm *.gem | ||
``` | ||
### Releasing the NPM Package | ||
1. Publish the gem with a new version number | ||
2. Copy the version number in package.json | ||
3. run `yarn build`. This will prepare the different javascript outputs | ||
4. run `yarn pack`. This will create a new `.tgz` file for the new version | ||
5. run `yarn publish <tgz filename> --new-version <version number in package.json>` | ||
6. remove the `*.tgz` file |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
296665
370