Skip to content

Commit

Permalink
Prepare v3.0.0 release (1st PS 0.15.0-compatible release) (#63)
Browse files Browse the repository at this point in the history
* Update the bower dependencies

* Update Node to 14 in CI

* Update the changelog

* Update quickcheck to 8.0.1
  • Loading branch information
JordanMartinez authored Apr 27, 2022
1 parent 6221be7 commit 9826b76
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

## [v3.0.0](https://github.com/purescript/purescript-ordered-collections/releases/tag/v3.0.0) - 2022-04-27

Breaking changes:
- Update project and deps to PureScript v0.15.0 (#53 by @JordanMartinez)

Expand Down
30 changes: 15 additions & 15 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"package.json"
],
"dependencies": {
"purescript-arrays": "master",
"purescript-foldable-traversable": "master",
"purescript-gen": "master",
"purescript-lists": "master",
"purescript-maybe": "master",
"purescript-partial": "master",
"purescript-prelude": "master",
"purescript-st": "master",
"purescript-tailrec": "master",
"purescript-tuples": "master",
"purescript-unfoldable": "master"
"purescript-arrays": "^7.0.0",
"purescript-foldable-traversable": "^6.0.0",
"purescript-gen": "^4.0.0",
"purescript-lists": "^7.0.0",
"purescript-maybe": "^6.0.0",
"purescript-partial": "^4.0.0",
"purescript-prelude": "^6.0.0",
"purescript-st": "^6.0.0",
"purescript-tailrec": "^6.0.0",
"purescript-tuples": "^7.0.0",
"purescript-unfoldable": "^6.0.0"
},
"devDependencies": {
"purescript-assert": "master",
"purescript-console": "master",
"purescript-minibench": "master",
"purescript-quickcheck": "master"
"purescript-assert": "^6.0.0",
"purescript-console": "^6.0.0",
"purescript-minibench": "^4.0.0",
"purescript-quickcheck": "^8.0.1"
}
}

0 comments on commit 9826b76

Please sign in to comment.