Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
chore: bump version (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchubarkin committed Jul 14, 2021
1 parent ccbebf1 commit 76aab5d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions packages/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
],
"dependencies": {},
"peerDependencies": {
"react": "^16.11.0",
"styled-components": "^5.0.1",
"woly": "^0.9.0"
"react": "^16.14.0",
"styled-components": "^5.2.1",
"woly": "^0.10.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
],
"dependencies": {},
"peerDependencies": {
"react": "^16.11.0",
"styled-components": "^5.0.1",
"woly": "^0.9.0"
"react": "^16.14.0",
"styled-components": "^5.2.1",
"woly": "^0.10.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/woly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woly",
"version": "0.9.0",
"version": "0.10.0",
"description": "Exhaustive component library for React",
"main": "woly.js",
"types": "woly.d.ts",
Expand All @@ -27,8 +27,8 @@
],
"dependencies": {},
"peerDependencies": {
"react": "^16.11.0",
"styled-components": "^5.0.1"
"react": "^16.14.0",
"styled-components": "^5.2.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"woly": "0.9.0",
"woly": "0.10.0",
"calendar": "0.3.1"
}

0 comments on commit 76aab5d

Please sign in to comment.