Skip to content

Commit e1e1a03

Browse files
authored
Release 0.30.0 (#748)
* bump versions for next release * ensure shard versions are all updated for next release * This release isn't ready for the latest LuckyFlow. dropping back down
1 parent 88c10fc commit e1e1a03

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

shard.override.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# generated Lucky apps.
33

44
# TODO: Remove this once we only support Crystal >= 1.1.0
5-
# dependencies: {}
5+
dependencies: {}
66
# Uncomment if you need to override
7-
dependencies:
8-
lucky:
9-
github: luckyframework/lucky
10-
branch: main
7+
# dependencies:
8+
# lucky:
9+
# github: luckyframework/lucky
10+
# branch: main

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lucky_cli
2-
version: 0.29.0
2+
version: 0.30.0
33

44
authors:
55
- Paul Smith <[email protected]>

src/generators/web.cr

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,16 +171,16 @@ class LuckyCli::Generators::Web
171171
dependencies:
172172
lucky:
173173
github: luckyframework/lucky
174-
version: ~> 0.29.0
174+
version: ~> 0.30.0
175175
authentic:
176176
github: luckyframework/authentic
177-
version: ~> 0.8.1
177+
version: ~> 0.8.2
178178
carbon:
179179
github: luckyframework/carbon
180-
version: ~> 0.2.0
180+
version: ~> 0.2.1
181181
carbon_sendgrid_adapter:
182182
github: luckyframework/carbon_sendgrid_adapter
183-
version: ~> 0.2.0
183+
version: ~> 0.2.1
184184
lucky_env:
185185
github: luckyframework/lucky_env
186186
version: ~> 0.1.4

src/lucky_cli/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LuckyCli
2-
VERSION = "0.29.0"
2+
VERSION = "0.30.0"
33
end

0 commit comments

Comments
 (0)