Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 27, 2023
1 parent a1a0fff commit 9bd67c3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/smooth-lies-scream.md

This file was deleted.

17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,19 @@
"typescript": "^5.3.2"
},
"lint-staged": {
"*.{js,jsx}": ["prettier --write", "eslint --fix --quiet --config .eslintrc.js --resolve-plugins-relative-to .", "git add"],
"*.{ts,tsx}": ["prettier --write", "eslint --fix --quiet --config .eslintrc.js --resolve-plugins-relative-to .", "git add"],
"*.{scss,scss,css,md,html}": ["prettier --write", "git add"]
"*.{js,jsx}": [
"prettier --write",
"eslint --fix --quiet --config .eslintrc.js --resolve-plugins-relative-to .",
"git add"
],
"*.{ts,tsx}": [
"prettier --write",
"eslint --fix --quiet --config .eslintrc.js --resolve-plugins-relative-to .",
"git add"
],
"*.{scss,scss,css,md,html}": [
"prettier --write",
"git add"
]
}
}
7 changes: 7 additions & 0 deletions packages/find/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# mikro-orm-find-dataloader

## 1.0.1

### Patch Changes

- [#1](https://github.com/darkbasic/mikro-orm-dataloaders/pull/1) [`a1a0fff`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/a1a0fff0a7c2ea814ec687027d42e8aa2ca04f47) Thanks [@darkbasic](https://github.com/darkbasic)! - Compatibility with latest MikroORM alphas which export different types
2 changes: 1 addition & 1 deletion packages/find/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mikro-orm-find-dataloader",
"version": "1.0.0",
"version": "1.0.1",
"description": "Additional dataloaders for the MikroORM EntityManager find/findOne/etc methods.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 9bd67c3

Please sign in to comment.