Skip to content

Commit 95c0c22

Browse files
committed
Merge branch 'release/2.2.3'
2 parents 602dca0 + e132114 commit 95c0c22

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v2.3.0 (03/05/2023)
4+
5+
#### closed
6+
7+
- [**closed**] Fix subs [#96](https://github.com/vankeisb/react-tea-cup/pull/96)
8+
- [**closed**] BOM lint [#94](https://github.com/vankeisb/react-tea-cup/pull/94)
9+
10+
---
11+
312
## v2.2.2 (24/04/2023)
413

514
#### closed

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.3.0",
3+
"version": "2.2.3",
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.3.0",
15-
"tea-cup-core": "2.3.0"
14+
"react-tea-cup": "2.2.3",
15+
"tea-cup-core": "2.2.3"
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.3.0",
3+
"version": "2.2.3",
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
"dependencies": {},
2424
"peerDependencies": {
2525
"react": "^16.7.0 || ^17.0.1",
26-
"tea-cup-core": "2.3.0"
26+
"tea-cup-core": "2.2.3"
2727
},
2828
"devDependencies": {
2929
"@types/jsdom": "^16.2.5",

0 commit comments

Comments
 (0)