From f57bd721848bd0df4f85cb74a28f198f8ba7a38e Mon Sep 17 00:00:00 2001 From: soumyamahunt Date: Sun, 27 Mar 2022 06:18:27 +0000 Subject: [PATCH] chore(CHANGELOG): update for v0.6.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ Gemfile.lock | 2 +- example/ios_app/Gemfile.lock | 2 +- lib/cocoapods-embed-flutter/gem_version.rb | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d3451..6c48f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## [0.6.0](https://github.com/DartBuild/cocoapods-embed-flutter/compare/v0.5.3...v0.6.0) (2022-03-27) + + +### 📚 Documentation + +* **README:** add pub.dev limitation ([8f955f3](https://github.com/DartBuild/cocoapods-embed-flutter/commit/8f955f36519b1e5eeac89ffebd660a5f84f9983b)) + + +### 🛠 Dependency + +* bump cocoapods from 1.11.2 to 1.11.3 ([#4](https://github.com/DartBuild/cocoapods-embed-flutter/issues/4)) ([152737d](https://github.com/DartBuild/cocoapods-embed-flutter/commit/152737dd77852ef6937b5f458019e6535a426755)) + + +### 💄 Styles + +* add vscode extensions recommendation ([4f021fb](https://github.com/DartBuild/cocoapods-embed-flutter/commit/4f021fbfa75dd58d1257c43ea3d19cb68b8a19e6)) + + +### 🚀 Features + +* allow specifying different path for remote sources ([bc9c850](https://github.com/DartBuild/cocoapods-embed-flutter/commit/bc9c8509f90ef88248b56361794b6f8f1182a082)) + ### [0.5.3](https://github.com/DartBuild/cocoapods-embed-flutter/compare/v0.5.2...v0.5.3) (2022-03-18) diff --git a/Gemfile.lock b/Gemfile.lock index 267385e..8fa17ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocoapods-embed-flutter (0.5.3) + cocoapods-embed-flutter (0.6.0) cocoapods fileutils yaml diff --git a/example/ios_app/Gemfile.lock b/example/ios_app/Gemfile.lock index f0dce25..f8e0fb8 100644 --- a/example/ios_app/Gemfile.lock +++ b/example/ios_app/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - cocoapods-embed-flutter (0.5.3) + cocoapods-embed-flutter (0.6.0) cocoapods fileutils yaml diff --git a/lib/cocoapods-embed-flutter/gem_version.rb b/lib/cocoapods-embed-flutter/gem_version.rb index f8ee677..9a761cd 100644 --- a/lib/cocoapods-embed-flutter/gem_version.rb +++ b/lib/cocoapods-embed-flutter/gem_version.rb @@ -4,5 +4,5 @@ module CocoapodsEmbedFlutter # The version of the cocoapods-embed-flutter. # - VERSION = '0.5.3'.freeze + VERSION = '0.6.0'.freeze end