chore: bump version to 1.1.0 and add changelog entry
This commit is contained in:
parent
c7922cff23
commit
f133ecb17c
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
* refactor to clear domain models
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
* basic implementation
|
||||||
|
* support localization
|
||||||
|
|
@ -20,6 +20,7 @@ RUN --mount=type=cache,target=/root/.pub-cache \
|
||||||
rm -rf .dart_tool build && \
|
rm -rf .dart_tool build && \
|
||||||
flutter pub get && \
|
flutter pub get && \
|
||||||
flutter gen-l10n && \
|
flutter gen-l10n && \
|
||||||
|
flutter pub run build_runner build --delete-conflicting-outputs && \
|
||||||
flutter build web --release -O4 --wasm
|
flutter build web --release -O4 --wasm
|
||||||
|
|
||||||
# Stage 2: Caddy (Alpine) to serve static files with SPA fallback
|
# Stage 2: Caddy (Alpine) to serve static files with SPA fallback
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
# In Windows, build-name is used as the major, minor, and patch parts
|
# In Windows, build-name is used as the major, minor, and patch parts
|
||||||
# of the product and file versions while build-number is used as the build suffix.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 1.0.0+1
|
version: 1.1.0+1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.7.0
|
sdk: ^3.7.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue