Skip to content

Commit 588cbe2

Browse files
committed
chore: release 0.0.3
1 parent 847bc91 commit 588cbe2

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [0.3.3](https://github.com/Blankeos/solid-number-flow/compare/0.3.2...0.3.3)
8+
9+
- feat: Non parts props work + examples in docs. [`#4`](https://github.com/Blankeos/solid-number-flow/pull/4)
10+
- feat: Added support for non-parts props. Fixes #3 [`#3`](https://github.com/Blankeos/solid-number-flow/issues/3)
11+
- feat: Added examples for trend and continuous. [`0ea1c9c`](https://github.com/Blankeos/solid-number-flow/commit/0ea1c9c167385b4834a6333a790792d74a2de27c)
12+
713
#### [0.3.2](https://github.com/Blankeos/solid-number-flow/compare/0.3.1...0.3.2)
814

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

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

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

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

2332
> 16 October 2024
2433
34+
#### 0.0.3
35+
36+
> 22 October 2024
37+
38+
- feat: Non parts props work + examples in docs. [`#4`](https://github.com/Blankeos/solid-number-flow/pull/4)
39+
- fix: formatting and locales. [`#2`](https://github.com/Blankeos/solid-number-flow/pull/2)
40+
- fix: don't define more than once [`#1`](https://github.com/Blankeos/solid-number-flow/pull/1)
41+
- feat: Added support for non-parts props. Fixes #3 [`#3`](https://github.com/Blankeos/solid-number-flow/issues/3)
2542
- feat: Finished port + landing page. [`7852ff7`](https://github.com/Blankeos/solid-number-flow/commit/7852ff7db4062558d557e47985bbac8c12de70e7)
43+
- feat: Added examples for trend and continuous. [`0ea1c9c`](https://github.com/Blankeos/solid-number-flow/commit/0ea1c9c167385b4834a6333a790792d74a2de27c)
2644
- chore: Better dev environment, docs, landing, and tests. [`a5b09b0`](https://github.com/Blankeos/solid-number-flow/commit/a5b09b030d79128c5ab82128b88bd0e76587047f)
27-
- fix: Bug fixes on ssr. [`d64f886`](https://github.com/Blankeos/solid-number-flow/commit/d64f886daf5679a7169414532953c29aa300baa4)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
<div align="center">
1212
<img src="https://img.shields.io/badge/maintained%20with-bun-cc00ff.svg?style=for-the-badge&logo=bun)](https://bun.sh/" alt="Bun"></img>
13-
<img src="https://img.shields.io/npm/dw/solid-number-flow?style=for-the-badge" alt="NPM Downloads"></img>
13+
<a href="https://www.npmjs.com/package/solid-number-flow" target="_blank">
14+
<img src="https://img.shields.io/npm/dw/solid-number-flow?style=for-the-badge" alt="NPM Downloads"></img></a>
1415
<img src="https://img.shields.io/npm/l/solid-number-flow?style=for-the-badge" alt="NPM License"></img>
1516
<img src="https://img.shields.io/bundlephobia/minzip/solid-number-flow?style=for-the-badge" alt="NPM Bundle Size" ></img>
1617
</div>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-number-flow",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "A SolidJS component to transition, format, and localize numbers. Forked from @barvian/number-flow.",
55
"license": "MIT",
66
"author": "Carlo Taleon",
@@ -9,7 +9,7 @@
99
"type": "git",
1010
"url": "git+https://github.com/Blankeos/solid-number-flow.git"
1111
},
12-
"homepage": "https://github.com/Blankeos/solid-number-flow#readme",
12+
"homepage": "https://solid-number-flow.pages.dev",
1313
"bugs": {
1414
"url": "https://github.com/Blankeos/solid-number-flow/issues"
1515
},

0 commit comments

Comments
 (0)