Skip to content

Commit

Permalink
fix: package versions in _templates/repo/create
Browse files Browse the repository at this point in the history
  • Loading branch information
bestickley committed Feb 15, 2022
1 parent f0120d7 commit cbcbc3b
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .changeset/rich-jokes-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"gboost": patch
"gboost-common": patch
"gboost-infra": patch
"gboost-ui": patch
---

Fix README badges
5 changes: 5 additions & 0 deletions .changeset/two-cows-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gboost": patch
---

Correct package version references to initial release
16 changes: 14 additions & 2 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,20 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Install
uses: ./.github/actions/install
- name: Install PNPM
uses: pnpm/action-setup@v2.1.0
with:
version: 6

- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: pnpm

- name: Install dependencies
# https://github.com/pnpm/pnpm/issues/3664
run: pnpm install --no-frozen-lockfile && git add .

- name: Build docs
working-directory: docs
Expand Down
2 changes: 1 addition & 1 deletion packages/gboost-common/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Green Boost
![ci](https://github.com/awslabs/green-boost/actions/workflows/ci.yaml/badge.svg)
![ci](https://github.com/awslabs/green-boost/actions/workflows/ci.yml/badge.svg)

Build Full Stack Serverless Web Apps on AWS Fast ⏩

Expand Down
2 changes: 1 addition & 1 deletion packages/gboost-infra/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Green Boost
![ci workflow](https://github.com/awslabs/green-boost/actions/workflows/ci.yaml/badge.svg)
![ci workflow](https://github.com/awslabs/green-boost/actions/workflows/ci.yml/badge.svg)

Build Full Stack Serverless Web Apps on AWS Fast ⏩

Expand Down
2 changes: 1 addition & 1 deletion packages/gboost-ui/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Green Boost
![ci workflow](https://github.com/awslabs/green-boost/actions/workflows/ci.yaml/badge.svg)
![ci workflow](https://github.com/awslabs/green-boost/actions/workflows/ci.yml/badge.svg)

Build Full Stack Serverless Web Apps on AWS Fast ⏩

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to: infra/package.json
"constructs": "^10.0.37",
"cdk-nag": "^2.4.43",
"esbuild": "^0.14.11",
"gboost-infra": "^0.1.0"
"gboost-infra": "^0.2.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.89",
Expand Down
4 changes: 2 additions & 2 deletions packages/gboost/_templates/repo/create/ui/package.json.t
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ to: ui/package.json
"@radix-ui/colors": "^0.1.8",
"@stitches/react": "^1.2.6",
"aws-amplify": "^4.3.14",
"gboost-ui": "^0.1.0",
"gboost-common": "^0.1.0",
"gboost-ui": "^0.2.0",
"gboost-common": "^0.2.0",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"react": "^17.0.2",
Expand Down

0 comments on commit cbcbc3b

Please sign in to comment.