Skip to content

Commit 48769a9

Browse files
author
github-actions
committed
Bump version from 0.1.1 to 1.0.0
1 parent 6280adb commit 48769a9

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keyvaluesystems/react-star-rating-summary",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "A ready to use rating summary component",
55
"main": "build/index.js",
66
"source": "src/index.tsx",
@@ -26,8 +26,21 @@
2626
"author": "Keyvalue",
2727
"license": "ISC",
2828
"homepage": "https://github.com/KeyValueSoftwareSystems/react-star-rating-summary",
29-
"keywords": [ "library", "starter", "es6", "react", "package", "react-package", "typescript",
30-
"rating", "star-rating","five-star-rating", "star-rating-component", "star-rating-widget", "review"],
29+
"keywords": [
30+
"library",
31+
"starter",
32+
"es6",
33+
"react",
34+
"package",
35+
"react-package",
36+
"typescript",
37+
"rating",
38+
"star-rating",
39+
"five-star-rating",
40+
"star-rating-component",
41+
"star-rating-widget",
42+
"review"
43+
],
3144
"devDependencies": {
3245
"@babel/cli": "^7.20.7",
3346
"@babel/core": "^7.20.12",

0 commit comments

Comments
 (0)