Skip to content

Commit

Permalink
chore(release): version package
Browse files Browse the repository at this point in the history
  • Loading branch information
CreedDE committed Sep 25, 2023
1 parent 38d76d7 commit a3a2ff4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
run: pnpm add --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
- name: Install pnpm Modules
run: pnpm install
- name: Build Project Files
run: pnpm build
# - name: Build Project Artifacts
# run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
8 changes: 8 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# web

## 0.1.5

### Patch Changes

- test build
- Updated dependencies
- ui@0.1.2

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ui

## 0.1.2

### Patch Changes

- test build

## 0.1.1

### Patch Changes
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": "ui",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "vite dev --port 5174",
Expand Down

0 comments on commit a3a2ff4

Please sign in to comment.