Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mplatts committed Feb 16, 2023
1 parent e003b68 commit 9496fce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
### 1.0.0 - 2023-02-16 20:22:49
- Extracted classnames for each component into a CSS file using BEM naming convention. This allows for more flexibility in styling and theming.
### 0.19.10 - 2023-01-14 09:24:34
- Fixed: support button attrs: 'value', 'name'
- Fixed: support form element attr: 'accept'
Expand Down
3 changes: 0 additions & 3 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule PetalComponents.MixProject do
use Mix.Project

@source_url "https://github.com/petalframework/petal_components"
@version "0.19.10"
@version "1.0.0"

def project do
[
Expand Down

0 comments on commit 9496fce

Please sign in to comment.