Skip to content

Commit

Permalink
Prepare v10.0.0 release (#81)
Browse files Browse the repository at this point in the history
* Update CI to build with the latest version of the compiler

* Update the bower repository URL to match the URL in the registry

* Upgrade bower dependencies

* Update the changelog

* Update bower.json

Co-authored-by: Thomas Honeyman <admin@thomashoneyman.com>
  • Loading branch information
kl0tl and thomashoneyman authored Feb 26, 2021
1 parent e77fbe2 commit 7f1fec0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 22 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:

- name: Set up a PureScript toolchain
uses: purescript-contrib/setup-purescript@main
with:
purescript: "0.14.0-rc5"

- name: Cache PureScript dependencies
uses: actions/cache@v2
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based

## [Unreleased]

Breaking changes (😱!!!):
Breaking changes:

New features:

Bugfixes:

Other improvements:

## [v10.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v10.0.0) - 2021-02-26

Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#77, #79)

New features:
Expand Down
39 changes: 20 additions & 19 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/slamdata/purescript-routing.git"
"url": "https://github.com/purescript-contrib/purescript-routing.git"
},
"ignore": [
"**/.*",
Expand All @@ -24,25 +24,26 @@
"package.json"
],
"dependencies": {
"purescript-web-html": "master",
"purescript-effect": "master",
"purescript-either": "master",
"purescript-lists": "master",
"purescript-maybe": "master",
"purescript-prelude": "master",
"purescript-semirings": "master",
"purescript-tuples": "master",
"purescript-validation": "master",
"purescript-aff": "master",
"purescript-control": "master",
"purescript-console": "master",
"purescript-integers": "master",
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#main",
"purescript-foldable-traversable": "master"
"purescript-aff": "^6.0.0",
"purescript-console": "^5.0.0",
"purescript-control": "^5.0.0",
"purescript-effect": "^3.0.0",
"purescript-either": "^5.0.0",
"purescript-foldable-traversable": "^5.0.0",
"purescript-integers": "^5.0.0",
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#2.0.0",
"purescript-lists": "^6.0.0",
"purescript-maybe": "^5.0.0",
"purescript-numbers": "^7.0.0",
"purescript-partial": "^3.0.0",
"purescript-prelude": "^5.0.0",
"purescript-semirings": "^6.0.0",
"purescript-tuples": "^6.0.0",
"purescript-validation": "^5.0.0",
"purescript-web-html": "^3.0.0"
},
"devDependencies": {
"purescript-console": "master",
"purescript-assert": "master",
"purescript-record": "master"
"purescript-assert": "^5.0.0",
"purescript-record": "^3.0.0"
}
}

0 comments on commit 7f1fec0

Please sign in to comment.