Skip to content

Commit a063c06

Browse files
committed
Merge tag '2.1.0' into develop
2.1.0
2 parents bc28a58 + 8b32827 commit a063c06

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tea-cup-core",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "react-tea-cup core classes and utilities (Maybe etc)",
55
"author": "Rémi Van Keisbelck <remi@rvkb.com>",
66
"license": "MIT",
@@ -18,4 +18,4 @@
1818
"tsc": "tsc",
1919
"compile": "rimraf dist && tsc"
2020
}
21-
}
21+
}

samples/package.json

Lines changed: 3 additions & 3 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.0.1",
15-
"tea-cup-core": "^2.0.1"
14+
"react-tea-cup": "2.1.0",
15+
"tea-cup-core": "2.1.0"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",
@@ -39,4 +39,4 @@
3939
"jest-fetch-mock": "^2.1.2",
4040
"ts-jest": "^24.1.0"
4141
}
42-
}
42+
}

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.0.1",
3+
"version": "2.1.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",
25-
"tea-cup-core": "^2.0.1"
25+
"tea-cup-core": "^2.1.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)