Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
binodnepali committed Apr 18, 2024
1 parent 329850a commit a1aaddd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/binodnepali/react-nepali-datetime-picker/compare/v1.0.0-beta.12...v1.0.0) (2024-04-18)


### Bug Fixes

* incorrect date in 2081 first month calendar view ([329850a](https://github.com/binodnepali/react-nepali-datetime-picker/commit/329850a1b264a140ca37c77cb2c0fabe10ef77e0))

## [1.0.0-beta.12](https://github.com/binodnepali/react-nepali-datetime-picker/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2024-04-18)


Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-nepali-datetime-picker"
],
"private": false,
"version": "1.0.0-beta.12",
"version": "1.0.0",
"type": "module",
"license": "MIT",
"main": "dist/index.umd.js",
Expand Down Expand Up @@ -68,6 +68,9 @@
"npm:publish:alpha": "pnpm npm:prepublish && pnpm prerelease:alpha && pnpm npm:publish && pnpm git:push",
"npm:publish:beta": "pnpm npm:prepublish && pnpm prerelease:beta && pnpm npm:publish && pnpm git:push",
"npm:publish:rc": "pnpm npm:prepublish && pnpm prerelease:rc && pnpm npm:publish && pnpm git:push",
"npm:publish:minor": "pnpm npm:prepublish && pnpm release --release-as minor && pnpm npm:publish && pnpm git:push",
"npm:publish:major": "pnpm npm:prepublish && pnpm release --release-as major && pnpm npm:publish && pnpm git:push",
"npm:publish:patch": "pnpm npm:prepublish && pnpm release --release-as patch && pnpm npm:publish && pnpm git:push",
"deploy:demo-site": "cd demo-site && pnpm deploy"
},
"dependencies": {
Expand Down

0 comments on commit a1aaddd

Please sign in to comment.