Skip to content

Commit

Permalink
chore: release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshnirmalya committed Feb 7, 2023
1 parent 6bd5a7e commit af881e8
Show file tree
Hide file tree
Showing 4 changed files with 737 additions and 1,197 deletions.
8 changes: 4 additions & 4 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
"release": true,
"web": true
},
"npm": {
"publish": true,
"skipChecks": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "changelog.md"
"@release-it/bumper": {
"out": ["dist/package.json"]
}
},
"hooks": {
Expand Down
78 changes: 0 additions & 78 deletions changelog.md

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-search-box",
"version": "2.3.0",
"version": "3.0.0",
"description": "An autocomplete search box for ReactJS",
"license": "MIT",
"author": "ghoshnirmalya",
Expand All @@ -21,6 +21,7 @@
},
"typings": "dist/index.d.ts",
"dependencies": {
"@release-it/bumper": "^4.0.2",
"fuse.js": "^6.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -29,7 +30,6 @@
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@release-it/conventional-changelog": "^5.1.1",
"@types/node": "^18.13.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
Expand Down
Loading

0 comments on commit af881e8

Please sign in to comment.