Skip to content

Commit 710d6a7

Browse files
Prepare v6.0.0 release (1st PS 0.15.0-compatible release) (#164)
* Update the bower dependencies * Uncomment spago tests * Update the changelog
1 parent c8f662d commit 710d6a7

File tree

3 files changed

+25
-15
lines changed

3 files changed

+25
-15
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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 -x test.dhall test
36+
- name: Run tests
37+
run: spago -x test.dhall test
3838

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
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+
## [v6.0.0](https://github.com/purescript-contrib/purescript-css/releases/tag/v6.0.0) - 2022-04-27
16+
717
Breaking changes:
818
- Add support for `calc` expressions (#140 by @nsaunders)
919
- Add table selector (#141 by @plurip-software)

bower.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
"tests"
2222
],
2323
"dependencies": {
24-
"purescript-colors": "main",
25-
"purescript-console": "master",
26-
"purescript-effect": "master",
27-
"purescript-nonempty": "master",
28-
"purescript-profunctor": "master",
29-
"purescript-strings": "master",
30-
"purescript-these": "main",
31-
"purescript-transformers": "master"
24+
"purescript-colors": "^7.0.1",
25+
"purescript-console": "^6.0.0",
26+
"purescript-effect": "^4.0.0",
27+
"purescript-nonempty": "^7.0.0",
28+
"purescript-profunctor": "^6.0.0",
29+
"purescript-strings": "^6.0.0",
30+
"purescript-these": "^6.0.0",
31+
"purescript-transformers": "^6.0.0"
3232
},
3333
"devDependencies": {
34-
"purescript-aff": "main",
35-
"purescript-assert": "master",
36-
"purescript-control": "master",
37-
"purescript-exceptions": "master",
38-
"purescript-partial": "master"
34+
"purescript-aff": "^7.0.0",
35+
"purescript-assert": "^6.0.0",
36+
"purescript-control": "^6.0.0",
37+
"purescript-exceptions": "^6.0.0",
38+
"purescript-partial": "^4.0.0"
3939
}
4040
}

0 commit comments

Comments
 (0)