Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Prepare v7.0.0 release (#31)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kl0tl committed Feb 26, 2021
1 parent a651d5b commit 1da5d32
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v2

- uses: purescript-contrib/setup-purescript@main
with:
purescript: "0.14.0-rc5"

- uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -12,7 +12,7 @@ Bugfixes:

Other improvements:

## [v7.0.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v7.0.0) - 2021-MONTH-DAY
## [v7.0.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v7.0.0) - 2021-02-26

Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#27)
Expand Down
12 changes: 6 additions & 6 deletions bower.json
Expand Up @@ -5,7 +5,7 @@
],
"repository": {
"type": "git",
"url": "git://github.com/purescript-node/purescript-node-fs-aff.git"
"url": "https://github.com/purescript-node/purescript-node-fs-aff.git"
},
"description": "Aff wrappers for purescript-node-fs",
"keywords": [
Expand All @@ -27,12 +27,12 @@
"example"
],
"dependencies": {
"purescript-aff": "main",
"purescript-either": "master",
"purescript-node-fs": "master",
"purescript-node-path": "master"
"purescript-aff": "^6.0.0",
"purescript-either": "^5.0.0",
"purescript-node-fs": "^6.0.0",
"purescript-node-path": "^4.0.0"
},
"devDependencies": {
"purescript-console": "master"
"purescript-console": "^5.0.0"
}
}

0 comments on commit 1da5d32

Please sign in to comment.