From cdcfd5e6c03696937bfda04602edfd0e73fb8144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Van=20Keisbelck?= Date: Fri, 5 May 2023 16:05:27 +0200 Subject: [PATCH 1/3] changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 870d55c..f2ef2e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v2.2.3 (05/05/2023) +*No changelog for this release.* + +--- + ## v2.3.0 (03/05/2023) #### closed From ce07cc33e2a68d5ac50190e7ef5917b4265531ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Van=20Keisbelck?= Date: Fri, 5 May 2023 16:09:05 +0200 Subject: [PATCH 2/3] fix previous bump mistake --- core/package.json | 2 +- samples/package.json | 4 ++-- tea-cup/package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/package.json b/core/package.json index fd87f6a..0cfbd58 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "tea-cup-core", - "version": "2.2.3", + "version": "2.3.0", "description": "react-tea-cup core classes and utilities (Maybe etc)", "author": "Rémi Van Keisbelck ", "license": "MIT", diff --git a/samples/package.json b/samples/package.json index 26559e0..14f8675 100644 --- a/samples/package.json +++ b/samples/package.json @@ -11,8 +11,8 @@ "react": "^16.7.0", "react-dom": "^16.7.0", "react-scripts": "3.4.3", - "react-tea-cup": "2.2.3", - "tea-cup-core": "2.2.3" + "react-tea-cup": "2.3.0", + "tea-cup-core": "2.3.0" }, "scripts": { "start": "react-scripts start", diff --git a/tea-cup/package.json b/tea-cup/package.json index da51f41..233473a 100644 --- a/tea-cup/package.json +++ b/tea-cup/package.json @@ -1,6 +1,6 @@ { "name": "react-tea-cup", - "version": "2.2.3", + "version": "2.3.0", "description": "Put some TEA in your React.", "author": "Rémi Van Keisbelck ", "license": "MIT", @@ -23,7 +23,7 @@ "dependencies": {}, "peerDependencies": { "react": "^16.7.0 || ^17.0.1", - "tea-cup-core": "2.2.3" + "tea-cup-core": "2.3.0" }, "devDependencies": { "@types/jsdom": "^16.2.5", From 74a0c844185889d0ed839a47b20e3edb87d2b9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Van=20Keisbelck?= Date: Fri, 5 May 2023 16:12:53 +0200 Subject: [PATCH 3/3] bump to 2.2.3 --- .bomlint.json | 4 ++-- core/package.json | 2 +- samples/package.json | 4 ++-- tea-cup/package.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bomlint.json b/.bomlint.json index 345d648..32034b8 100644 --- a/.bomlint.json +++ b/.bomlint.json @@ -1,7 +1,7 @@ { "@types/react": "^16.7.22", - "tea-cup-core": "2.3.0", - "react-tea-cup": "2.3.0", + "tea-cup-core": "2.2.3", + "react-tea-cup": "2.2.3", "ts-jest": "^24.1.0", "bomlint": "1.2.3" } \ No newline at end of file diff --git a/core/package.json b/core/package.json index 0cfbd58..fd87f6a 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "tea-cup-core", - "version": "2.3.0", + "version": "2.2.3", "description": "react-tea-cup core classes and utilities (Maybe etc)", "author": "Rémi Van Keisbelck ", "license": "MIT", diff --git a/samples/package.json b/samples/package.json index 14f8675..26559e0 100644 --- a/samples/package.json +++ b/samples/package.json @@ -11,8 +11,8 @@ "react": "^16.7.0", "react-dom": "^16.7.0", "react-scripts": "3.4.3", - "react-tea-cup": "2.3.0", - "tea-cup-core": "2.3.0" + "react-tea-cup": "2.2.3", + "tea-cup-core": "2.2.3" }, "scripts": { "start": "react-scripts start", diff --git a/tea-cup/package.json b/tea-cup/package.json index 233473a..da51f41 100644 --- a/tea-cup/package.json +++ b/tea-cup/package.json @@ -1,6 +1,6 @@ { "name": "react-tea-cup", - "version": "2.3.0", + "version": "2.2.3", "description": "Put some TEA in your React.", "author": "Rémi Van Keisbelck ", "license": "MIT", @@ -23,7 +23,7 @@ "dependencies": {}, "peerDependencies": { "react": "^16.7.0 || ^17.0.1", - "tea-cup-core": "2.3.0" + "tea-cup-core": "2.2.3" }, "devDependencies": { "@types/jsdom": "^16.2.5",