From 90978ea1f583c7a03ed1296bbbe1f9b073f5fd00 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 14:33:14 -0500 Subject: [PATCH 1/3] Update the bower dependencies --- bower.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index eddfbf3..6709f7a 100644 --- a/bower.json +++ b/bower.json @@ -17,15 +17,15 @@ "url": "https://github.com/purescript-contrib/purescript-react.git" }, "dependencies": { - "purescript-effect": "master", - "purescript-exceptions": "master", - "purescript-maybe": "master", - "purescript-nullable": "main", - "purescript-prelude": "master", - "purescript-typelevel-prelude": "master", - "purescript-unsafe-coerce": "master" + "purescript-effect": "^4.0.0", + "purescript-exceptions": "^6.0.0", + "purescript-maybe": "^6.0.0", + "purescript-nullable": "^6.0.0", + "purescript-prelude": "^6.0.0", + "purescript-typelevel-prelude": "^7.0.0", + "purescript-unsafe-coerce": "^6.0.0" }, "devDependencies": { - "purescript-console": "master" + "purescript-console": "^6.0.0" } } From 47df783a66fa7ce6efe7767f5dec0223b477a8c8 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 14:33:14 -0500 Subject: [PATCH 2/3] Uncomment spago tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e16f413..fc54710 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,8 +50,8 @@ jobs: - name: Build the project run: npm run build -# - name: Run tests -# run: npm run test + - name: Run tests + run: npm run test - name: Check formatting run: purs-tidy check src test From cad29112cee44d2d95b8565350b8c5f41ce31731 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 14:33:14 -0500 Subject: [PATCH 3/3] Update the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbf719..d6ea455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] +Breaking changes: + +New features: + +Bugfixes: + +Other improvements: + +## [v10.0.0](https://github.com/purescript-contrib/purescript-react/releases/tag/v10.0.0) - 2022-04-27 + Breaking changes: - Migrate FFI to ES modules (#185 by @JordanMartinez) - Replaced polymorphic proxies with monomorphic `Proxy` (#185 by @JordanMartinez)