Skip to content

Commit

Permalink
chore: release 0.1.0
Browse files Browse the repository at this point in the history
and set up semantic version
  • Loading branch information
literalpie committed Mar 26, 2023
1 parent 3e4a7a0 commit e6b5d08
Show file tree
Hide file tree
Showing 6 changed files with 3,058 additions and 37 deletions.
550 changes: 550 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarn/versions/fc1e0146.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- storybook-framework-qwik-repo
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-3.4.1.cjs
8 changes: 8 additions & 0 deletions packages/storybook-framework-qwik/.releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@suin/semantic-release-yarn"
]
}
8 changes: 6 additions & 2 deletions packages/storybook-framework-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-framework-qwik",
"version": "0.0.8",
"version": "0.1.0",
"description": "Storybook for Qwik: View Qwik components in isolation.",
"keywords": [
"storybook",
Expand Down Expand Up @@ -76,7 +76,9 @@
"types": "dist/index.d.ts",
"scripts": {
"watch": "tsc --watch --outDir ./dist --listEmittedFiles",
"build": "tsc --outDir ./dist --listEmittedFiles"
"build": "tsc --outDir ./dist --listEmittedFiles",
"//semantic-release": "this should be a GHA eventually. I only made this work once locally using tokens in env vars",
"semantic-release": "semantic-release"
},
"dependencies": {
"@storybook/builder-vite": ">=7.0.0-beta.7"
Expand All @@ -88,7 +90,9 @@
"@builder.io/qwik-city": ">=0.0.128"
},
"devDependencies": {
"@suin/semantic-release-yarn": "1.1.0",
"@types/node": "^18",
"semantic-release": "^21.0.0",
"typescript": "~5.0.2",
"vite": "^4.2.1"
},
Expand Down
Loading

0 comments on commit e6b5d08

Please sign in to comment.