Skip to content

Commit

Permalink
Merge pull request #121 from codelitdev/issue-118
Browse files Browse the repository at this point in the history
Issue 118
  • Loading branch information
rajat1saxena authored Apr 6, 2024
2 parents 7ce0b89 + fac0d6a commit 063a5b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ pnpm --filter=@medialit/api dev
### Publishing a new version

```bash
npx changeset
pnpm exec changeset
```
1 change: 1 addition & 0 deletions packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@medialit/models",
"version": "0.1.0",
"private": true,
"license": "MIT",
"main": "dist/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@medialit/utils",
"version": "0.1.0",
"private": true,
"license": "MIT",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 063a5b7

Please sign in to comment.