Skip to content

Commit 43d510d

Browse files
authored
Merge pull request #179 from avh4/release/4.0.0
Prepare 4.0.0 release
2 parents 15360d0 + 3eb957c commit 43d510d

File tree

14 files changed

+1555
-57
lines changed

14 files changed

+1555
-57
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 4.0.0
2+
3+
- Upgrade to elm-explorations/test 2.0.0
4+
5+
6+
## 3.8.0
7+
8+
- Added an unused definition to workaround issues with `elm publish`
9+
10+
111
## 3.7.0
212

313
New features:

elm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "avh4/elm-program-test",
44
"summary": "Test Elm programs",
55
"license": "MIT",
6-
"version": "3.7.0",
6+
"version": "4.0.0",
77
"exposed-modules": [
88
"ProgramTest",
99
"SimulatedEffect.Cmd",
@@ -28,7 +28,7 @@
2828
"elm/time": "1.0.0 <= v < 2.0.0",
2929
"elm/url": "1.0.0 <= v < 2.0.0",
3030
"elm-community/list-extra": "8.0.0 <= v < 9.0.0",
31-
"elm-explorations/test": "1.2.1 <= v < 2.0.0",
31+
"elm-explorations/test": "2.0.0 <= v < 3.0.0",
3232
"hecrj/html-parser": "2.3.3 <= v < 3.0.0",
3333
"mgold/elm-nonempty-list": "4.0.0 <= v < 5.0.0"
3434
},

examples/elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"test-dependencies": {
3232
"direct": {
33-
"elm-explorations/test": "1.2.2"
33+
"elm-explorations/test": "2.0.1"
3434
},
3535
"indirect": {}
3636
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"devDependencies": {
33
"@vue/babel-preset-app": "^5.0.8",
44
"chokidar-cli": "^3.0.0",
5-
"concurrently": "^7.3.0",
5+
"concurrently": "^7.6.0",
66
"elm-doc-preview": "^5.0.5",
7-
"elm-test": "^0.19.1-revision9",
8-
"elm-tooling": "^1.8.0",
7+
"elm-test": "^0.19.1-revision10",
8+
"elm-tooling": "^1.10.0",
99
"vuepress": "^1.9.7"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)