Skip to content

Commit adac37f

Browse files
Prepare v8.0.0 release (#60)
* 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 * Update bower.json Co-authored-by: Thomas Honeyman <admin@thomashoneyman.com>
1 parent 4557924 commit adac37f

File tree

3 files changed

+25
-15
lines changed

3 files changed

+25
-15
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+
## [v8.0.0](https://github.com/purescript-contrib/purescript-uri/releases/tag/v8.0.0) - 2021-02-26
16+
17+
Breaking changes:
818
- Added support for PureScript 0.14 and dropped support for all previous versions (#57, #58)
919

1020
New features:

bower.json

100755100644
Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/slamdata/purescript-uri.git"
8+
"url": "https://github.com/purescript-contrib/purescript-uri.git"
99
},
1010
"ignore": [
1111
"**/.*",
@@ -17,18 +17,20 @@
1717
"package.json"
1818
],
1919
"dependencies": {
20-
"purescript-arrays": "master",
21-
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#main",
22-
"purescript-integers": "master",
23-
"purescript-parsing": "main",
24-
"purescript-prelude": "master",
25-
"purescript-profunctor-lenses": "main",
26-
"purescript-unfoldable": "master",
27-
"purescript-these": "main"
20+
"purescript-arrays": "^6.0.0",
21+
"purescript-integers": "^5.0.0",
22+
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#2.0.0",
23+
"purescript-numbers": "^8.0.0",
24+
"purescript-parsing": "^6.0.0",
25+
"purescript-prelude": "^5.0.0",
26+
"purescript-profunctor-lenses": "^7.0.0",
27+
"purescript-these": "^5.0.0",
28+
"purescript-transformers": "^5.0.0",
29+
"purescript-unfoldable": "^5.0.0"
2830
},
2931
"devDependencies": {
30-
"purescript-assert": "master",
31-
"purescript-quickcheck": "master",
32-
"purescript-aff": "main"
32+
"purescript-aff": "^6.0.0",
33+
"purescript-assert": "^5.0.0",
34+
"purescript-quickcheck": "^7.0.0"
3335
}
3436
}

0 commit comments

Comments
 (0)