Skip to content

Commit

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

* new 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 Jan 24, 2024
1 parent 36a9290 commit cd5cfeb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 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.5](https://github.com/township-agency/ex_teal/compare/v0.27.4...v0.27.5) (2024-01-24)


### Bug Fixes

* Cleanup MultiSelect styling ([36a9290](https://github.com/township-agency/ex_teal/commit/36a92905e8763579e1a1f5b4210aeb9b26ea3ada))

## [0.27.4](https://github.com/township-agency/ex_teal/compare/v0.27.3...v0.27.4) (2024-01-24)


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.4",
version: "0.27.5",
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
build_embedded: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion priv/static/teal/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
6 changes: 3 additions & 3 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/c5a2a3991a08372f403a.js",
"main.js": "/js/31e65a100879322e2dd4.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 @@ -51,9 +51,9 @@
"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/31e65a100879322e2dd4.js.gz": "/js/31e65a100879322e2dd4.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/8.99b3024d9ac1ce535a8d.chunk.js.gz": "/js/8.99b3024d9ac1ce535a8d.chunk.js.gz",
"js/9.551d6dd6fd261f870ac3.chunk.js.gz": "/js/9.551d6dd6fd261f870ac3.chunk.js.gz",
"js/c5a2a3991a08372f403a.js.gz": "/js/c5a2a3991a08372f403a.js.gz"
"js/9.551d6dd6fd261f870ac3.chunk.js.gz": "/js/9.551d6dd6fd261f870ac3.chunk.js.gz"
}

0 comments on commit cd5cfeb

Please sign in to comment.