Skip to content

Commit 704f6ad

Browse files
committed
chore: update email
1 parent 31cf6bd commit 704f6ad

File tree

6 files changed

+13
-20
lines changed

6 files changed

+13
-20
lines changed

.github/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"author": {
88
"name": "Soumya Ranjan Mahunt",
9-
"email": "devsoumyamahunt@gmail.com"
9+
"email": "soumya.mahunt@gmail.com"
1010
},
1111
"dependencies": {
1212
"@actions/core": "1.7.0",

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
github-token: ${{ github.token }}
116116
git-message: 'chore(CHANGELOG): update for {version}'
117117
git-user-name: ${{ github.actor }}
118-
git-user-email: devsoumyamahunt@gmail.com
118+
git-user-email: soumya.mahunt@gmail.com
119119
skip-version-file: true
120120
release-count: 0
121121
pre-changelog-generation: '.github/config/pre_changelog_hook.js'

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at devsoumyamahunt@gmail.com. All
58+
reported by contacting the project team at soumya.mahunt@gmail.com. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

cocoapods-embed-flutter.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.homepage = repo_url
1313
spec.license = 'MIT'
1414
spec.authors = ['Soumya Ranjan Mahunt']
15-
spec.email = ['devsoumyamahunt@gmail.com']
15+
spec.email = ['soumya.mahunt@gmail.com']
1616
spec.summary = %q{Embed flutter modules in iOS projects.}
1717
spec.description = <<-EOF
1818
Straight forward way of declaring flutter modules as dependency for targets,

example/flutter_module/pubspec.lock

+8-15
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ packages:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.15.0"
45+
version: "1.16.0"
4646
cupertino_icons:
4747
dependency: "direct main"
4848
description:
@@ -56,7 +56,7 @@ packages:
5656
name: fake_async
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.2.0"
59+
version: "1.3.0"
6060
flutter:
6161
dependency: "direct main"
6262
description: flutter
@@ -94,7 +94,7 @@ packages:
9494
name: material_color_utilities
9595
url: "https://pub.dartlang.org"
9696
source: hosted
97-
version: "0.1.3"
97+
version: "0.1.4"
9898
meta:
9999
dependency: transitive
100100
description:
@@ -108,7 +108,7 @@ packages:
108108
name: path
109109
url: "https://pub.dartlang.org"
110110
source: hosted
111-
version: "1.8.0"
111+
version: "1.8.1"
112112
sky_engine:
113113
dependency: transitive
114114
description: flutter
@@ -120,7 +120,7 @@ packages:
120120
name: source_span
121121
url: "https://pub.dartlang.org"
122122
source: hosted
123-
version: "1.8.1"
123+
version: "1.8.2"
124124
stack_trace:
125125
dependency: transitive
126126
description:
@@ -155,20 +155,13 @@ packages:
155155
name: test_api
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "0.4.8"
159-
typed_data:
160-
dependency: transitive
161-
description:
162-
name: typed_data
163-
url: "https://pub.dartlang.org"
164-
source: hosted
165-
version: "1.3.0"
158+
version: "0.4.9"
166159
vector_math:
167160
dependency: transitive
168161
description:
169162
name: vector_math
170163
url: "https://pub.dartlang.org"
171164
source: hosted
172-
version: "2.1.1"
165+
version: "2.1.2"
173166
sdks:
174-
dart: ">=2.16.1 <3.0.0"
167+
dart: ">=2.17.0-0 <3.0.0"

example/ios_app/Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ EXTERNAL SOURCES:
2121
SPEC CHECKSUMS:
2222
Flutter: bdfa2e8fe0e2880a2c6a58a0b1a8675c262a07af
2323
flutter_module: d1e1ff44505640bd9aa37f23f63380c646272be4
24-
FlutterPluginRegistrant: 2afd5ea46d3a949472c9b7da6462d8fbf7d8b16e
24+
FlutterPluginRegistrant: d3a0fbc12bc47787a12fcc919193f3959aa7d5ad
2525

2626
PODFILE CHECKSUM: 63b6421f4bf00554065d89d2308ed2deb78332fc
2727

0 commit comments

Comments
 (0)