diff --git a/CHANGELOG.md b/CHANGELOG.md index 14bd719..bd3d7cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-10-15 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flodash` - `v1.2.0`](#flodash---v120) + +Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries): + + - `flodash` - `v1.2.0` + +--- + +#### `flodash` - `v1.2.0` + + ## 2023-10-15 ### Changes diff --git a/packages/flodash/CHANGELOG.md b/packages/flodash/CHANGELOG.md index a5e2d51..90440e3 100644 --- a/packages/flodash/CHANGELOG.md +++ b/packages/flodash/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0 + + - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. + ## 1.2.0-blizzard.0 - **FEAT**: added flodash in range. diff --git a/packages/flodash/example/pubspec.lock b/packages/flodash/example/pubspec.lock index 21051ef..8c16093 100644 --- a/packages/flodash/example/pubspec.lock +++ b/packages/flodash/example/pubspec.lock @@ -31,7 +31,7 @@ packages: path: ".." relative: true source: path - version: "1.1.0" + version: "1.2.0-blizzard.0" flutter: dependency: "direct main" description: flutter diff --git a/packages/flodash/pubspec.yaml b/packages/flodash/pubspec.yaml index 096ada0..1bac1e8 100644 --- a/packages/flodash/pubspec.yaml +++ b/packages/flodash/pubspec.yaml @@ -1,6 +1,6 @@ name: flodash description: A dart implementation of the popular JavaScript library Lodash -version: 1.2.0-blizzard.0 +version: 1.2.0 repository: https://github.com/sliit-foss/flodash environment: