Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
arowM committed Jul 16, 2024
1 parent 238fa99 commit 9e06425
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.0.5

- Style fix about `Neat.View.enableEllipsis`

# 4.0.4

- Bugfix to enable put Layer on the other Layer
Expand Down
6 changes: 3 additions & 3 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"name": "arowM/elm-neat-layout",
"summary": "Gap sensitive layout framework.",
"license": "MIT",
"version": "4.0.4",
"version": "4.0.5",
"exposed-modules": [
"Neat",
"Neat.Boundary",
"Neat.View",
"Neat.Flow"
],
"elm-version": "0.19.1 <= v < 0.20.0",
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"arowM/elm-mixin": "5.2.0 <= v < 6.0.0",
"elm/core": "1.0.2 <= v < 2.0.0",
Expand All @@ -19,4 +19,4 @@
"test-dependencies": {
"elm/browser": "1.0.2 <= v < 2.0.0"
}
}
}

0 comments on commit 9e06425

Please sign in to comment.