Skip to content

Commit

Permalink
Prepare v8.0.0 release (1st PS 0.15.0-compatible release) (#37)
Browse files Browse the repository at this point in the history
* Update the bower dependencies

* Uncomment spago tests

* Update the changelog
  • Loading branch information
JordanMartinez committed Apr 27, 2022
1 parent 7ad2034 commit 1ea0203
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Build the project
run: npm run build

# - name: Run tests
# run: npm run test
- name: Run tests
run: npm run test

- name: Check formatting
run: purs-tidy check src test
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based

## [Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

## [v8.0.0](https://github.com/purescript-contrib/purescript-js-date/releases/tag/v8.0.0) - 2022-04-27

Breaking changes:
- Migrate FFI to ES modules (#36 by @JordanMartinez)

Expand Down
14 changes: 7 additions & 7 deletions bower.json
Expand Up @@ -16,14 +16,14 @@
"package.json"
],
"dependencies": {
"purescript-datetime": "master",
"purescript-effect": "master",
"purescript-foreign": "master",
"purescript-integers": "master"
"purescript-datetime": "^6.0.0",
"purescript-effect": "^4.0.0",
"purescript-foreign": "^7.0.0",
"purescript-integers": "^6.0.0"
},
"devDependencies": {
"purescript-assert": "master",
"purescript-console": "master",
"purescript-numbers": "master"
"purescript-assert": "^6.0.0",
"purescript-console": "^6.0.0",
"purescript-numbers": "^9.0.0"
}
}

0 comments on commit 1ea0203

Please sign in to comment.