Skip to content

Commit

Permalink
Merge branch 'main' into docs/update-start-frontend-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrkdan authored Mar 14, 2024
2 parents 3b1fb1d + 94ac724 commit 44d7ea2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [
"@react-modules/api-graphql",
"@react-modules/api-restful",
"@react-testing/storybook",
"@react-testing/vitest",
"mock-server"
]
}
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
environment: production
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -48,3 +49,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
BRANCH_NAME: ${{ env.BRANCH_NAME }}

12 changes: 12 additions & 0 deletions packages/start-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# start-frontend

## 1.0.4

### Patch Changes

- bf0e067: prevent publish private package to npm

## 1.0.3

### Patch Changes

- 7fa9e08: Added BRANCH_NAME to release workflow by @jinmayamashita

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/start-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "start-frontend",
"repository": "[email protected]:monstar-lab-oss/ml-frontend.git",
"version": "1.0.2",
"version": "1.0.4",
"bin": {
"start-frontend": "dist/index.js"
},
Expand Down

0 comments on commit 44d7ea2

Please sign in to comment.