From 1d3e426b6a94e64e5e7b440c187e1457c7f01083 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 17:40:06 -0500 Subject: [PATCH 1/3] Update the bower dependencies --- bower.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bower.json b/bower.json index 5fb87aa..55000a7 100644 --- a/bower.json +++ b/bower.json @@ -20,16 +20,16 @@ "url": "https://github.com/purescript-contrib/purescript-strings-extra.git" }, "dependencies": { - "purescript-arrays": "master", - "purescript-foldable-traversable": "master", - "purescript-maybe": "master", - "purescript-prelude": "master", - "purescript-strings": "master", - "purescript-unicode": "main" + "purescript-arrays": "^7.0.0", + "purescript-foldable-traversable": "^6.0.0", + "purescript-maybe": "^6.0.0", + "purescript-prelude": "^6.0.0", + "purescript-strings": "^6.0.0", + "purescript-unicode": "^6.0.0" }, "devDependencies": { - "purescript-assert": "master", - "purescript-console": "master", - "purescript-effect": "master" + "purescript-assert": "^6.0.0", + "purescript-console": "^6.0.0", + "purescript-effect": "^4.0.0" } } From c2c78dbff1872b8dd6723d4ad19529d485092c4f Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 17:40:06 -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 720d574ab91f42cef6171d89a0e90b34b85e04dc Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 17:40:06 -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 d46e2a7..eb1f24a 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: + +## [v4.0.0](https://github.com/purescript-contrib/purescript-strings-extra/releases/tag/v4.0.0) - 2022-04-27 + Breaking changes: - Update project and deps to PureScript v0.15.0 (#22 by @JordanMartinez)