Skip to content

Commit f57bd72

Browse files
committed
chore(CHANGELOG): update for v0.6.0
1 parent 3ce1ac1 commit f57bd72

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [0.6.0](https://github.com/DartBuild/cocoapods-embed-flutter/compare/v0.5.3...v0.6.0) (2022-03-27)
2+
3+
4+
### 📚 Documentation
5+
6+
* **README:** add pub.dev limitation ([8f955f3](https://github.com/DartBuild/cocoapods-embed-flutter/commit/8f955f36519b1e5eeac89ffebd660a5f84f9983b))
7+
8+
9+
### 🛠 Dependency
10+
11+
* 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))
12+
13+
14+
### 💄 Styles
15+
16+
* add vscode extensions recommendation ([4f021fb](https://github.com/DartBuild/cocoapods-embed-flutter/commit/4f021fbfa75dd58d1257c43ea3d19cb68b8a19e6))
17+
18+
19+
### 🚀 Features
20+
21+
* allow specifying different path for remote sources ([bc9c850](https://github.com/DartBuild/cocoapods-embed-flutter/commit/bc9c8509f90ef88248b56361794b6f8f1182a082))
22+
123
### [0.5.3](https://github.com/DartBuild/cocoapods-embed-flutter/compare/v0.5.2...v0.5.3) (2022-03-18)
224

325

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cocoapods-embed-flutter (0.5.3)
4+
cocoapods-embed-flutter (0.6.0)
55
cocoapods
66
fileutils
77
yaml

example/ios_app/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
cocoapods-embed-flutter (0.5.3)
4+
cocoapods-embed-flutter (0.6.0)
55
cocoapods
66
fileutils
77
yaml

lib/cocoapods-embed-flutter/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
module CocoapodsEmbedFlutter
55
# The version of the cocoapods-embed-flutter.
66
#
7-
VERSION = '0.5.3'.freeze
7+
VERSION = '0.6.0'.freeze
88
end

0 commit comments

Comments
 (0)