Skip to content

Commit

Permalink
Back to dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed Jul 4, 2024
1 parent b846862 commit c50e3c9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions cascade/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [v0.1.1](https://github.com/sportradar/elixir-workspace/tree/cascade/v0.1.1) (2024-07-04)

### Added
Expand Down
4 changes: 2 additions & 2 deletions cascade/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ defmodule Cascade.MixProject do

defp deps do
[
# {:cli_options, path: "../cli_options/"},
{:cli_options, "~> 0.1.0"},
{:cli_options, path: "../cli_options/"},
# {:cli_options, "~> 0.1.0"},
{:ex_doc, "== 0.34.1", only: :dev, runtime: false},
{:credo, "== 1.7.7", only: [:dev, :test], runtime: false},
{:dialyxir, "== 1.4.3", only: [:dev], runtime: false},
Expand Down
2 changes: 1 addition & 1 deletion cascade/mix.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%{
"bunt": {:hex, :bunt, "1.0.0", "081c2c665f086849e6d57900292b3a161727ab40431219529f13c4ddcf3e7a44", [:mix], [], "hexpm", "dc5f86aa08a5f6fa6b8096f0735c4e76d54ae5c9fa2c143e5a1fc7c1cd9bb6b5"},
"cli_options": {:hex, :cli_options, "0.1.0", "c3994641139f414eb2998efd0412d8e6906d5794d0e2e08e10c41e5f71113292", [:mix], [{:nimble_options, "~> 1.1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}], "hexpm", "194d9e5d0991386afb1a96cf374c740f527d3b9d9b2c15951468e39e2989f90e"},
"cli_options": {:hex, :cli_options, "0.1.1", "0a2d0fb8e0b517defbe215e723ed58d924227203e618aae8d528bdf39c14e49b", [:mix], [{:nimble_options, "~> 1.1.1", [hex: :nimble_options, repo: "hexpm", optional: false]}], "hexpm", "85bac679cbf0c84bda599de0cf09a116b2222edac612d279531c78a6ba83c21e"},
"credo": {:hex, :credo, "1.7.7", "771445037228f763f9b2afd612b6aa2fd8e28432a95dbbc60d8e03ce71ba4446", [:mix], [{:bunt, "~> 0.2.1 or ~> 1.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:file_system, "~> 0.2 or ~> 1.0", [hex: :file_system, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "8bc87496c9aaacdc3f90f01b7b0582467b69b4bd2441fe8aae3109d843cc2f2e"},
"decimal": {:hex, :decimal, "2.1.1", "5611dca5d4b2c3dd497dec8f68751f1f1a54755e8ed2a966c2633cf885973ad6", [:mix], [], "hexpm", "53cfe5f497ed0e7771ae1a475575603d77425099ba5faef9394932b35020ffcc"},
"dialyxir": {:hex, :dialyxir, "1.4.3", "edd0124f358f0b9e95bfe53a9fcf806d615d8f838e2202a9f430d59566b6b53b", [:mix], [{:erlex, ">= 0.2.6", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm", "bf2cfb75cd5c5006bec30141b131663299c661a864ec7fbbc72dfa557487a986"},
Expand Down
2 changes: 2 additions & 0 deletions cli_options/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [v0.1.1](https://github.com/sportradar/elixir-workspace/tree/cli_options/v0.1.1) (2024-07-04)

### Added
Expand Down
2 changes: 2 additions & 0 deletions workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [v0.1.1](https://github.com/sportradar/elixir-workspace/tree/workspace/v0.1.1) (2024-07-04)

### Added
Expand Down
4 changes: 2 additions & 2 deletions workspace/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ defmodule Workspace.MixProject do

defp deps do
[
# {:cli_options, path: "../cli_options/"},
{:cli_options, "~> 0.1.0"},
{:cli_options, path: "../cli_options/"},
# {:cli_options, "~> 0.1.0"},
{:nimble_options, "~> 1.1.1"},
{:jason, "~> 1.4.1", optional: true},
{:ex_doc, "== 0.34.1", only: :dev, runtime: false},
Expand Down

0 comments on commit c50e3c9

Please sign in to comment.