Skip to content

Commit 01522b8

Browse files
authored
Prepare v7.0.0 release (#31)
* 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 66472f6 commit 01522b8

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

.github/workflows/ci.yml

-2
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

+11-1
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-js-date/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 (#28)
919

1020
New features:

bower.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "git://github.com/purescript-contrib/purescript-js-date.git"
8+
"url": "https://github.com/purescript-contrib/purescript-js-date.git"
99
},
1010
"ignore": [
1111
"**/.*",
@@ -16,14 +16,16 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"purescript-datetime": "master",
20-
"purescript-exceptions": "master",
21-
"purescript-foreign": "master",
22-
"purescript-integers": "master",
23-
"purescript-now": "main"
19+
"purescript-datetime": "^5.0.0",
20+
"purescript-effect": "^3.0.0",
21+
"purescript-exceptions": "^5.0.0",
22+
"purescript-foreign": "^6.0.0",
23+
"purescript-integers": "^5.0.0",
24+
"purescript-now": "^5.0.0"
2425
},
2526
"devDependencies": {
26-
"purescript-assert": "master",
27-
"purescript-console": "master"
27+
"purescript-assert": "^5.0.0",
28+
"purescript-console": "^5.0.0",
29+
"purescript-numbers": "^7.0.0"
2830
}
2931
}

0 commit comments

Comments
 (0)