Skip to content

Commit 8d2403d

Browse files
Prepare v10.0.0 release (1st PS 0.15.0-compatible release) (#39)
* Update the bower dependencies * Uncomment spago tests * Update the changelog
1 parent e07f89f commit 8d2403d

File tree

3 files changed

+32
-22
lines changed

3 files changed

+32
-22
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Build source
3434
run: spago build --no-install --purs-args '--censor-lib --strict'
3535

36-
# - name: Run tests
37-
# run: spago test --no-install
36+
- name: Run tests
37+
run: spago test --no-install
3838

3939
- name: Check formatting
4040
run: purs-tidy check src test

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based
44

55
## [Unreleased]
66

7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v10.0.0](https://github.com/purescript-contrib/purescript-argonaut-traversals/releases/tag/v10.0.0) - 2022-04-27
16+
717
Breaking changes:
818
- Update project and deps to PureScript v0.15.0 (#38 by @JordanMartinez)
919

bower.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,27 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"purescript-argonaut-codecs": "main",
25-
"purescript-argonaut-core": "main",
26-
"purescript-arrays": "master",
27-
"purescript-control": "master",
28-
"purescript-either": "master",
29-
"purescript-foldable-traversable": "master",
30-
"purescript-foreign-object": "master",
31-
"purescript-gen": "master",
32-
"purescript-integers": "master",
33-
"purescript-lists": "master",
34-
"purescript-maybe": "master",
35-
"purescript-prelude": "master",
36-
"purescript-profunctor-lenses": "main",
37-
"purescript-strings": "master",
38-
"purescript-tailrec": "master",
39-
"purescript-tuples": "master",
40-
"purescript-unfoldable": "master"
24+
"purescript-argonaut-codecs": "^9.0.0",
25+
"purescript-argonaut-core": "^7.0.0",
26+
"purescript-arrays": "^7.0.0",
27+
"purescript-control": "^6.0.0",
28+
"purescript-either": "^6.0.0",
29+
"purescript-foldable-traversable": "^6.0.0",
30+
"purescript-foreign-object": "^4.0.0",
31+
"purescript-gen": "^4.0.0",
32+
"purescript-integers": "^6.0.0",
33+
"purescript-lists": "^7.0.0",
34+
"purescript-maybe": "^6.0.0",
35+
"purescript-prelude": "^6.0.0",
36+
"purescript-profunctor-lenses": "^8.0.0",
37+
"purescript-strings": "^6.0.0",
38+
"purescript-tailrec": "^6.0.0",
39+
"purescript-tuples": "^7.0.0",
40+
"purescript-unfoldable": "^6.0.0"
4141
},
4242
"devDependencies": {
43-
"purescript-console": "master",
44-
"purescript-effect": "master",
45-
"purescript-quickcheck": "master"
43+
"purescript-console": "^6.0.0",
44+
"purescript-effect": "^4.0.0",
45+
"purescript-quickcheck": "^8.0.1"
4646
}
4747
}

0 commit comments

Comments
 (0)