Skip to content

Commit

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

* Update Node to 14 in CI

* Uncomment spago tests

* Update the changelog

* Update spago.dhall

* Update spago.dhall

Co-authored-by: Thomas Honeyman <hello@thomashoneyman.com>
  • Loading branch information
JordanMartinez and thomashoneyman authored Apr 28, 2022
1 parent 06f8408 commit e34901b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
output
- name: Set up Node toolchain
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: "12.x"

Expand All @@ -47,11 +47,11 @@ jobs:
- name: Install NPM dependencies
run: npm install

# - name: Build the project
# run: npm run build
- 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: |
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ New features:
Bugfixes:

Other improvements:

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

Initial release
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"package.json"
],
"dependencies": {
"purescript-affjax": "main"
"purescript-affjax": "^13.0.0"
},
"devDependencies": {
"purescript-psci-support": "master"
"purescript-psci-support": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion spago.dhall
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ name = "affjax-node"
, dependencies = [ "affjax" ]
, dependencies = [ "aff", "affjax", "argonaut-core", "datetime", "effect", "either", "exceptions", "foreign-object", "http-methods", "maybe", "transformers", "console", "prelude" ]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}

0 comments on commit e34901b

Please sign in to comment.