Skip to content

Commit c175c7d

Browse files
committed
Stamped v0.1.1
1 parent 4dfe6fb commit c175c7d

File tree

11 files changed

+30
-33
lines changed

11 files changed

+30
-33
lines changed

modules/auth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ dependencies:
2828
ensemble:
2929
git:
3030
url: https://github.com/EnsembleUI/ensemble.git
31-
ref: main
31+
ref: v0.1.1
3232
path: modules/ensemble
3333

3434
ensemble_ts_interpreter:
3535
git:
3636
url: https://github.com/EnsembleUI/ensemble.git
37-
ref: main
37+
ref: v0.1.1
3838
path: modules/ensemble_ts_interpreter
3939

4040
get_it: ^7.6.0

modules/bracket/pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
ensemble:
14+
ensemble:
1515
git:
1616
url: https://github.com/EnsembleUI/ensemble.git
17-
ref: main
17+
ref: v0.1.1
1818
path: modules/ensemble
1919

2020
dev_dependencies:
2121
flutter_test:
2222
sdk: flutter
2323
flutter_lints: ^3.0.0
24-

modules/camera/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ dependencies:
1515
ensemble:
1616
git:
1717
url: https://github.com/EnsembleUI/ensemble.git
18-
ref: main
18+
ref: v0.1.1
1919
path: modules/ensemble
2020
ensemble_ts_interpreter:
2121
git:
2222
url: https://github.com/EnsembleUI/ensemble.git
23-
ref: main
23+
ref: v0.1.1
2424
path: modules/ensemble_ts_interpreter
2525

2626
collection: ^1.17.1

modules/connect/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
ensemble:
1414
git:
1515
url: https://github.com/EnsembleUI/ensemble.git
16-
ref: main
16+
ref: v0.1.1
1717
path: modules/ensemble
1818

1919
plaid_flutter: ^3.1.2

modules/contacts/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
ensemble:
1414
git:
1515
url: https://github.com/EnsembleUI/ensemble.git
16-
ref: main
16+
ref: v0.1.1
1717
path: modules/ensemble
1818

1919
flutter_contacts: ^1.1.7+1

modules/deeplink/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
ensemble:
1414
git:
1515
url: https://github.com/EnsembleUI/ensemble.git
16-
ref: main
16+
ref: v0.1.1
1717
path: modules/ensemble
1818

1919
flutter_branch_sdk: ^7.0.1

modules/ensemble/pubspec.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
device_preview:
2929
git:
3030
url: https://github.com/EnsembleUI/ensemble.git
31-
ref: main
31+
ref: v0.1.1
3232
path: modules/device_preview
3333

3434
yaml: ^3.1.2
@@ -45,25 +45,25 @@ dependencies:
4545
ensemble_icons:
4646
git:
4747
url: https://github.com/EnsembleUI/ensemble.git
48-
ref: main
48+
ref: v0.1.1
4949
path: modules/ensemble_icons
5050

5151
ensemble_ts_interpreter:
5252
git:
5353
url: https://github.com/EnsembleUI/ensemble.git
54-
ref: main
54+
ref: v0.1.1
5555
path: modules/ensemble_ts_interpreter
5656

5757
ensemble_bracket:
5858
git:
5959
url: https://github.com/EnsembleUI/ensemble.git
60-
ref: main
60+
ref: v0.1.1
6161
path: modules/bracket
6262
# use our forked high_chart to fix iOS issue
6363
high_chart:
6464
git:
6565
url: https://github.com/EnsembleUI/ensemble.git
66-
ref: main
66+
ref: v0.1.1
6767
path: modules/high_chart
6868

6969
event_bus: ^2.0.0
@@ -73,7 +73,7 @@ dependencies:
7373
otp_pin_field:
7474
git:
7575
url: https://github.com/EnsembleUI/ensemble.git
76-
ref: main
76+
ref: v0.1.1
7777
path: modules/otp_pin_field
7878
form_validator: ^2.1.1
7979
flutter_svg: ^2.0.7
@@ -85,9 +85,9 @@ dependencies:
8585
video_player: ^2.6.1
8686
lottie: ^3.0.0
8787
js_widget:
88-
git:
88+
git:
8989
url: https://github.com/EnsembleUI/ensemble.git
90-
ref: main
90+
ref: v0.1.1
9191
path: modules/js_widget
9292
flutter_markdown: ^0.6.10+5
9393
provider: ^6.0.3
@@ -217,4 +217,4 @@ flutter:
217217
module:
218218
androidX: true
219219
androidPackage: com.ensembleui.ensemble
220-
iosBundleIdentifier: com.ensembleui.ensemble
220+
iosBundleIdentifier: com.ensembleui.ensemble

modules/ensemble_ts_interpreter/pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: ensemble_ts_interpreter
22
description: >-
3-
Javascript (ES5) Interpreter written entirely in Dart.
4-
Can be used in any Dart program or a Flutter app.
5-
Support basic javascript including primitive types, maps, lists and declaring and executing functions
3+
Javascript (ES5) Interpreter written entirely in Dart. Can be used in any Dart
4+
program or a Flutter app. Support basic javascript including primitive types,
5+
maps, lists and declaring and executing functions
66
homepage: https://ensembleui.com
77
repository: https://github.com/EnsembleUI/ensemble_ts_interpreter
88
issue_tracker: https://github.com/EnsembleUI/ensemble_ts_interpreter/issues
@@ -52,7 +52,7 @@ dependencies:
5252
jsparser:
5353
git:
5454
url: https://github.com/EnsembleUI/ensemble.git
55-
ref: main
55+
ref: v0.1.1
5656
path: modules/parsejs_null_safety
5757
source_span: ^1.9.1
5858
intl: ^0.18.0
@@ -69,10 +69,10 @@ dev_dependencies:
6969
flutter_lints: ^2.0.1
7070
test:
7171

72-
# For information on the generic Dart part of this file, see the
73-
# following page: https://dart.dev/tools/pub/pubspec
72+
# For information on the generic Dart part of this file, see the
73+
# following page: https://dart.dev/tools/pub/pubspec
7474

75-
# The following section is specific to Flutter.
75+
# The following section is specific to Flutter.
7676
flutter:
7777
# The following line ensures that the Material Icons font is
7878
# included with your application, so that you can use the icons in

modules/file_manager/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ dependencies:
1414
ensemble:
1515
git:
1616
url: https://github.com/EnsembleUI/ensemble.git
17-
ref: main
17+
ref: v0.1.1
1818
path: modules/ensemble
1919
ensemble_ts_interpreter:
2020
git:
2121
url: https://github.com/EnsembleUI/ensemble.git
22-
ref: main
22+
ref: v0.1.1
2323
path: modules/ensemble_ts_interpreter
2424
file_picker: ^5.2.10
2525

modules/firebase_analytics/pubspec.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies:
3131
flutter:
3232
sdk: flutter
3333

34-
3534
# The following adds the Cupertino Icons font to your application.
3635
# Use with the CupertinoIcons class for iOS style icons.
3736
cupertino_icons: ^1.0.6
@@ -40,7 +39,7 @@ dependencies:
4039
ensemble:
4140
git:
4241
url: https://github.com/EnsembleUI/ensemble.git
43-
ref: main
42+
ref: v0.1.1
4443
path: modules/ensemble
4544

4645
dev_dependencies:
@@ -64,7 +63,6 @@ flutter:
6463
# included with your application, so that you can use the icons in
6564
# the material Icons class.
6665
uses-material-design: true
67-
6866
# To add assets to your application, add an assets section, like this:
6967
# assets:
7068
# - images/a_dot_burr.jpeg

modules/location/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ dependencies:
1414
ensemble:
1515
git:
1616
url: https://github.com/EnsembleUI/ensemble.git
17-
ref: main
17+
ref: v0.1.1
1818
path: modules/ensemble
1919

2020
ensemble_ts_interpreter:
2121
git:
2222
url: https://github.com/EnsembleUI/ensemble.git
23-
ref: main
23+
ref: v0.1.1
2424
path: modules/ensemble_ts_interpreter
2525

2626
get_it: ^7.6.0

0 commit comments

Comments
 (0)