From 5cbbd94f080d912f6628e7cafdb1fead5699d0a6 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:44:41 +0100 Subject: [PATCH 1/4] Update CI to build with the latest version of the compiler --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f5f40c..0b3ca67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: - name: Set up PureScript toolchain uses: purescript-contrib/setup-purescript@main - with: - purescript: "0.14.0-rc5" - name: Cache PureScript dependencies uses: actions/cache@v2 From b909a853494f0dabc43902f6d46e463061d1df19 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:44:41 +0100 Subject: [PATCH 2/4] Update the bower repository URL to match the URL in the registry --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 02c5bb9..c249783 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,7 @@ ], "repository": { "type": "git", - "url": "https:://github.com/purescript-contrib/purescript-react-dom.git" + "url": "https://github.com/purescript-contrib/purescript-react-dom.git" }, "dependencies": { "purescript-web-dom": "^2.0.0", From 7e499be8709fecb90124e5fbe7fc09828f0eede5 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:44:42 +0100 Subject: [PATCH 3/4] Upgrade bower dependencies --- bower.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index c249783..c055e0b 100644 --- a/bower.json +++ b/bower.json @@ -16,8 +16,11 @@ "url": "https://github.com/purescript-contrib/purescript-react-dom.git" }, "dependencies": { - "purescript-web-dom": "^2.0.0", - "purescript-react": ">= 6.0.0 < 8.0.0", - "purescript-effect": "^2.0.0" + "purescript-effect": "^3.0.0", + "purescript-react": "^9.0.0", + "purescript-web-dom": "^5.0.0" + }, + "devDependencies": { + "purescript-console": "^5.0.0" } } From 3fd6a673d1d815c10fc06f549364970f18a620e0 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:44:42 +0100 Subject: [PATCH 4/4] Update the changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed1874..53f0af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] -Breaking changes (😱!!!): +Breaking changes: + +New features: + +Bugfixes: + +Other improvements: + +## [v7.0.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v7.0.0) - 2021-02-26 + +Breaking changes: - Added support for PureScript 0.14 and dropped support for all previous versions (#20) New features: