Skip to content

Commit 1f86742

Browse files
committed
bump 2.0.0
1 parent 9ece8c9 commit 1f86742

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": "1.5.3",
3+
"version": "2.0.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": "^1.5.3",
15-
"tea-cup-core": "^1.5.3"
14+
"react-tea-cup": "^2.0.0",
15+
"tea-cup-core": "^2.0.0"
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": "1.5.3",
3+
"version": "2.0.0",
44
"description": "Put some TEA in your React.",
55
"author": "Rémi Van Keisbelck <remi@rvkb.com>",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
},
2424
"peerDependencies": {
2525
"react": "^16.7.0",
26-
"tea-cup-core": "^1.5.3"
26+
"tea-cup-core": "^2.0.0"
2727
},
2828
"devDependencies": {
2929
"@types/jsdom": "^16.2.5",

0 commit comments

Comments
 (0)