Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado committed Jul 27, 2024
1 parent 1da74d2 commit 69a0664
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 25 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/auto-release-package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Automatic release package
on:
workflow_dispatch:
push:
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
call-workflow:
name: 'Call Workflow'
uses: "michijs/.github/.github/workflows/release-package.yml@main"
with:
release-type: "prerelease"
release-notes: "Automatic release"
visibility: "restricted"
secrets: inherit
19 changes: 0 additions & 19 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,19 @@
"module": "dist/index.js",
"scripts": {
"dist": "tsc",
"publish-npm": "npm run dist && npm publish --access public",
"link": "tsc && npm link --force && tsc -w"
"dist-w": "tsc -w",
"bun-link": "bun link --force",
"link": "bunx concurrently bun:dist-w bun:bun-link"
},
"keywords": [
"web-components"
],
"devDependencies": {
"typescript": "5.5.2"
"typescript": "5.5.3"
},
"peerDependencies": {
"@storybook/theming": "7.5.2",
"@storybook/types": "7.5.2",
"@michijs/michijs": "^2.0.0-beta.13"
"@storybook/theming": "8.2.6",
"@storybook/types": "8.2.6",
"@michijs/michijs": "^2.0.0-beta.90"
}
}

0 comments on commit 69a0664

Please sign in to comment.