Skip to content

Commit

Permalink
Merge tag '2.2.1' into develop
Browse files Browse the repository at this point in the history
2.2.1
  • Loading branch information
vankeisb committed Sep 2, 2022
2 parents ff94618 + 49ff4c0 commit 519c4c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tea-cup-core",
"version": "2.2.0",
"version": "2.2.1",
"description": "react-tea-cup core classes and utilities (Maybe etc)",
"author": "Rémi Van Keisbelck <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "3.4.3",
"react-tea-cup": "2.2.0",
"tea-cup-core": "2.2.0"
"react-tea-cup": "2.2.1",
"tea-cup-core": "2.2.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
4 changes: 2 additions & 2 deletions tea-cup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tea-cup",
"version": "2.2.0",
"version": "2.2.1",
"description": "Put some TEA in your React.",
"author": "Rémi Van Keisbelck <[email protected]>",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"dependencies": {},
"peerDependencies": {
"react": "^16.7.0 || ^17.0.1",
"tea-cup-core": "^2.2.0"
"tea-cup-core": "^2.2.1"
},
"devDependencies": {
"@types/jsdom": "^16.2.5",
Expand Down

0 comments on commit 519c4c4

Please sign in to comment.