Skip to content

Commit

Permalink
🐛 fix(env): fix env issues
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Dec 9, 2024
1 parent 36de68c commit 7911eac
Show file tree
Hide file tree
Showing 18 changed files with 868 additions and 880 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
core_version=$(echo '${{ steps.changesets.outputs.publishedPackages }}' | jq -r 'map(select(.name == "@backan/core" or .name == "@backan/builder" or .name == "@backan/server")) | .[0].version // empty' )
core_version_major=${core_version%%.*}
echo Set changesets outputs
echo '${{ steps.changesets.outputs }}'
echo '${{ toJSON(steps.changesets.outputs) }}'
echo Set updated versions
echo "CORE=$core_version CORE_MAJOR=$core_version_major DOCS=$docs_version"
echo "core_version=$core_version" >> $GITHUB_OUTPUT
Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"@backan/config": "workspace:*",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.10",
"@dovenv/core": "0.0.19",
"@dovenv/theme-banda": "0.0.19",
"@dovenv/core": "0.0.20",
"@dovenv/theme-banda": "0.0.20",
"@playwright/test": "1.49.0",
"@types/node": "22.10.1",
"eslint": "9.16.0",
Expand Down Expand Up @@ -120,5 +120,13 @@
"medium": "https://medium.com/@pigeonposse"
}
}
},
"pnpm": {
"overrides": {
"jpeg-js@<0.4.4": ">=0.4.4",
"jpeg-js@<0.4.0": ">=0.4.0",
"phin@<3.7.1": ">=3.7.1",
"tough-cookie@<4.1.3": ">=4.1.3"
}
}
}
6 changes: 6 additions & 0 deletions packages/_config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backan/config

## 0.1.3

### Patch Changes

- Fix env issues

## 0.1.2

### Patch Changes
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": "@backan/config",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"description": "Configuration files for monorepo",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/backan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# backan

## 0.1.3

### Patch Changes

- Fix env issues

- Updated dependencies []:
- @backan/core@0.1.3

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backan",
"version": "0.1.2",
"version": "0.1.3",
"description": "All in one web API builder. Create endpoints with type validations and OpenApi documentation, safely and quickly.",
"keywords": [
"backend",
Expand Down
6 changes: 6 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backan/builder

## 0.1.3

### Patch Changes

- Fix env issues

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backan/builder",
"version": "0.1.2",
"version": "0.1.3",
"description": "Backan library for building executables, client libraries, JSON schema files, TypeScript definitions, and Markdown documentation.",
"keywords": [
"backend",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backan/core

## 0.1.3

### Patch Changes

- Fix env issues

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backan/core",
"version": "0.1.2",
"version": "0.1.3",
"description": "All in one web API builder. Create endpoints with type validations and OpenApi documentation, safely and quickly.",
"keywords": [
"backend",
Expand Down
6 changes: 6 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-backan

## 0.1.3

### Patch Changes

- Fix env issues

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-backan",
"version": "0.1.2",
"version": "0.1.3",
"description": "Quickly create a backan application to get started",
"keywords": [
"backend",
Expand Down
6 changes: 6 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backan/docs

## 0.1.3

### Patch Changes

- Fix env issues

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backan/docs",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"description": "Documentation for backan",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { PlaywrightTestConfig } from '@playwright/test'
const port = 13124
const config: PlaywrightTestConfig = {
webServer : {
command : `pnpm run preview --port=${port}`,
command : `pnpm run preview --port ${port}`,
port,
},
testDir : 'tests',
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backan/server

## 0.1.3

### Patch Changes

- Fix env issues

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backan/server",
"version": "0.1.2",
"version": "0.1.3",
"description": "Build the Backan server with zero config.",
"keywords": [
"backend",
Expand Down
Loading

0 comments on commit 7911eac

Please sign in to comment.