Skip to content

Commit 7a94be7

Browse files
committed
chore: release v0.1.0
1 parent 9ab2036 commit 7a94be7

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
11

2+
## ...main
3+
4+
5+
### 🚀 Enhancements
6+
7+
- Add phone number formatting ([0267bfa](https://github.com/stacksjs/ts-inputs/commit/0267bfa))
8+
9+
### 🏡 Chore
10+
11+
- Initial commit ([19b9c09](https://github.com/stacksjs/ts-inputs/commit/19b9c09))
12+
- Wip ([e4fa64b](https://github.com/stacksjs/ts-inputs/commit/e4fa64b))
13+
- Wip ([491a6a6](https://github.com/stacksjs/ts-inputs/commit/491a6a6))
14+
- Wip ([8eaea36](https://github.com/stacksjs/ts-inputs/commit/8eaea36))
15+
- Wip package ([2a99563](https://github.com/stacksjs/ts-inputs/commit/2a99563))
16+
- Improve packages ([41b7ce4](https://github.com/stacksjs/ts-inputs/commit/41b7ce4))
17+
- Add google map components ([8e66ea8](https://github.com/stacksjs/ts-inputs/commit/8e66ea8))
18+
- Package update ([4717133](https://github.com/stacksjs/ts-inputs/commit/4717133))
19+
- Minor changes ([02897d1](https://github.com/stacksjs/ts-inputs/commit/02897d1))
20+
- Readme improve ([88bffba](https://github.com/stacksjs/ts-inputs/commit/88bffba))
21+
- Wip ([cc1aba9](https://github.com/stacksjs/ts-inputs/commit/cc1aba9))
22+
- Wip ([539f74a](https://github.com/stacksjs/ts-inputs/commit/539f74a))
23+
- Improve datetime wip ([5f7dbdf](https://github.com/stacksjs/ts-inputs/commit/5f7dbdf))
24+
- Finish date and time docs ([9da5aa9](https://github.com/stacksjs/ts-inputs/commit/9da5aa9))
25+
- Places autocomplete ([f2f9227](https://github.com/stacksjs/ts-inputs/commit/f2f9227))
26+
- Wip ([daf9b33](https://github.com/stacksjs/ts-inputs/commit/daf9b33))
27+
- Add numeral inputs ([a4e0982](https://github.com/stacksjs/ts-inputs/commit/a4e0982))
28+
- Lint ([b34418b](https://github.com/stacksjs/ts-inputs/commit/b34418b))
29+
- Add base input on ts-inputs ([6c1ac03](https://github.com/stacksjs/ts-inputs/commit/6c1ac03))
30+
- Improve datetime docs ([8495f1b](https://github.com/stacksjs/ts-inputs/commit/8495f1b))
31+
- Fix lint and docs build ([22f388b](https://github.com/stacksjs/ts-inputs/commit/22f388b))
32+
- Wip typecheck issue ([500b4ac](https://github.com/stacksjs/ts-inputs/commit/500b4ac))
33+
- Improve docs ([9ab2036](https://github.com/stacksjs/ts-inputs/commit/9ab2036))
34+
35+
### ❤️ Contributors
36+
37+
- Cab-mikee ([@cab-mikee](https://github.com/cab-mikee))
38+
- Chrisbbreuer ([@chrisbbreuer](https://github.com/chrisbbreuer))
39+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
40+
241
## v0.3.1...main
342

443
[compare changes](https://github.com/stacksjs/ts-starter/compare/v0.3.1...main)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-inputs",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"description": "Modern & lightweight input masking.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)