Skip to content

Commit

Permalink
feat: publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Oct 15, 2023
1 parent d520956 commit 46b6ddd
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
7 changes: 7 additions & 0 deletions packages/reindex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @searchpunch/reindex

## 1.0.2

### Patch Changes

- Publish skeleton
6 changes: 5 additions & 1 deletion packages/reindex/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@searchpunch/reindex",
"version": "1.0.0",
"version": "1.0.2",
"type": "module",
"private": false,
"license": "MIT",
"main": "dist/cjs/index.js",
"typings": "dist/cjs/index.d.ts",
Expand Down Expand Up @@ -30,5 +31,8 @@
"@elastic/elasticsearch": "^8.10.0",
"effect": "^2.0.0-next.48",
"elastic-builder": "^2.22.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 46b6ddd

Please sign in to comment.