Skip to content

Commit f0284ba

Browse files
committed
Bump version to 0.0.9-alpha.9 and update changelog
1 parent f3fd81f commit f0284ba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- Add Usage rules for all components and JS Hooks [#461](https://github.com/mishka-group/mishka_chelekom/pull/461)
99
- Add uninstall Mix task and its tests [#464](https://github.com/mishka-group/mishka_chelekom/pull/464)
1010
- Add Entry-level MCP for Mishka Chelekom components, docs and CLIs [#466](https://github.com/mishka-group/mishka_chelekom/pull/466)
11+
- Add server push event for `Combobox` component [Issue with help](https://github.com/mishka-group/mishka_chelekom/issues/440)
12+
1113

1214
### Refactors:
1315

@@ -17,6 +19,7 @@
1719
### Bugs:
1820

1921
- Remove stopPropagation from Floating hook to allow phx-click event bubbling [Commit](https://github.com/mishka-group/mishka_chelekom/commit/4a62be5142767c3b2977619614a5fa40e835b1bb) and [Issue with help](https://github.com/mishka-group/mishka_chelekom/issues/448#issuecomment-3529933709)
22+
- Fix menu `sub_items` and sidebar `hide_position` crashes [Issue with help](https://github.com/mishka-group/mishka_chelekom/issues/467)
2023

2124
---
2225

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule MishkaChelekom.MixProject do
22
use Mix.Project
33

4-
@version "0.0.9-alpha.8"
4+
@version "0.0.9-alpha.9"
55
@source_url "https://github.com/mishka-group/mishka_chelekom"
66

77
def project do

0 commit comments

Comments
 (0)