Skip to content

Commit

Permalink
Prepare v11.0.0 release (1st PS 0.15.0-compatible release) (#87)
Browse files Browse the repository at this point in the history
* Update the bower dependencies

* Uncomment spago tests

* Update the changelog
  • Loading branch information
JordanMartinez authored Apr 27, 2022
1 parent 67fe203 commit 255ec9a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Build source
run: spago build --no-install --purs-args '--censor-lib --strict'

# - name: Run tests
# run: spago test --no-install
- name: Run tests
run: spago test --no-install

- name: Check formatting
run: purs-tidy check src test
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based

## [Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

## [v11.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v11.0.0) - 2022-04-27

Breaking changes:
- Update project and deps to PureScript v0.15.0 (#86 by @JordanMartinez)

Expand Down
38 changes: 19 additions & 19 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"package.json"
],
"dependencies": {
"purescript-aff": "main",
"purescript-console": "master",
"purescript-control": "master",
"purescript-effect": "master",
"purescript-either": "master",
"purescript-foldable-traversable": "master",
"purescript-integers": "master",
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#main",
"purescript-lists": "master",
"purescript-maybe": "master",
"purescript-numbers": "master",
"purescript-partial": "master",
"purescript-prelude": "master",
"purescript-semirings": "master",
"purescript-tuples": "master",
"purescript-validation": "master",
"purescript-web-html": "master"
"purescript-aff": "^7.0.0",
"purescript-console": "^6.0.0",
"purescript-control": "^6.0.0",
"purescript-effect": "^4.0.0",
"purescript-either": "^6.0.0",
"purescript-foldable-traversable": "^6.0.0",
"purescript-integers": "^6.0.0",
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#^3.0.0",
"purescript-lists": "^7.0.0",
"purescript-maybe": "^6.0.0",
"purescript-numbers": "^9.0.0",
"purescript-partial": "^4.0.0",
"purescript-prelude": "^6.0.0",
"purescript-semirings": "^7.0.0",
"purescript-tuples": "^7.0.0",
"purescript-validation": "^6.0.0",
"purescript-web-html": "^4.0.0"
},
"devDependencies": {
"purescript-assert": "master",
"purescript-record": "master"
"purescript-assert": "^6.0.0",
"purescript-record": "^4.0.0"
}
}

0 comments on commit 255ec9a

Please sign in to comment.