Skip to content

Commit

Permalink
fix: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
rajuAhmed1705 committed Jun 12, 2024
2 parents f71382e + bb1b638 commit 4a1f59a
Show file tree
Hide file tree
Showing 369 changed files with 10,875 additions and 6,608 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Init workspace
uses: ./.github/workflows/init-workspace
- name: Run analyze
run: melos run analyze
run: melos analyze

format:
runs-on: ubuntu-latest
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Init workspace
uses: ./.github/workflows/init-workspace
- name: Run format
run: melos run format:ci
run: melos format --set-exit-if-changed

test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/init-workspace/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
with:
channel: stable
# Increase this version manually when we add support for a new Flutter release
flutter-version: '3.19.6'
flutter-version: '3.22.x'

- name: Install melos
run: dart pub global activate melos
Expand Down
123 changes: 123 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,129 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-06-12

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`studyu_app` - `v2.7.6-dev.2`](#studyu_app---v276-dev2)
- [`studyu_core` - `v4.4.3-dev.1`](#studyu_core---v443-dev1)
- [`studyu_designer_v2` - `v1.8.1-dev.2`](#studyu_designer_v2---v181-dev2)
- [`studyu_flutter_common` - `v1.8.4-dev.1`](#studyu_flutter_common---v184-dev1)

---

#### `studyu_app` - `v2.7.6-dev.2`

- **FIX**: formatting issues.
- **FIX**(app): update ios deployment.
- **FIX**(app): update android deployment.
- **FIX**: upgrade deps.
- **FIX**(app): update ios deployment.
- **FIX**(app): update android deployment.
- **FIX**(app): update android deployment.
- **FIX**(app): update ios deployment.
- **FIX**(app): update android deployment.

#### `studyu_core` - `v4.4.3-dev.1`

- **PERF**: improve dashboard study fetching.
- **FIX**: formatting issues.
- **FIX**: upgrade deps.

#### `studyu_designer_v2` - `v1.8.1-dev.2`

- **PERF**: added comments to the getUserStudies function.
- **PERF**: improve dashboard study fetching.
- **FIX**: add emojis again.
- **FIX**: integration test sign out.
- **FIX**: check if canPop.
- **FIX**: upgrade deps.
- **FIX**: add compatibility for emoji font with flutter >= 3.22.
- **FIX**: Flutter 3.22 arg error.

#### `studyu_flutter_common` - `v1.8.4-dev.1`

- **FIX**: formatting issues.


## 2024-06-09

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`studyu_app` - `v2.7.6-dev.1`](#studyu_app---v276-dev1)
- [`studyu_designer_v2` - `v1.8.1-dev.1`](#studyu_designer_v2---v181-dev1)

---

#### `studyu_app` - `v2.7.6-dev.1`

- **FIX**(app): update android deployment.
- **FIX**(app): update ios deployment.
- **FIX**(app): update android deployment.

#### `studyu_designer_v2` - `v1.8.1-dev.1`

- **FIX**: add emojis again.


## 2024-06-07

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`studyu_app` - `v2.7.6-dev.0`](#studyu_app---v276-dev0)
- [`studyu_core` - `v4.4.3-dev.0`](#studyu_core---v443-dev0)
- [`studyu_designer_v2` - `v1.8.1-dev.0`](#studyu_designer_v2---v181-dev0)
- [`studyu_flutter_common` - `v1.8.4-dev.0`](#studyu_flutter_common---v184-dev0)

---

#### `studyu_app` - `v2.7.6-dev.0`

- **FIX**: upgrade deps.
- **FIX**: UI overflows.

#### `studyu_core` - `v4.4.3-dev.0`

- **FIX**: upgrade deps.

#### `studyu_designer_v2` - `v1.8.1-dev.0`

- **FIX**: integration test sign out.
- **FIX**: check if canPop.
- **FIX**: upgrade deps.
- **FIX**: add compatibility for emoji font with flutter >= 3.22.
- **FIX**: Flutter 3.22 arg error.

#### `studyu_flutter_common` - `v1.8.4-dev.0`

- **FIX**: upgrade deps.
- **FIX**: put supabase cli default anon key in env.local.example.


## 2024-05-13

### Changes
Expand Down
30 changes: 15 additions & 15 deletions app/.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file should be version controlled and should not be manually edited.

version:
revision: "67457e669f79e9f8d13d7a68fe09775fefbb79f4"
revision: "761747bfc538b5af34aa0d3fac380f1bc331ec49"
channel: "stable"

project_type: app
Expand All @@ -13,26 +13,26 @@ project_type: app
migration:
platforms:
- platform: root
create_revision: 67457e669f79e9f8d13d7a68fe09775fefbb79f4
base_revision: 67457e669f79e9f8d13d7a68fe09775fefbb79f4
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
- platform: android
create_revision: 67457e669f79e9f8d13d7a68fe09775fefbb79f4
base_revision: 67457e669f79e9f8d13d7a68fe09775fefbb79f4
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
- platform: ios
create_revision: 67457e669f79e9f8d13d7a68fe09775fefbb79f4
base_revision: 67457e669f79e9f8d13d7a68fe09775fefbb79f4
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
- platform: linux
create_revision: 67457e669f79e9f8d13d7a68fe09775fefbb79f4
base_revision: 67457e669f79e9f8d13d7a68fe09775fefbb79f4
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
- platform: macos
create_revision: 67457e669f79e9f8d13d7a68fe09775fefbb79f4
base_revision: 67457e669f79e9f8d13d7a68fe09775fefbb79f4
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
- platform: web
create_revision: 67457e669f79e9f8d13d7a68fe09775fefbb79f4
base_revision: 67457e669f79e9f8d13d7a68fe09775fefbb79f4
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
- platform: windows
create_revision: 67457e669f79e9f8d13d7a68fe09775fefbb79f4
base_revision: 67457e669f79e9f8d13d7a68fe09775fefbb79f4
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49

# User provided section

Expand Down
23 changes: 23 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 2.7.6-dev.2

- **FIX**: formatting issues.
- **FIX**(app): update ios deployment.
- **FIX**(app): update android deployment.
- **FIX**: upgrade deps.
- **FIX**(app): update ios deployment.
- **FIX**(app): update android deployment.
- **FIX**(app): update android deployment.
- **FIX**(app): update ios deployment.
- **FIX**(app): update android deployment.

## 2.7.6-dev.1

- **FIX**(app): update android deployment.
- **FIX**(app): update ios deployment.
- **FIX**(app): update android deployment.

## 2.7.6-dev.0

- **FIX**: upgrade deps.
- **FIX**: UI overflows.

## 2.7.5

- **FIX**: update podfile.
Expand Down
8 changes: 7 additions & 1 deletion app/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
include: ../flutter_analysis_options.yaml
include: ../analysis_options.yaml

analyzer:
errors:
avoid_classes_with_only_static_members: ignore
plugins:
- custom_lint
20 changes: 11 additions & 9 deletions app/android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.914.0)
aws-sdk-core (3.192.0)
aws-partitions (1.943.0)
aws-sdk-core (3.197.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.79.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sdk-kms (1.83.0)
aws-sdk-core (~> 3, >= 3.197.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.147.0)
aws-sdk-core (~> 3, >= 3.192.0)
aws-sdk-s3 (1.152.1)
aws-sdk-core (~> 3, >= 3.197.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (1.8.0)
Expand Down Expand Up @@ -147,7 +147,7 @@ GEM
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
highline (2.0.3)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
httpclient (2.8.3)
jmespath (1.6.2)
Expand All @@ -157,7 +157,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.5)
multi_json (1.15.0)
multipart-post (2.4.0)
multipart-post (2.4.1)
nanaimo (0.3.0)
naturally (2.2.1)
nkf (0.2.0)
Expand All @@ -171,7 +171,8 @@ GEM
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.6)
rexml (3.2.9)
strscan
rouge (2.0.7)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand All @@ -184,6 +185,7 @@ GEM
simctl (1.6.10)
CFPropertyList
naturally
strscan (3.1.0)
terminal-notifier (2.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand Down
Loading

0 comments on commit 4a1f59a

Please sign in to comment.