Skip to content

Commit

Permalink
bump versions for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Nov 30, 2021
1 parent a5a3f4b commit 67e96be
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
13 changes: 6 additions & 7 deletions shard.override.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# This file is used to override the shards built by
# generated Lucky apps.

# NOTE: https://github.com/crystal-lang/shards/issues/432
# Until this is resolved, the default needs to be empty here.
# dependencies: {}
# TODO: Remove this once we only support Crystal >= 1.1.0
dependencies: {}
# Uncomment if you need to override
dependencies:
lucky:
github: luckyframework/lucky
branch: master
# dependencies:
# lucky:
# github: luckyframework/lucky
# branch: master
8 changes: 4 additions & 4 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lucky_cli
version: 0.28.0
version: 0.29.0

authors:
- Paul Smith <paulcsmith0218@gmail.com>
Expand All @@ -15,12 +15,12 @@ license: MIT
dependencies:
teeplate:
github: luckyframework/teeplate
version: ~> 0.8.3
version: ~> 0.8.5
lucky_task:
github: luckyframework/lucky_task
version: ~> 0.1.0
version: ~> 0.1.1

development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 0.14.2
version: ~> 0.14.3
12 changes: 6 additions & 6 deletions src/generators/web.cr
Original file line number Diff line number Diff line change
Expand Up @@ -160,29 +160,29 @@ class LuckyCli::Generators::Web
dependencies:
lucky:
github: luckyframework/lucky
version: ~> 0.28.0
version: ~> 0.29.0
authentic:
github: luckyframework/authentic
version: ~> 0.8.0
version: ~> 0.8.1
carbon:
github: luckyframework/carbon
version: ~> 0.2.0
carbon_sendgrid_adapter:
github: luckyframework/carbon_sendgrid_adapter
version: ~> 0.1.0
version: ~> 0.2.0
lucky_env:
github: luckyframework/lucky_env
version: ~> 0.1.3
version: ~> 0.1.4
lucky_task:
github: luckyframework/lucky_task
version: ~> 0.1.0
version: ~> 0.1.1
DEPS_LIST

if generate_auth?
append_text to: "shard.yml", text: <<-DEPS_LIST
jwt:
github: crystal-community/jwt
version: ~> 1.5.0
version: ~> 1.6.0
DEPS_LIST
end

Expand Down
2 changes: 1 addition & 1 deletion src/lucky_cli/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LuckyCli
VERSION = "0.28.0"
VERSION = "0.29.0"
end

0 comments on commit 67e96be

Please sign in to comment.