Skip to content

Commit ca1b86f

Browse files
authored
Prepare v7.0.0 release (#128)
* Update CI to build with the latest version of the compiler * Upgrade bower dependencies * Update the changelog
1 parent 25bf43a commit ca1b86f

File tree

3 files changed

+33
-24
lines changed

3 files changed

+33
-24
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515

1616
- name: Set up a PureScript toolchain
1717
uses: purescript-contrib/setup-purescript@main
18-
with:
19-
purescript: "0.14.0-rc5"
2018

2119
- name: Cache PureScript dependencies
2220
uses: actions/cache@v2

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based
44

55
## [Unreleased]
66

7-
Breaking changes (😱!!!):
7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v7.0.0](https://github.com/purescript-contrib/purescript-profunctor-lenses/releases/tag/v7.0.0) - 2021-02-26
16+
17+
Breaking changes:
818
- Added support for PureScript 0.14 and dropped support for all previous versions (#122, #123)
919
- Removed `(++~)` and `(++=)` operators, as they are meant to mimic the long-removed `(++)` in `prelude` (#58)
1020

bower.json

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,29 @@
1212
"url": "https://github.com/purescript-contrib/purescript-profunctor-lenses.git"
1313
},
1414
"dependencies": {
15-
"purescript-arrays": "^5.0.0",
16-
"purescript-bifunctors": "^4.0.0",
17-
"purescript-const": "^4.0.0",
18-
"purescript-control": "^4.0.0",
19-
"purescript-distributive": "^4.0.0",
20-
"purescript-either": "^4.0.0",
21-
"purescript-foldable-traversable": "^4.0.0",
22-
"purescript-foreign-object": "^2.0.0",
23-
"purescript-functors": "^3.0.0",
24-
"purescript-identity": "^4.0.0",
25-
"purescript-lists": "^5.0.0",
26-
"purescript-maybe": "^4.0.0",
27-
"purescript-newtype": "^3.0.0",
28-
"purescript-ordered-collections": "^1.0.0",
29-
"purescript-partial": "^2.0.0",
30-
"purescript-prelude": "^4.0.0",
31-
"purescript-profunctor": "^4.0.0",
32-
"purescript-record": "^2.0.0",
33-
"purescript-transformers": "^4.0.0",
34-
"purescript-tuples": "^5.0.0"
15+
"purescript-arrays": "^6.0.0",
16+
"purescript-bifunctors": "^5.0.0",
17+
"purescript-const": "^5.0.0",
18+
"purescript-control": "^5.0.0",
19+
"purescript-distributive": "^5.0.0",
20+
"purescript-either": "^5.0.0",
21+
"purescript-foldable-traversable": "^5.0.0",
22+
"purescript-foreign-object": "^3.0.0",
23+
"purescript-functors": "^4.0.0",
24+
"purescript-identity": "^5.0.0",
25+
"purescript-lists": "^6.0.0",
26+
"purescript-maybe": "^5.0.0",
27+
"purescript-newtype": "^4.0.0",
28+
"purescript-ordered-collections": "^2.0.0",
29+
"purescript-partial": "^3.0.0",
30+
"purescript-prelude": "^5.0.0",
31+
"purescript-profunctor": "^5.0.0",
32+
"purescript-record": "^3.0.0",
33+
"purescript-transformers": "^5.0.0",
34+
"purescript-tuples": "^6.0.0"
3535
},
3636
"devDependencies": {
37-
"purescript-console": "^4.0.0"
37+
"purescript-console": "^5.0.0",
38+
"purescript-effect": "^3.0.0"
3839
}
3940
}

0 commit comments

Comments
 (0)