Skip to content

Commit 788a7d5

Browse files
Rémi Van KeisbelckRémi Van Keisbelck
authored andcommitted
bump to 2.2.0
1 parent bff9652 commit 788a7d5

3 files changed

Lines changed: 6 additions & 6 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.1.0",
3+
"version": "2.2.0",
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.1.0",
15-
"tea-cup-core": "2.1.0"
14+
"react-tea-cup": "2.2.0",
15+
"tea-cup-core": "2.2.0"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",

tea-cup/package.json

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

0 commit comments

Comments
 (0)