Skip to content

Commit

Permalink
chore: release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankeos committed Oct 21, 2024
1 parent 847bc91 commit 588cbe2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.3.3](https://github.com/Blankeos/solid-number-flow/compare/0.3.2...0.3.3)

- feat: Non parts props work + examples in docs. [`#4`](https://github.com/Blankeos/solid-number-flow/pull/4)
- feat: Added support for non-parts props. Fixes #3 [`#3`](https://github.com/Blankeos/solid-number-flow/issues/3)
- feat: Added examples for trend and continuous. [`0ea1c9c`](https://github.com/Blankeos/solid-number-flow/commit/0ea1c9c167385b4834a6333a790792d74a2de27c)

#### [0.3.2](https://github.com/Blankeos/solid-number-flow/compare/0.3.1...0.3.2)

> 20 October 2024
- chore: Updated deps, npm keywords, better landing page. [`d0c310b`](https://github.com/Blankeos/solid-number-flow/commit/d0c310ba7e9fa453e4bcdab38d87aabaebd5c3e0)
- chore: release 0.3.2 [`77fd36c`](https://github.com/Blankeos/solid-number-flow/commit/77fd36c98fa270adef5eb6700baafb647e3eaf13)

#### [0.3.1](https://github.com/Blankeos/solid-number-flow/compare/0.3.0...0.3.1)

Expand All @@ -18,10 +27,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore: release 0.3.1 [`f6ee64a`](https://github.com/Blankeos/solid-number-flow/commit/f6ee64a36de678766a34a7939de7404d7dd51b98)
- Define outside component [`9388853`](https://github.com/Blankeos/solid-number-flow/commit/9388853615ebfc58bd7e8f74cd1e80aa6fc35217)

#### 0.3.0
#### [0.3.0](https://github.com/Blankeos/solid-number-flow/compare/0.0.3...0.3.0)

> 16 October 2024
#### 0.0.3

> 22 October 2024
- feat: Non parts props work + examples in docs. [`#4`](https://github.com/Blankeos/solid-number-flow/pull/4)
- fix: formatting and locales. [`#2`](https://github.com/Blankeos/solid-number-flow/pull/2)
- fix: don't define more than once [`#1`](https://github.com/Blankeos/solid-number-flow/pull/1)
- feat: Added support for non-parts props. Fixes #3 [`#3`](https://github.com/Blankeos/solid-number-flow/issues/3)
- feat: Finished port + landing page. [`7852ff7`](https://github.com/Blankeos/solid-number-flow/commit/7852ff7db4062558d557e47985bbac8c12de70e7)
- feat: Added examples for trend and continuous. [`0ea1c9c`](https://github.com/Blankeos/solid-number-flow/commit/0ea1c9c167385b4834a6333a790792d74a2de27c)
- chore: Better dev environment, docs, landing, and tests. [`a5b09b0`](https://github.com/Blankeos/solid-number-flow/commit/a5b09b030d79128c5ab82128b88bd0e76587047f)
- fix: Bug fixes on ssr. [`d64f886`](https://github.com/Blankeos/solid-number-flow/commit/d64f886daf5679a7169414532953c29aa300baa4)
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

<div align="center">
<img src="https://img.shields.io/badge/maintained%20with-bun-cc00ff.svg?style=for-the-badge&logo=bun)](https://bun.sh/" alt="Bun"></img>
<img src="https://img.shields.io/npm/dw/solid-number-flow?style=for-the-badge" alt="NPM Downloads"></img>
<a href="https://www.npmjs.com/package/solid-number-flow" target="_blank">
<img src="https://img.shields.io/npm/dw/solid-number-flow?style=for-the-badge" alt="NPM Downloads"></img></a>
<img src="https://img.shields.io/npm/l/solid-number-flow?style=for-the-badge" alt="NPM License"></img>
<img src="https://img.shields.io/bundlephobia/minzip/solid-number-flow?style=for-the-badge" alt="NPM Bundle Size" ></img>
</div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-number-flow",
"version": "0.3.2",
"version": "0.3.3",
"description": "A SolidJS component to transition, format, and localize numbers. Forked from @barvian/number-flow.",
"license": "MIT",
"author": "Carlo Taleon",
Expand All @@ -9,7 +9,7 @@
"type": "git",
"url": "git+https://github.com/Blankeos/solid-number-flow.git"
},
"homepage": "https://github.com/Blankeos/solid-number-flow#readme",
"homepage": "https://solid-number-flow.pages.dev",
"bugs": {
"url": "https://github.com/Blankeos/solid-number-flow/issues"
},
Expand Down

0 comments on commit 588cbe2

Please sign in to comment.