Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions .github/workflows/merge-main-to-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,19 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v6
with:
ref: development
ref: main
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- name: Merge main into development
uses: devmasx/merge-branch@v1.4.0
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
type: now
from_branch: main
target_branch: development
github_token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
branch: sync-main-to-development
base: development
title: "chore: sync main to development"
body: |
Automated PR to sync changes from `main` to `development`.

This PR is created automatically when changes are pushed to `main`.
labels: automated
delete-branch: true
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packrat-admin-app",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"scripts": {
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default (): ExpoConfig =>
{
name: getAppName(),
slug: 'packrat',
version: '2.0.21',
version: '2.0.22',
scheme: 'packrat',
web: {
bundler: 'metro',
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packrat-expo-app",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"main": "expo-router/entry",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packrat-guides-app",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"scripts": {
"build": "bun run build-content && next build",
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packrat-landing-app",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"scripts": {
"build": "next build",
Expand Down
34 changes: 16 additions & 18 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packrat-monorepo",
"version": "2.0.21",
"version": "2.0.22",
"workspaces": [
"apps/*",
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@packrat/analytics",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@packrat/api-client",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"description": "PackRat typed API client — authenticated HTTP client with error handling and MCP result helpers",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/container_src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "container",
"version": "2.0.21",
"version": "2.0.22",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@packrat/api",
"version": "2.0.21",
"version": "2.0.22",
"scripts": {
"check-types": "tsc --noEmit",
"check-types-watch": "tsc --noEmit --watch",
Expand Down
2 changes: 1 addition & 1 deletion packages/checks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@packrat/checks",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@packrat/cli",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@packrat/config",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@packrat/env",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/guards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@packrat/guards",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@packrat/mcp",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"description": "PackRat MCP Server — outdoor adventure planning via Model Context Protocol",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@packrat/ui",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"dependencies": {
"@packrat-ai/nativewindui": "^2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@packrat/web-ui",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"type": "module",
"exports": {
Expand Down
Loading