Skip to content

Commit

Permalink
chore: release version v1.1.55
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Feb 26, 2024
1 parent 78b337b commit 1fdb351
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.1.55](https://github.com/ash-project/spark/compare/v1.1.54...v1.1.55) (2024-02-26)




### Bug Fixes:

* honour an entity's snippet when one is present. (#77)
* only import recursive entities from other extensions inside entities
* import entity builders from other extensions inside of entities

## [v1.1.54](https://github.com/ash-project/spark/compare/v1.1.53...v1.1.54) (2024-01-12)


Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/get-started-with-spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ This library has only recently been extracted out from Ash core, so there is sti

## Dependency

`{:spark, "~> 1.1.54"}`
`{:spark, "~> 1.1.55"}`
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Spark.MixProject do
use Mix.Project

@version "1.1.54"
@version "1.1.55"

@description "Generic tooling for building DSLs"

Expand Down

0 comments on commit 1fdb351

Please sign in to comment.