Skip to content

Commit 7b47c45

Browse files
chore(main): release 1.5.1 (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0bc90a1 commit 7b47c45

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.5.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/elixir-tools/tableau_new/compare/v1.5.0...v1.5.1) (2025-07-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **tailwindcss:** remove [@source](https://github.com/source) directive from css file ([#28](https://github.com/elixir-tools/tableau_new/issues/28)) ([bf50e90](https://github.com/elixir-tools/tableau_new/commit/bf50e90c43e77f94d374704e4cd22b7c11d30073))
9+
310
## [1.5.0](https://github.com/elixir-tools/tableau_new/compare/v1.4.1...v1.5.0) (2025-06-24)
411

512

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule TableauNew.MixProject do
66
[
77
app: :tableau_new,
88
description: "Project generator for Tableau",
9-
version: "1.5.0",
9+
version: "1.5.1",
1010
elixir: "~> 1.15",
1111
start_permanent: Mix.env() == :prod,
1212
deps: deps(),

0 commit comments

Comments
 (0)