Skip to content

Commit

Permalink
Merge branch 'andrew_testing' into feat/PR_ScreenShot_Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadHassan03 authored Aug 24, 2024
2 parents d26601d + 333987c commit aa3a09f
Show file tree
Hide file tree
Showing 69 changed files with 5,089 additions and 3,394 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"fixed": [],
"linked": [["@packrat/*", "app", "expo-app", "next-app", "tauri-app", "vite-app"]],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
31 changes: 31 additions & 0 deletions .github/workflows/changeset-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Changeset Release Workflow

on:
push:
branches:
- main

jobs:
release:
name: 🚀 Release Packages
runs-on: ubuntu-latest

steps:
- name: 🛠 Checkout Repository
uses: actions/checkout@v3

- name: 🔧 Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20

- name: 📦 Install Dependencies
run: yarn

- name: ✏️ Create Release Pull Request
uses: changesets/action@v1
with:
version: yarn changeset version
commit: "🔖 chore: version bump and changelog"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/bun-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.5.3"
},
"dependencies": {
"@elysiajs/html": "^0.7.3",
Expand Down
22 changes: 22 additions & 0 deletions apps/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# expo-app

## 1.1.1

### Patch Changes

- d50da32: changeset commit 2 setting up initial version
- Updated dependencies [d50da32]
- [email protected]
- [email protected]

## 1.1.0

### Minor Changes

- ee84040: initial changeset commit

### Patch Changes

- Updated dependencies [ee84040]
- [email protected]
- [email protected]
8 changes: 6 additions & 2 deletions apps/expo/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "packrat",
"slug": "packrat",
"version": "1.0.0",
"version": "1.1.0",
"orientation": "portrait",
"icon": "./assets/packrat-app-icon.png",
"userInterfaceStyle": "automatic",
Expand Down Expand Up @@ -46,7 +46,11 @@
"buildToolsVersion": "34.0.0"
},
"ios": {
"deploymentTarget": "13.4"
"deploymentTarget": "13.4",
"buildNumber": "3",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions apps/expo/app/(app)/(drawer)/(tabs)/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function Search() {
<RStack
style={{
paddingTop: 24,
backgroundColor: currentTheme.colors.white,
backgroundColor: currentTheme.colors.background,
}}
>
{Platform.OS === 'web' && (
Expand All @@ -80,7 +80,7 @@ export default function Search() {
// https://reactnavigation.org/docs/headers#replacing-the-title-with-a-custom-component
}}
/>
<View style={{ width: '100%' }}>
<View style={{ width: '100%', height: '100%' }}>
<PlacesAutocomplete
onSelect={handleSearchSelect}
placeholder="Search for a place"
Expand Down
4 changes: 3 additions & 1 deletion apps/expo/eas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cli": {
"version": ">= 3.8.1"
"version": ">= 3.8.1",
"appVersionSource": "remote"
},
"build": {
"development": {
Expand All @@ -21,6 +22,7 @@
}
},
"production": {
"autoIncrement": true,
"ios": {
"resourceClass": "m-medium"
}
Expand Down
13 changes: 7 additions & 6 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-app",
"version": "1.0.0",
"version": "1.1.1",
"main": "index.js",
"scripts": {
"android": "TAMAGUI_TARGET=native npx expo run:android",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@reduxjs/toolkit": "^1.9.3",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"@rnmapbox/maps": "^10.1.21",
"@rnmapbox/maps": "^10.1.29",
"@tamagui/animations-react-native": "1.96.0",
"@tamagui/babel-plugin": "1.96.0",
"@tamagui/config": "1.96.0",
Expand Down Expand Up @@ -84,17 +84,18 @@
"env": "^0.0.2",
"eslint-plugin-react-native": "^4.0.0",
"expo": "^50.0.14",
"expo-application": "~5.8.3",
"expo-application": "~5.8.4",
"expo-auth-session": "~5.4.0",
"expo-blur": "~12.9.2",
"expo-build-properties": "~0.11.1",
"expo-checkbox": "~2.7.0",
"expo-clipboard": "~5.0.1",
"expo-constants": "~15.4.5",
"expo-constants": "~15.4.6",
"expo-crypto": "~12.8.1",
"expo-dev-client": "~3.3.11",
"expo-device": "~5.9.4",
"expo-document-picker": "~11.10.1",
"expo-file-system": "~16.0.8",
"expo-file-system": "~16.0.9",
"expo-font": "~11.10.3",
"expo-haptics": "~12.8.1",
"expo-image-picker": "~14.7.1",
Expand Down Expand Up @@ -174,7 +175,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.5.3"
},
"overrides": {
"metro": "0.73.7",
Expand Down
20 changes: 20 additions & 0 deletions apps/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# next-app

## 1.1.1

### Patch Changes

- d50da32: changeset commit 2 setting up initial version
- Updated dependencies [d50da32]
- [email protected]

## 1.1.0

### Minor Changes

- ee84040: initial changeset commit

### Patch Changes

- Updated dependencies [ee84040]
- [email protected]
2 changes: 1 addition & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-app",
"version": "0.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "next dev -p 4200",
Expand Down
24 changes: 24 additions & 0 deletions apps/tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# tauri-app

## 1.1.1

### Patch Changes

- d50da32: changeset commit 2 setting up initial version
- Updated dependencies [d50da32]
- @packrat/validations@1.1.1
- [email protected]
- @packrat/ui@1.1.1

## 1.1.0

### Minor Changes

- ee84040: initial changeset commit

### Patch Changes

- Updated dependencies [ee84040]
- @packrat/validations@1.1.0
- [email protected]
- @packrat/ui@1.1.0
6 changes: 3 additions & 3 deletions apps/tauri/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tauri",
"name": "tauri-app",
"private": true,
"version": "0.1.0",
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -50,7 +50,7 @@
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.3",
"vite": "^5.3.1",
"vite-plugin-node-polyfills": "^0.21.0"
}
Expand Down
Loading

0 comments on commit aa3a09f

Please sign in to comment.