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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3726176..28aede8 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: + +## [v9.0.0](https://github.com/purescript-contrib/purescript-react/releases/tag/v9.0.0) - 2021-02-26 + +Breaking changes: - Added support for PureScript 0.14 and dropped support for all previous versions (#177) New features: diff --git a/bower.json b/bower.json index 64d1652..b11275c 100644 --- a/bower.json +++ b/bower.json @@ -14,19 +14,18 @@ ], "repository": { "type": "git", - "url": "git://github.com/purescript-contrib/purescript-react.git" + "url": "https://github.com/purescript-contrib/purescript-react.git" }, "dependencies": { - "purescript-effect": "^2.0.0", - "purescript-prelude": "^4.0.0", - "purescript-unsafe-coerce": "^4.0.0", - "purescript-exceptions": "^4.0.0", - "purescript-maybe": "^4.0.0", - "purescript-nullable": "^4.0.0", - "purescript-typelevel-prelude": ">= 4.0.0 < 6.0.0" + "purescript-effect": "^3.0.0", + "purescript-exceptions": "^5.0.0", + "purescript-maybe": "^5.0.0", + "purescript-nullable": "^5.0.0", + "purescript-prelude": "^5.0.0", + "purescript-typelevel-prelude": "^6.0.0", + "purescript-unsafe-coerce": "^5.0.0" }, "devDependencies": { - "purescript-console": "^4.1.0", - "purescript-psci-support": "^4.0.0" + "purescript-console": "^5.0.0" } }