Skip to content

Commit 87a8ffc

Browse files
Prepare v13.0.0 release (1st PS 0.15.0-compatible release) (#173)
* Update the bower dependencies * Uncomment spago tests * Update the changelog
1 parent 4f7b83d commit 87a8ffc

File tree

3 files changed

+39
-29
lines changed

3 files changed

+39
-29
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
- name: Build the project
5151
run: npm run build
5252

53-
# - name: Run tests
54-
# run: npm run test
53+
- name: Run tests
54+
run: npm run test
5555

5656
- name: Check formatting
5757
run: purs-tidy check src test

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based
44

55
## [Unreleased]
66

7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v13.0.0](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v13.0.0) - 2022-04-28
16+
717
Breaking changes:
818
- Update project and deps to PureScript v0.15.0 (#171 by @JordanMartinez)
919
- Update all request functions to take a driver arg (#171 by @JordanMartinez)

bower.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,34 @@
2323
"package.json"
2424
],
2525
"dependencies": {
26-
"purescript-aff": "main",
27-
"purescript-argonaut-core": "main",
28-
"purescript-arraybuffer-types": "main",
29-
"purescript-arrays": "master",
30-
"purescript-console": "master",
31-
"purescript-control": "master",
32-
"purescript-datetime": "master",
33-
"purescript-effect": "master",
34-
"purescript-either": "master",
35-
"purescript-exceptions": "master",
36-
"purescript-foldable-traversable": "master",
37-
"purescript-foreign": "master",
38-
"purescript-foreign-object": "master",
39-
"purescript-form-urlencoded": "main",
40-
"purescript-functions": "master",
41-
"purescript-http-methods": "main",
42-
"purescript-lists": "master",
43-
"purescript-maybe": "master",
44-
"purescript-media-types": "main",
45-
"purescript-newtype": "master",
46-
"purescript-nullable": "main",
47-
"purescript-prelude": "master",
48-
"purescript-transformers": "master",
49-
"purescript-web-dom": "master",
50-
"purescript-web-file": "master",
51-
"purescript-web-xhr": "master"
26+
"purescript-aff": "^7.0.0",
27+
"purescript-argonaut-core": "^7.0.0",
28+
"purescript-arraybuffer-types": "^3.0.2",
29+
"purescript-arrays": "^7.0.0",
30+
"purescript-console": "^6.0.0",
31+
"purescript-control": "^6.0.0",
32+
"purescript-datetime": "^6.0.0",
33+
"purescript-effect": "^4.0.0",
34+
"purescript-either": "^6.0.0",
35+
"purescript-exceptions": "^6.0.0",
36+
"purescript-foldable-traversable": "^6.0.0",
37+
"purescript-foreign": "^7.0.0",
38+
"purescript-foreign-object": "^4.0.0",
39+
"purescript-form-urlencoded": "^7.0.0",
40+
"purescript-functions": "^6.0.0",
41+
"purescript-http-methods": "^6.0.0",
42+
"purescript-lists": "^7.0.0",
43+
"purescript-maybe": "^6.0.0",
44+
"purescript-media-types": "^6.0.0",
45+
"purescript-newtype": "^5.0.0",
46+
"purescript-nullable": "^6.0.0",
47+
"purescript-prelude": "^6.0.0",
48+
"purescript-transformers": "^6.0.0",
49+
"purescript-web-dom": "^6.0.0",
50+
"purescript-web-file": "^4.0.0",
51+
"purescript-web-xhr": "^5.0.0"
5252
},
5353
"devDependencies": {
54-
"purescript-psci-support": "master"
54+
"purescript-psci-support": "^6.0.0"
5555
}
5656
}

0 commit comments

Comments
 (0)