Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
vkruglikov committed Jan 5, 2025
1 parent 7c00552 commit 297a9e6
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commit
fetch-depth: 0

- uses: ./.github/actions/setup-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ['master']
paths:
- 'packages/*/**'
- 'packages/demo/**'
- '.github/workflows/demo.yml'
workflow_dispatch:

Expand Down
15 changes: 14 additions & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "@msw-devtools/connect",
"version": "0.1",
"description": "MSW Devtools Extension",
"version": "0.0.1",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "[email protected]:vkruglikov/msw-devtools-extension.git"
},
"bugs": {
"url": "https://github.com/vkruglikov/msw-devtools-extension/issues"
},
"homepage": "https://github.com/vkruglikov/msw-devtools-extension",
"author": "Valentin Kruglikov [email protected]",
"type": "module",
"license": "MIT",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@msw-devtools/core",
"version": "0.1",
"version": "0.0.1",
"type": "module",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@msw-devtools/demo",
"version": "0.1",
"version": "0.0.1",
"private": true,
"author": "Valentin Kruglikov",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@msw-devtools/extension",
"version": "0.1",
"version": "0.0.1",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/json-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@msw-devtools/json-config",
"version": "0.1",
"version": "0.0.1",
"type": "module",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/wds-extension-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@msw-devtools/wds-extension-client",
"version": "0.1",
"version": "0.0.1",
"private": true,
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 297a9e6

Please sign in to comment.