Skip to content

Commit a29b604

Browse files
authored
Merge pull request #7 from solved-ac/release/v0.2.4
v0.2.4
2 parents 692097e + e28b69d commit a29b604

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solved-ac/ui-react",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "React component library used by solved.ac",
55
"author": "shiftpsh",
66
"license": "MIT",
@@ -21,14 +21,15 @@
2121
"test:lint": "eslint .",
2222
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
2323
"test:watch": "react-scripts test --env=jsdom",
24+
"postversion": "git push --tags && yarn publish . --tag $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\"",
2425
"predeploy": "cd example && yarn install && yarn run build",
2526
"deploy": "gh-pages -d example/build"
2627
},
2728
"peerDependencies": {
28-
"react": ">=17",
29-
"react-dom": ">=17",
3029
"@emotion/react": ">=11",
31-
"@emotion/styled": ">=11"
30+
"@emotion/styled": ">=11",
31+
"react": ">=17",
32+
"react-dom": ">=17"
3233
},
3334
"devDependencies": {
3435
"@babel/plugin-proposal-decorators": "^7.17.9",

0 commit comments

Comments
 (0)