From 1ea020316946cc4b87195bca9c54d0c16abaa490 Mon Sep 17 00:00:00 2001 From: JordanMartinez Date: Wed, 27 Apr 2022 17:59:23 -0500 Subject: [PATCH] Prepare v8.0.0 release (1st PS 0.15.0-compatible release) (#37) * Update the bower dependencies * Uncomment spago tests * Update the changelog --- .github/workflows/ci.yml | 4 ++-- CHANGELOG.md | 10 ++++++++++ bower.json | 14 +++++++------- 3 files changed, 19 insertions(+), 9 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ce863..bb01a13 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: + +## [v8.0.0](https://github.com/purescript-contrib/purescript-js-date/releases/tag/v8.0.0) - 2022-04-27 + Breaking changes: - Migrate FFI to ES modules (#36 by @JordanMartinez) diff --git a/bower.json b/bower.json index 7a03fb7..138196a 100644 --- a/bower.json +++ b/bower.json @@ -16,14 +16,14 @@ "package.json" ], "dependencies": { - "purescript-datetime": "master", - "purescript-effect": "master", - "purescript-foreign": "master", - "purescript-integers": "master" + "purescript-datetime": "^6.0.0", + "purescript-effect": "^4.0.0", + "purescript-foreign": "^7.0.0", + "purescript-integers": "^6.0.0" }, "devDependencies": { - "purescript-assert": "master", - "purescript-console": "master", - "purescript-numbers": "master" + "purescript-assert": "^6.0.0", + "purescript-console": "^6.0.0", + "purescript-numbers": "^9.0.0" } }