Skip to content

Commit

Permalink
Prepare v13.0.0 release (1st PS 0.15.0-compatible release) (#173)
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 28, 2022
1 parent 4f7b83d commit 87a8ffc
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 29 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:

## [v13.0.0](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v13.0.0) - 2022-04-28

Breaking changes:
- Update project and deps to PureScript v0.15.0 (#171 by @JordanMartinez)
- Update all request functions to take a driver arg (#171 by @JordanMartinez)
Expand Down
54 changes: 27 additions & 27 deletions bower.json
Expand Up @@ -23,34 +23,34 @@
"package.json"
],
"dependencies": {
"purescript-aff": "main",
"purescript-argonaut-core": "main",
"purescript-arraybuffer-types": "main",
"purescript-arrays": "master",
"purescript-console": "master",
"purescript-control": "master",
"purescript-datetime": "master",
"purescript-effect": "master",
"purescript-either": "master",
"purescript-exceptions": "master",
"purescript-foldable-traversable": "master",
"purescript-foreign": "master",
"purescript-foreign-object": "master",
"purescript-form-urlencoded": "main",
"purescript-functions": "master",
"purescript-http-methods": "main",
"purescript-lists": "master",
"purescript-maybe": "master",
"purescript-media-types": "main",
"purescript-newtype": "master",
"purescript-nullable": "main",
"purescript-prelude": "master",
"purescript-transformers": "master",
"purescript-web-dom": "master",
"purescript-web-file": "master",
"purescript-web-xhr": "master"
"purescript-aff": "^7.0.0",
"purescript-argonaut-core": "^7.0.0",
"purescript-arraybuffer-types": "^3.0.2",
"purescript-arrays": "^7.0.0",
"purescript-console": "^6.0.0",
"purescript-control": "^6.0.0",
"purescript-datetime": "^6.0.0",
"purescript-effect": "^4.0.0",
"purescript-either": "^6.0.0",
"purescript-exceptions": "^6.0.0",
"purescript-foldable-traversable": "^6.0.0",
"purescript-foreign": "^7.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-form-urlencoded": "^7.0.0",
"purescript-functions": "^6.0.0",
"purescript-http-methods": "^6.0.0",
"purescript-lists": "^7.0.0",
"purescript-maybe": "^6.0.0",
"purescript-media-types": "^6.0.0",
"purescript-newtype": "^5.0.0",
"purescript-nullable": "^6.0.0",
"purescript-prelude": "^6.0.0",
"purescript-transformers": "^6.0.0",
"purescript-web-dom": "^6.0.0",
"purescript-web-file": "^4.0.0",
"purescript-web-xhr": "^5.0.0"
},
"devDependencies": {
"purescript-psci-support": "master"
"purescript-psci-support": "^6.0.0"
}
}

0 comments on commit 87a8ffc

Please sign in to comment.