Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
omarluq committed Jan 31, 2024
1 parent 921057f commit 88f399a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@

<a name="v0.0.2"></a>
## [v0.0.2](https://github.com/omarluq/stimulus-store/compare/v0.0.1...v0.0.2) 2024-01-30

### Bug Fixes

* fix npm pack



<a name="v0.0.1"></a>
## [v0.0.1](https://github.com/omarluq/stimulus-store/compare/v0.0.1-beta.1...v0.0.1) 2024-01-30


### Bug Fixes

* remove extra run from test
* github actions test workflow changes

### Features

* preserve initial value on store class and introduce `reset<StoreName>` function for controller
* add docsify documentation site
* convert md docs to static site, docsify is magic 💫


<a name="v0.0.1-beta.1"></a>
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
[![Test Coverage](https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6/test_coverage)](https://codeclimate.com/github/omarluq/stimulus-store/test_coverage)
[![npm version](https://badge.fury.io/js/stimulus-store.svg)](https://npmjs.com/package/stimulus-store)
[![npm downloads](https://img.shields.io/npm/dm/stimulus-store.svg)](https://npmjs.com/package/stimulus-store)
[![Bundle Size](https://img.shields.io/bundlephobia/minzip/stimulus-store@0.0.1)](https://bundlephobia.com/result?p=stimulus-store@0.0.1)
[![Bundle Min](https://img.shields.io/bundlephobia/min/stimulus-store@0.0.1)](https://bundlephobia.com/result?p=stimulus-store@0.0.1)
[![Tree-shaking size](https://badgen.net/bundlephobia/tree-shaking/stimulus-store@0.0.1)](https://bundlephobia.com/result?p=stimulus-store@0.0.1)
[![Bundle Size](https://img.shields.io/bundlephobia/minzip/stimulus-store@0.0.2)](https://bundlephobia.com/result?p=stimulus-store@0.0.2)
[![Bundle Min](https://img.shields.io/bundlephobia/min/stimulus-store@0.0.2)](https://bundlephobia.com/result?p=stimulus-store@0.0.2)
[![Tree-shaking size](https://badgen.net/bundlephobia/tree-shaking/stimulus-store@0.0.2)](https://bundlephobia.com/result?p=stimulus-store@0.0.2)
[![Top Language](https://img.shields.io/github/languages/top/omarluq/stimulus-store)](https://github.com/omarluq/stimulus-store)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/omarluq/stimulus-store)](https://github.com/omarluq/stimulus-store)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/omarluq/stimulus-store)
Expand Down
3 changes: 2 additions & 1 deletion docs/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Use this section to tell people about which versions of your project are current
| ------- | ------------------ |
| 0.0.1-beta.1 | :x: |
| 0.0.1-beta | :x: |
| 0.0.1 | :white_check_mark: |
| 0.0.1 | :x: |
| 0.0.2 | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stimulus-store",
"version": "0.0.1",
"version": "0.0.2",
"description": "Lightweight state management for Stimulus.js",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
Expand Down

0 comments on commit 88f399a

Please sign in to comment.