File tree Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ 0.3.0] 2024-08-21
9
+
10
+ ### Added
11
+
12
+ New library
13
+
14
+ ### Changed
15
+
16
+ ### Fixed
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ let package = Package(
13
13
targets: [ " LiveViewNativeMapKit " ] ) ,
14
14
] ,
15
15
dependencies: [
16
- . package ( url: " https://github.com/liveview-native/liveview-client-swiftui " , from: " 0.3.0-rc.4 " )
16
+ . package ( url: " https://github.com/liveview-native/liveview-client-swiftui " , from: " 0.3.0 " )
17
17
] ,
18
18
targets: [
19
19
// Targets are the basic building blocks of a package, defining a module or a test suite.
Original file line number Diff line number Diff line change 1
- defmodule LiveViewNativeSwiftUiMapKit .MixProject do
1
+ defmodule LiveViewNative.SwiftUI.MapKit .MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.3.0-alpha.3 "
4
+ @ version "0.3.0"
5
5
6
6
def project do
7
7
[
8
- app: :live_view_native_swift_ui_map_kit ,
8
+ app: :live_view_native_swiftui_map_kit ,
9
9
version: @ version ,
10
10
elixir: "~> 1.15" ,
11
11
start_permanent: Mix . env ( ) == :prod ,
@@ -23,7 +23,7 @@ defmodule LiveViewNativeSwiftUiMapKit.MixProject do
23
23
# Run "mix help deps" to learn about dependencies.
24
24
defp deps do
25
25
[
26
- { :live_view_native_swift_ui , "~> 0.0.7 " } ,
26
+ { :live_view_native_swiftui , "~> 0.3.0 " } ,
27
27
]
28
28
end
29
29
end
You can’t perform that action at this time.
0 commit comments