Skip to content

Commit

Permalink
Bump version from 0.1.1 to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 23, 2023
1 parent 6280adb commit 48769a9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keyvaluesystems/react-star-rating-summary",
"version": "0.1.1",
"version": "1.0.0",
"description": "A ready to use rating summary component",
"main": "build/index.js",
"source": "src/index.tsx",
Expand All @@ -26,8 +26,21 @@
"author": "Keyvalue",
"license": "ISC",
"homepage": "https://github.com/KeyValueSoftwareSystems/react-star-rating-summary",
"keywords": [ "library", "starter", "es6", "react", "package", "react-package", "typescript",
"rating", "star-rating","five-star-rating", "star-rating-component", "star-rating-widget", "review"],
"keywords": [
"library",
"starter",
"es6",
"react",
"package",
"react-package",
"typescript",
"rating",
"star-rating",
"five-star-rating",
"star-rating-component",
"star-rating-widget",
"review"
],
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
Expand Down

0 comments on commit 48769a9

Please sign in to comment.