Skip to content

Commit

Permalink
Merge pull request #179 from avh4/release/4.0.0
Browse files Browse the repository at this point in the history
Prepare 4.0.0 release
  • Loading branch information
avh4 authored Dec 4, 2022
2 parents 15360d0 + 3eb957c commit 43d510d
Show file tree
Hide file tree
Showing 14 changed files with 1,555 additions and 57 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 4.0.0

- Upgrade to elm-explorations/test 2.0.0


## 3.8.0

- Added an unused definition to workaround issues with `elm publish`


## 3.7.0

New features:
Expand Down
4 changes: 2 additions & 2 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "avh4/elm-program-test",
"summary": "Test Elm programs",
"license": "MIT",
"version": "3.7.0",
"version": "4.0.0",
"exposed-modules": [
"ProgramTest",
"SimulatedEffect.Cmd",
Expand All @@ -28,7 +28,7 @@
"elm/time": "1.0.0 <= v < 2.0.0",
"elm/url": "1.0.0 <= v < 2.0.0",
"elm-community/list-extra": "8.0.0 <= v < 9.0.0",
"elm-explorations/test": "1.2.1 <= v < 2.0.0",
"elm-explorations/test": "2.0.0 <= v < 3.0.0",
"hecrj/html-parser": "2.3.3 <= v < 3.0.0",
"mgold/elm-nonempty-list": "4.0.0 <= v < 5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "1.2.2"
"elm-explorations/test": "2.0.1"
},
"indirect": {}
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"devDependencies": {
"@vue/babel-preset-app": "^5.0.8",
"chokidar-cli": "^3.0.0",
"concurrently": "^7.3.0",
"concurrently": "^7.6.0",
"elm-doc-preview": "^5.0.5",
"elm-test": "^0.19.1-revision9",
"elm-tooling": "^1.8.0",
"elm-test": "^0.19.1-revision10",
"elm-tooling": "^1.10.0",
"vuepress": "^1.9.7"
},
"scripts": {
Expand Down
Loading

0 comments on commit 43d510d

Please sign in to comment.