Skip to content

Commit 8ec2415

Browse files
authoredFeb 26, 2021
Prepare v7.0.0 release (#43)
* 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
1 parent 2599651 commit 8ec2415

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed
 

‎.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- uses: purescript-contrib/setup-purescript@main
16-
with:
17-
purescript: "0.14.0-rc5"
1816

1917
- uses: actions/setup-node@v1
2018
with:

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Bugfixes:
1212

1313
Other improvements:
1414

15-
## [v7.0.0](https://github.com/purescript-node/purescript-node-buffer/releases/tag/v7.0.0) - 2021-MONTH-DAY
15+
## [v7.0.0](https://github.com/purescript-node/purescript-node-buffer/releases/tag/v7.0.0) - 2021-02-26
1616

1717
Breaking changes:
1818
- Updated code for PureScript 0.14 and dropped the `proxy` dependency as the `proxy` library has been migrated into `prelude` (#39).

‎bower.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "git://github.com/purescript-node/purescript-node-buffer"
13+
"url": "https://github.com/purescript-node/purescript-node-buffer.git"
1414
},
1515
"dependencies": {
16-
"purescript-effect": "master",
17-
"purescript-maybe": "master",
18-
"purescript-arraybuffer-types": "main",
19-
"purescript-st": "master",
20-
"purescript-unsafe-coerce": "master"
16+
"purescript-arraybuffer-types": "^3.0.0",
17+
"purescript-effect": "^3.0.0",
18+
"purescript-maybe": "^5.0.0",
19+
"purescript-st": "^5.0.0",
20+
"purescript-unsafe-coerce": "^5.0.0"
2121
},
2222
"devDependencies": {
23-
"purescript-assert": "master",
24-
"purescript-console": "master",
25-
"purescript-foldable-traversable": "master"
23+
"purescript-assert": "^5.0.0",
24+
"purescript-console": "^5.0.0",
25+
"purescript-foldable-traversable": "^5.0.0"
2626
}
2727
}

0 commit comments

Comments
 (0)
Please sign in to comment.