Skip to content

Commit 92d6ae3

Browse files
committed
bump to 2.2.1
1 parent ff94618 commit 92d6ae3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tea-cup-core",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "react-tea-cup core classes and utilities (Maybe etc)",
55
"author": "Rémi Van Keisbelck <remi@rvkb.com>",
66
"license": "MIT",

samples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"react": "^16.7.0",
1212
"react-dom": "^16.7.0",
1313
"react-scripts": "3.4.3",
14-
"react-tea-cup": "2.2.0",
15-
"tea-cup-core": "2.2.0"
14+
"react-tea-cup": "2.2.1",
15+
"tea-cup-core": "2.2.1"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",

tea-cup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tea-cup",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Put some TEA in your React.",
55
"author": "Rémi Van Keisbelck <remi@rvkb.com>",
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
"dependencies": {},
2323
"peerDependencies": {
2424
"react": "^16.7.0 || ^17.0.1",
25-
"tea-cup-core": "^2.2.0"
25+
"tea-cup-core": "^2.2.1"
2626
},
2727
"devDependencies": {
2828
"@types/jsdom": "^16.2.5",

0 commit comments

Comments
 (0)