Skip to content

Commit 7f1fec0

Browse files
Prepare v10.0.0 release (#81)
* 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>
1 parent e77fbe2 commit 7f1fec0

File tree

3 files changed

+31
-22
lines changed

3 files changed

+31
-22
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515

1616
- name: Set up a PureScript toolchain
1717
uses: purescript-contrib/setup-purescript@main
18-
with:
19-
purescript: "0.14.0-rc5"
2018

2119
- name: Cache PureScript dependencies
2220
uses: actions/cache@v2

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based
44

55
## [Unreleased]
66

7-
Breaking changes (😱!!!):
7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v10.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v10.0.0) - 2021-02-26
16+
17+
Breaking changes:
818
- Added support for PureScript 0.14 and dropped support for all previous versions (#77, #79)
919

1020
New features:

bower.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/slamdata/purescript-routing.git"
15+
"url": "https://github.com/purescript-contrib/purescript-routing.git"
1616
},
1717
"ignore": [
1818
"**/.*",
@@ -24,25 +24,26 @@
2424
"package.json"
2525
],
2626
"dependencies": {
27-
"purescript-web-html": "master",
28-
"purescript-effect": "master",
29-
"purescript-either": "master",
30-
"purescript-lists": "master",
31-
"purescript-maybe": "master",
32-
"purescript-prelude": "master",
33-
"purescript-semirings": "master",
34-
"purescript-tuples": "master",
35-
"purescript-validation": "master",
36-
"purescript-aff": "master",
37-
"purescript-control": "master",
38-
"purescript-console": "master",
39-
"purescript-integers": "master",
40-
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#main",
41-
"purescript-foldable-traversable": "master"
27+
"purescript-aff": "^6.0.0",
28+
"purescript-console": "^5.0.0",
29+
"purescript-control": "^5.0.0",
30+
"purescript-effect": "^3.0.0",
31+
"purescript-either": "^5.0.0",
32+
"purescript-foldable-traversable": "^5.0.0",
33+
"purescript-integers": "^5.0.0",
34+
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#2.0.0",
35+
"purescript-lists": "^6.0.0",
36+
"purescript-maybe": "^5.0.0",
37+
"purescript-numbers": "^7.0.0",
38+
"purescript-partial": "^3.0.0",
39+
"purescript-prelude": "^5.0.0",
40+
"purescript-semirings": "^6.0.0",
41+
"purescript-tuples": "^6.0.0",
42+
"purescript-validation": "^5.0.0",
43+
"purescript-web-html": "^3.0.0"
4244
},
4345
"devDependencies": {
44-
"purescript-console": "master",
45-
"purescript-assert": "master",
46-
"purescript-record": "master"
46+
"purescript-assert": "^5.0.0",
47+
"purescript-record": "^3.0.0"
4748
}
4849
}

0 commit comments

Comments
 (0)