Skip to content

Commit f53a865

Browse files
Prepare v1.0.0 release (1st PS 0.15.0-compatible release) (#3)
* Update the bower dependencies * Update Node to 14 in CI * Uncomment spago tests * Update the changelog * Update spago.dhall Co-authored-by: Thomas Honeyman <[email protected]>
1 parent 81ab54f commit f53a865

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
output
2929
3030
- name: Set up Node toolchain
31-
uses: actions/setup-node@v1
31+
uses: actions/setup-node@v2
3232
with:
3333
node-version: "12.x"
3434

@@ -47,11 +47,11 @@ jobs:
4747
- name: Install NPM dependencies
4848
run: npm install
4949

50-
# - name: Build the project
51-
# run: npm run build
50+
- name: Build the project
51+
run: npm run build
5252

53-
# - name: Run tests
54-
# run: npm run test
53+
- name: Run tests
54+
run: npm run test
5555

5656
- name: Check formatting
5757
run: |

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ Bugfixes:
1212

1313
Other improvements:
1414

15+
## [v1.0.0](https://github.com/purescript-contrib/purescript-affjax-web/releases/tag/v1.0.0) - 2022-04-28
16+
17+
Initial release

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"package.json"
2424
],
2525
"dependencies": {
26-
"purescript-affjax": "main"
26+
"purescript-affjax": "^13.0.0"
2727
},
2828
"devDependencies": {
29-
"purescript-psci-support": "master"
29+
"purescript-psci-support": "^6.0.0"
3030
}
3131
}

spago.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ name = "affjax-web"
2-
, dependencies = [ "affjax" ]
2+
, dependencies = [ "aff", "affjax", "maybe", "either", "prelude" ]
33
, packages = ./packages.dhall
44
, sources = [ "src/**/*.purs" ]
55
}

0 commit comments

Comments
 (0)