Skip to content

Commit

Permalink
Prepare v6.0.0 release (#51)
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 authored Feb 26, 2021
1 parent 4f484f7 commit 009787a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 23 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Bugfixes:

Other improvements:

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

Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#46)
Expand Down
40 changes: 20 additions & 20 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/purescript-node/purescript-node-fs"
"url": "https://github.com/purescript-node/purescript-node-fs.git"
},
"ignore": [
"**/.*",
Expand All @@ -20,26 +20,26 @@
"package.json"
],
"dependencies": {
"purescript-datetime": "master",
"purescript-effect": "master",
"purescript-either": "master",
"purescript-enums": "master",
"purescript-exceptions": "master",
"purescript-functions": "master",
"purescript-integers": "master",
"purescript-js-date": "main",
"purescript-maybe": "master",
"purescript-node-buffer": "master",
"purescript-node-path": "master",
"purescript-node-streams": "master",
"purescript-nullable": "main",
"purescript-partial": "master",
"purescript-prelude": "master",
"purescript-strings": "master",
"purescript-unsafe-coerce": "master"
"purescript-datetime": "^5.0.0",
"purescript-effect": "^3.0.0",
"purescript-either": "^5.0.0",
"purescript-enums": "^5.0.0",
"purescript-exceptions": "^5.0.0",
"purescript-functions": "^5.0.0",
"purescript-integers": "^5.0.0",
"purescript-js-date": "^7.0.0",
"purescript-maybe": "^5.0.0",
"purescript-node-buffer": "^7.0.0",
"purescript-node-path": "^4.0.0",
"purescript-node-streams": "^5.0.0",
"purescript-nullable": "^5.0.0",
"purescript-partial": "^3.0.0",
"purescript-prelude": "^5.0.0",
"purescript-strings": "^5.0.0",
"purescript-unsafe-coerce": "^5.0.0"
},
"devDependencies": {
"purescript-console": "master",
"purescript-node-buffer": "master"
"purescript-console": "^5.0.0",
"purescript-node-buffer": "^7.0.0"
}
}

0 comments on commit 009787a

Please sign in to comment.