From d100d7df53ea23232da46ea0fbfbaa68240b2737 Mon Sep 17 00:00:00 2001 From: JordanMartinez Date: Wed, 27 Apr 2022 17:42:30 -0500 Subject: [PATCH] Prepare v8.0.0 release (1st PS 0.15.0-compatible release) (#20) * Update the bower dependencies * Update Node to 14 in CI * Update the changelog --- .github/workflows/ci.yml | 4 ++-- CHANGELOG.md | 10 ++++++++++ bower.json | 6 +++--- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6ebf3a..c69237a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: with: purescript: "unstable" - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 with: - node-version: "12" + node-version: "14.x" - name: Install dependencies run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 976e165..5364970 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/purescript-graphs/releases/tag/v8.0.0) - 2022-04-27 + Breaking changes: - Update project and deps to PureScript v0.15.0 (#19 by @JordanMartinez) diff --git a/bower.json b/bower.json index b894e18..4b578d2 100644 --- a/bower.json +++ b/bower.json @@ -19,10 +19,10 @@ "package.json" ], "dependencies": { - "purescript-catenable-lists": "master", - "purescript-ordered-collections": "master" + "purescript-catenable-lists": "^7.0.0", + "purescript-ordered-collections": "^3.0.0" }, "devDependencies": { - "purescript-console": "master" + "purescript-console": "^6.0.0" } }