Skip to content

Commit 36c3b60

Browse files
committed
chore: Release stac version 1.0.1
1 parent 2a10f14 commit 36c3b60

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

examples/counter_example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ packages:
726726
path: "../../packages/stac"
727727
relative: true
728728
source: path
729-
version: "1.0.0"
729+
version: "1.0.1"
730730
stac_core:
731731
dependency: "direct overridden"
732732
description:

examples/movie_app/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ packages:
446446
path: "../../packages/stac"
447447
relative: true
448448
source: path
449-
version: "1.0.0"
449+
version: "1.0.1"
450450
stac_core:
451451
dependency: "direct main"
452452
description:

examples/stac_gallery/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ packages:
726726
path: "../../packages/stac"
727727
relative: true
728728
source: path
729-
version: "1.0.0"
729+
version: "1.0.1"
730730
stac_core:
731731
dependency: "direct main"
732732
description:

packages/stac/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
- Update README
4+
15
## 1.0.0
26

37
### Breaking changes

packages/stac/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stac
22
description: Stac is a Server-Driven UI (SDUI) framework for Flutter. Stac allows you to build beautiful cross-platform applications with JSON in real time.
3-
version: 1.0.0
3+
version: 1.0.1
44
repository: https://github.com/StacDev/stac
55
homepage: https://stac.dev/
66

0 commit comments

Comments
 (0)