Skip to content

Commit

Permalink
Prepare v10.0.0 release (1st PS 0.15.0-compatible release) (#186)
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 d5acece commit a28ad82
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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:

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

Breaking changes:
- Migrate FFI to ES modules (#185 by @JordanMartinez)
- Replaced polymorphic proxies with monomorphic `Proxy` (#185 by @JordanMartinez)
Expand Down
16 changes: 8 additions & 8 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"url": "https://github.com/purescript-contrib/purescript-react.git"
},
"dependencies": {
"purescript-effect": "master",
"purescript-exceptions": "master",
"purescript-maybe": "master",
"purescript-nullable": "main",
"purescript-prelude": "master",
"purescript-typelevel-prelude": "master",
"purescript-unsafe-coerce": "master"
"purescript-effect": "^4.0.0",
"purescript-exceptions": "^6.0.0",
"purescript-maybe": "^6.0.0",
"purescript-nullable": "^6.0.0",
"purescript-prelude": "^6.0.0",
"purescript-typelevel-prelude": "^7.0.0",
"purescript-unsafe-coerce": "^6.0.0"
},
"devDependencies": {
"purescript-console": "master"
"purescript-console": "^6.0.0"
}
}

0 comments on commit a28ad82

Please sign in to comment.