diff --git a/CHANGELOG.md b/CHANGELOG.md index 999dd40..fbe5872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ ### UNRELEASED + +### 3.0.0 - Move bookmark to @twreporter/registration - Update page slides to contain bookmark service -- Update header to be compatible with updated main-website (Following) -- To solve server/clietn render conflict, move auth process from Client.js to App.js. - +- Add AuthenticationContext which is used as react.context to avoid not re-rendering problem ### 2.1.12 - Refine font-weight settings diff --git a/package.json b/package.json index dd6b7b0..fdd4045 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@twreporter/react-components", "repository": "https://github.com/twreporter/twreporter-react-components.git", "license": "AGPL-3.0", - "version": "2.1.12", + "version": "3.0.0", "main": "lib/main.js", "scripts": { "lint": "eslint \"**/src/**/*.js\" --config .eslintrc",