Skip to content

Commit

Permalink
chore: Prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvito committed Mar 13, 2024
1 parent 286af84 commit 2cbcf38
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 3 deletions.
136 changes: 135 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,138 @@
## [Unreleased]
## [0.4.0] - 2024-03-13

### Added
- `beer-off`
- `hospital`
- `app-window-mac`
- `bot-message-square`
- `briefcase-business`
- `briefcase-medical`
- `cannabis`
- `circle-alert`
- `circle-arrow-down`
- `circle-arrow-left`
- `circle-arrow-out-down-left`
- `circle-arrow-out-down-right`
- `circle-arrow-out-up-left`
- `circle-arrow-out-up-right`
- `circle-arrow-right`
- `circle-arrow-up`
- `circle-check-big`
- `circle-check`
- `circle-chevron-down`
- `circle-chevron-left`
- `circle-chevron-right`
- `circle-chevron-up`
- `circle-divide`
- `circle-gauge`
- `circle-help`
- `circle-minus`
- `circle-parking-off`
- `circle-parking`
- `circle-pause`
- `circle-percent`
- `circle-play`
- `circle-plus`
- `circle-power`
- `circle-stop`
- `circle-x`
- `cloud-download`
- `cloud-upload`
- `code-xml`
- `contact-round`
- `diamond-percent`
- `dock`
- `earth-lock`
- `earth`
- `ellipsis-vertical`
- `ellipsis`
- `globe-lock`
- `ham`
- `ice-cream-bowl`
- `ice-cream-cone`
- `image-up`
- `indent-decrease`
- `indent-increase`
- `laptop-minimal`
- `loader-circle`
- `lock-keyhole-open`
- `lock-open`
- `mic-vocal`
- `octagon-alert`
- `octagon-pause`
- `octagon-x`
- `pickaxe`
- `proportions`
- `rectangle-ellipsis`
- `rotate-ccw-square`
- `rotate-cw-square`
- `sliders-vertical`
- `square-activity`
- `square-arrow-down-left`
- `square-arrow-down-right`
- `square-arrow-down`
- `square-arrow-left`
- `square-arrow-out-down-left`
- `square-arrow-out-down-right`
- `square-arrow-out-up-left`
- `square-arrow-out-up-right`
- `square-arrow-right`
- `square-arrow-up-left`
- `square-arrow-up-right`
- `square-arrow-up`
- `square-asterisk`
- `square-bottom-dashed-scissors`
- `square-check-big`
- `square-check`
- `square-chevron-down`
- `square-chevron-left`
- `square-chevron-right`
- `square-chevron-up`
- `square-code`
- `square-dashed-kanban`
- `square-dashed-mouse-pointer`
- `square-divide`
- `square-dot`
- `square-equal`
- `square-function`
- `square-gantt-chart`
- `square-kanban`
- `square-library`
- `square-m`
- `square-menu`
- `square-minus`
- `square-mouse-pointer`
- `square-parking-off`
- `square-parking`
- `square-percent`
- `square-pi`
- `square-pilcrow`
- `square-play`
- `square-plus`
- `square-power`
- `square-scissors`
- `square-sigma`
- `square-slash`
- `square-split-horizontal`
- `square-split-vertical`
- `square-terminal`
- `square-x`
- `table-cells-merge`
- `table-cells-split`
- `table-columns-split`
- `table-rows-split`
- `test-tube-diagonal`
- `tree-palm`
- `triangle-alert`
- `university`
- `wallet-minimal`
- `wand-sparkles`

### Updated
- `crown`

### Other Changes
- chore: Bump to 0.354.0 ([#15](https://github.com/heyvito/lucide-rails/pull/15) by @ricsdeol

## [0.2.0] - 2022-10-12
- Improved accessibility support ([#1](https://github.com/heyvito/lucide-rails/pull/1))
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lucide-rails (0.3.0)
lucide-rails (0.4.0)
railties (>= 4.1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/lucide-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LucideRails
VERSION = "0.3.0"
VERSION = "0.4.0"
end

0 comments on commit 2cbcf38

Please # to comment.