Skip to content

Commit

Permalink
chore(main): release 0.27.9 (#276)
Browse files Browse the repository at this point in the history
* chore(main): release 0.27.9

* chore: build release assets

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Scott Taylor <staylorwr@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and staylorwr authored Jul 1, 2024
1 parent c4b9d1a commit 36568ab
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.27.9](https://github.com/township-agency/ex_teal/compare/v0.27.8...v0.27.9) (2024-07-01)


### Bug Fixes

* Allow a multi-select to be emptied ([#275](https://github.com/township-agency/ex_teal/issues/275)) ([c4b9d1a](https://github.com/township-agency/ex_teal/commit/c4b9d1a000873e345e247f49d739c5c09bcdcbd6))

## [0.27.8](https://github.com/township-agency/ex_teal/compare/v0.27.7...v0.27.8) (2024-06-21)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule ExTeal.MixProject do
def project do
[
app: :ex_teal,
version: "0.27.8",
version: "0.27.9",
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
build_embedded: Mix.env() == :prod,
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
4 changes: 2 additions & 2 deletions priv/static/teal/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npm.babel.js": "/js/0.e53acd4a3b6f3dddb993.chunk.js",
"main.css": "/css/main.css",
"main.js": "/js/24fa96cf72024f3a8a6b.js",
"main.js": "/js/66301c8c12af942eb12a.js",
"npm.axios.js": "/js/2.b5681d8781a013e3a46a.chunk.js",
"npm.chart.js.js": "/js/3.5e6b2fe6b95b03fdd807.chunk.js",
"npm.core-js.js": "/js/4.e93b620fa8cc3701e33e.chunk.js",
Expand Down Expand Up @@ -46,14 +46,14 @@
"js/20.9a06a01e78b2677c068c.chunk.js.gz": "/js/20.9a06a01e78b2677c068c.chunk.js.gz",
"js/21.65b0e23928eb3d660f27.chunk.js.gz": "/js/21.65b0e23928eb3d660f27.chunk.js.gz",
"js/24.200c865e8aec536bf0a0.chunk.js.gz": "/js/24.200c865e8aec536bf0a0.chunk.js.gz",
"js/24fa96cf72024f3a8a6b.js.gz": "/js/24fa96cf72024f3a8a6b.js.gz",
"js/26.3a79c21d6190f7484447.chunk.js.gz": "/js/26.3a79c21d6190f7484447.chunk.js.gz",
"js/28.ba634d19cbce8d7fdced.chunk.js.gz": "/js/28.ba634d19cbce8d7fdced.chunk.js.gz",
"js/29.22c1fe5825881bcac4b0.chunk.js.gz": "/js/29.22c1fe5825881bcac4b0.chunk.js.gz",
"js/3.5e6b2fe6b95b03fdd807.chunk.js.gz": "/js/3.5e6b2fe6b95b03fdd807.chunk.js.gz",
"js/30.042b195e0929ed4396d1.chunk.js.gz": "/js/30.042b195e0929ed4396d1.chunk.js.gz",
"js/4.e93b620fa8cc3701e33e.chunk.js.gz": "/js/4.e93b620fa8cc3701e33e.chunk.js.gz",
"js/5.6b71956b7656aa029b3f.chunk.js.gz": "/js/5.6b71956b7656aa029b3f.chunk.js.gz",
"js/66301c8c12af942eb12a.js.gz": "/js/66301c8c12af942eb12a.js.gz",
"js/8.99b3024d9ac1ce535a8d.chunk.js.gz": "/js/8.99b3024d9ac1ce535a8d.chunk.js.gz",
"js/9.551d6dd6fd261f870ac3.chunk.js.gz": "/js/9.551d6dd6fd261f870ac3.chunk.js.gz"
}

0 comments on commit 36568ab

Please sign in to comment.