Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Weetbix committed Mar 6, 2023
2 parents e7b0813 + 72f0097 commit 8cf5449
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions test-monorepo/packages/is-even/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0 (2023-03-06)


### Features

* use example from repo for config ([5d94bd8](https://github.com/Weetbix/nx-monorepo-example/commit/5d94bd88da53a29bf77693b31d6287be2bc12c54))
4 changes: 2 additions & 2 deletions test-monorepo/packages/is-even/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weetbix/is-even",
"version": "0.0.0",
"version": "1.0.0",
"main": "dist/index.js",
"private": false,
"publishConfig": {
Expand All @@ -11,4 +11,4 @@
"scripts": {
"build": "tsc index.ts --outDir dist"
}
}
}

0 comments on commit 8cf5449

Please sign in to comment.