Skip to content

Commit

Permalink
Merge pull request #7 from OutpostHQ/release
Browse files Browse the repository at this point in the history
update release pipeline
  • Loading branch information
shubham-kaushal committed Sep 20, 2023
2 parents 446e19d + c8664d5 commit 9a6d628
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 22 deletions.
16 changes: 10 additions & 6 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "outposthq/searchjs" }
],
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}
7 changes: 7 additions & 0 deletions .changeset/eighty-moose-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@searchjs/react": patch
"@searchjs/css": patch
"@searchjs/web": patch
---

Release initial package
5 changes: 0 additions & 5 deletions .changeset/sweet-days-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-squids-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-snails-cheat.md

This file was deleted.

5 changes: 4 additions & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
},
"files": [
"index.css"
]
],
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
},
"peerDependencies": {
"react": "^18.0.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
"preact": "^10.17.1",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 9a6d628

Please sign in to comment.