Skip to content

Commit 2a81063

Browse files
authored
Prepare v7.0.0 release (#23)
* 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 0733442 commit 2a81063

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
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 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-react-dom/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 (#20)
919

1020
New features:

bower.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@
1313
],
1414
"repository": {
1515
"type": "git",
16-
"url": "https:://github.com/purescript-contrib/purescript-react-dom.git"
16+
"url": "https://github.com/purescript-contrib/purescript-react-dom.git"
1717
},
1818
"dependencies": {
19-
"purescript-web-dom": "^2.0.0",
20-
"purescript-react": ">= 6.0.0 < 8.0.0",
21-
"purescript-effect": "^2.0.0"
19+
"purescript-effect": "^3.0.0",
20+
"purescript-react": "^9.0.0",
21+
"purescript-web-dom": "^5.0.0"
22+
},
23+
"devDependencies": {
24+
"purescript-console": "^5.0.0"
2225
}
2326
}

0 commit comments

Comments
 (0)