Skip to content

Commit 255ec9a

Browse files
Prepare v11.0.0 release (1st PS 0.15.0-compatible release) (#87)
* Update the bower dependencies * Uncomment spago tests * Update the changelog
1 parent 67fe203 commit 255ec9a

File tree

3 files changed

+31
-21
lines changed

3 files changed

+31
-21
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Build source
3434
run: spago build --no-install --purs-args '--censor-lib --strict'
3535

36-
# - name: Run tests
37-
# run: spago test --no-install
36+
- name: Run tests
37+
run: spago test --no-install
3838

3939
- name: Check formatting
4040
run: purs-tidy check src test

CHANGELOG.md

+10
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+
## [v11.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v11.0.0) - 2022-04-27
16+
717
Breaking changes:
818
- Update project and deps to PureScript v0.15.0 (#86 by @JordanMartinez)
919

bower.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@
2424
"package.json"
2525
],
2626
"dependencies": {
27-
"purescript-aff": "main",
28-
"purescript-console": "master",
29-
"purescript-control": "master",
30-
"purescript-effect": "master",
31-
"purescript-either": "master",
32-
"purescript-foldable-traversable": "master",
33-
"purescript-integers": "master",
34-
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#main",
35-
"purescript-lists": "master",
36-
"purescript-maybe": "master",
37-
"purescript-numbers": "master",
38-
"purescript-partial": "master",
39-
"purescript-prelude": "master",
40-
"purescript-semirings": "master",
41-
"purescript-tuples": "master",
42-
"purescript-validation": "master",
43-
"purescript-web-html": "master"
27+
"purescript-aff": "^7.0.0",
28+
"purescript-console": "^6.0.0",
29+
"purescript-control": "^6.0.0",
30+
"purescript-effect": "^4.0.0",
31+
"purescript-either": "^6.0.0",
32+
"purescript-foldable-traversable": "^6.0.0",
33+
"purescript-integers": "^6.0.0",
34+
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#^3.0.0",
35+
"purescript-lists": "^7.0.0",
36+
"purescript-maybe": "^6.0.0",
37+
"purescript-numbers": "^9.0.0",
38+
"purescript-partial": "^4.0.0",
39+
"purescript-prelude": "^6.0.0",
40+
"purescript-semirings": "^7.0.0",
41+
"purescript-tuples": "^7.0.0",
42+
"purescript-validation": "^6.0.0",
43+
"purescript-web-html": "^4.0.0"
4444
},
4545
"devDependencies": {
46-
"purescript-assert": "master",
47-
"purescript-record": "master"
46+
"purescript-assert": "^6.0.0",
47+
"purescript-record": "^4.0.0"
4848
}
4949
}

0 commit comments

Comments
 (0)