Skip to content

Commit 2dd222d

Browse files
Prepare v7.0.0 release (1st PS 0.15.0-compatible release) (#88)
* Update the bower dependencies * Update Node to 14 in CI * Update the changelog
1 parent 5134ea6 commit 2dd222d

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
with:
1717
purescript: "unstable"
1818

19-
- uses: actions/setup-node@v1
19+
- uses: actions/setup-node@v2
2020
with:
21-
node-version: "12"
21+
node-version: "14.x"
2222

2323
- name: Install dependencies
2424
run: |

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
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+
## [v7.0.0](https://github.com/purescript/purescript-foreign/releases/tag/v7.0.0) - 2022-04-27
16+
717
Breaking changes:
818
- Migrate FFI to ES modules (#86 by @kl0tl and @JordanMartinez)
919

bower.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
"package.json"
2121
],
2222
"dependencies": {
23-
"purescript-either": "master",
24-
"purescript-functions": "master",
25-
"purescript-identity": "master",
26-
"purescript-integers": "master",
27-
"purescript-lists": "master",
28-
"purescript-maybe": "master",
29-
"purescript-prelude": "master",
30-
"purescript-strings": "master",
31-
"purescript-transformers": "master"
23+
"purescript-either": "^6.0.0",
24+
"purescript-functions": "^6.0.0",
25+
"purescript-identity": "^6.0.0",
26+
"purescript-integers": "^6.0.0",
27+
"purescript-lists": "^7.0.0",
28+
"purescript-maybe": "^6.0.0",
29+
"purescript-prelude": "^6.0.0",
30+
"purescript-strings": "^6.0.0",
31+
"purescript-transformers": "^6.0.0"
3232
},
3333
"devDependencies": {
34-
"purescript-console": "master"
34+
"purescript-console": "^6.0.0"
3535
}
3636
}

0 commit comments

Comments
 (0)