Skip to content

Commit

Permalink
bump: version 1.0.0 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajsohal committed Sep 5, 2024
1 parent 94dff65 commit beb9fd2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .cz.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"tag_format": "$version",
"version_scheme": "semver",
"version_provider": "composer",
"update_changelog_on_bump": true,
"major_version_zero": true
"update_changelog_on_bump": true
}
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 1.1.0 (2024-09-05)

### Feat

- added header component

### Refactor

- added cz config
- fixed classes, added default classes for custom colors, added bg transistion classes

## v0.1.0 (2023-06-17)

## v0.0.13 (2023-04-13)

## v0.0.1 (2021-12-22)
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "electrik/slate",
"description": "Tailwind CSS based UI kit for Laravel Blade",
"authors": [
"authors": [
{
"name": "neerajsohal",
"email": "hello@neerajkumar.name"
}
],
"version": "1.0.0",
"version": "1.1.0",
"require": {
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"codeat3/blade-carbon-icons": "^2.1"
},
"autoload": {
"autoload": {
"psr-4": {
"Electrik\\Slate\\": "src/"
},
"files": [
"src/Helpers/SlateUiHelper.php"
]
},
"extra": {
"extra": {
"laravel": {
"providers": [
"Electrik\\Slate\\SlateServiceProvider"
Expand Down

0 comments on commit beb9fd2

Please sign in to comment.