Skip to content

Commit

Permalink
bump: version 0.0.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Sep 15, 2024
1 parent aec34cc commit 94d9b6c
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .cz.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
commitizen:
major_version_zero: true
name: cz_conventional_commits
tag_format: $version
update_changelog_on_bump: true
version_provider: npm
version_scheme: semver
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# PinInput React

## 1.0.0 (2024-09-15)

### Feat

- add example section
- **seo**: add OG image and meta tags
- update favicon
- add usage section
- add footer and social links
- add pin-input form component
- add code copy functionality
- implement main layout
- implement theme switch

### Fix

- **a11y**: add sr-only text in copy button
- optimize onComplete/onIncomplete invocation
- update github links

### Refactor

- update snippet accordion

### Perf

- update png background image with webp format
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pin-input",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 94d9b6c

Please sign in to comment.