Skip to content

Commit 5be197e

Browse files
authored
Prepare v12.0.0 release (#162)
* 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
1 parent fdff314 commit 5be197e

File tree

3 files changed

+27
-18
lines changed

3 files changed

+27
-18
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515

1616
- name: Set up 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

+11-1
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+
## [v12.0.0](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v12.0.0) - 2021-02-26
16+
17+
Breaking changes:
818
- Added support for PureScript 0.14 and dropped support for all previous versions (#158)
919
- `XHRError Exn.Error` was removed and split to `TimeoutError`, `RequestFailedError`, and `XHROtherError Exn.Error` (#155, @srghma)
1020

bower.json

+16-15
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "Apache-2.0",
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/slamdata/purescript-affjax.git"
12+
"url": "https://github.com/purescript-contrib/purescript-affjax.git"
1313
},
1414
"ignore": [
1515
"**/.*",
@@ -23,21 +23,22 @@
2323
"package.json"
2424
],
2525
"dependencies": {
26-
"purescript-aff": "main",
27-
"purescript-argonaut-core": "main",
28-
"purescript-arraybuffer-types": "main",
29-
"purescript-web-xhr": "master",
30-
"purescript-foreign": "master",
31-
"purescript-form-urlencoded": "main",
32-
"purescript-http-methods": "main",
33-
"purescript-integers": "master",
34-
"purescript-math": "master",
35-
"purescript-media-types": "main",
36-
"purescript-nullable": "main",
37-
"purescript-refs": "master",
38-
"purescript-unsafe-coerce": "master"
26+
"purescript-aff": "^6.0.0",
27+
"purescript-argonaut-core": "^6.0.0",
28+
"purescript-arraybuffer-types": "^3.0.0",
29+
"purescript-foreign": "^6.0.0",
30+
"purescript-form-urlencoded": "^6.0.0",
31+
"purescript-http-methods": "^5.0.0",
32+
"purescript-integers": "^5.0.0",
33+
"purescript-math": "^3.0.0",
34+
"purescript-media-types": "^5.0.0",
35+
"purescript-nullable": "^5.0.0",
36+
"purescript-refs": "^5.0.0",
37+
"purescript-unsafe-coerce": "^5.0.0",
38+
"purescript-web-xhr": "^4.0.0"
3939
},
4040
"devDependencies": {
41-
"purescript-console": "master"
41+
"purescript-console": "^5.0.0",
42+
"purescript-effect": "^3.0.0"
4243
}
4344
}

0 commit comments

Comments
 (0)