Skip to content

Commit

Permalink
Prepare v8.0.0 release (#100)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kl0tl authored Feb 26, 2021
1 parent bbc4d0b commit 5878f04
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 30 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:

- name: Set up a PureScript toolchain
uses: purescript-contrib/setup-purescript@main
with:
purescript: "0.14.0-rc5"

- name: Cache PureScript dependencies
uses: actions/cache@v2
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based

## [Unreleased]

Breaking changes (😱!!!):
Breaking changes:

New features:

Bugfixes:

Other improvements:

## [v8.0.0](https://github.com/purescript-contrib/purescript-argonaut-codecs/releases/tag/v8.0.0) - 2021-02-26

Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#90, #96)

New features:
Expand Down
59 changes: 32 additions & 27 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
{
"name": "purescript-argonaut-codecs",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript-contrib/purescript-argonaut-codecs"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-argonaut-core": "main",
"purescript-arrays": "master",
"purescript-effect": "master",
"purescript-foreign-object": "master",
"purescript-identity": "master",
"purescript-integers": "master",
"purescript-maybe": "master",
"purescript-nonempty": "master",
"purescript-ordered-collections": "master",
"purescript-prelude": "master",
"purescript-record": "master"
}
"name": "purescript-argonaut-codecs",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript-contrib/purescript-argonaut-codecs.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-argonaut-core": "^6.0.0",
"purescript-arrays": "^6.0.0",
"purescript-effect": "^3.0.0",
"purescript-foreign-object": "^3.0.0",
"purescript-identity": "^5.0.0",
"purescript-integers": "^5.0.0",
"purescript-maybe": "^5.0.0",
"purescript-nonempty": "^6.0.0",
"purescript-ordered-collections": "^2.0.0",
"purescript-prelude": "^5.0.0",
"purescript-record": "^3.0.0"
},
"devDependencies": {
"purescript-assert": "^5.0.0",
"purescript-console": "^5.0.0",
"purescript-quickcheck": "^7.0.0"
}
}

0 comments on commit 5878f04

Please sign in to comment.