Skip to content

Commit

Permalink
fix release process(?) (#3852)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Mar 28, 2024
1 parent b28e0eb commit 61abc53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changeset/quiet-bottles-remember.md
@@ -0,0 +1,7 @@
---
"mobx": patch
"mobx-react": patch
"mobx-react-lite": patch
---

Patched the release process, forcing release to get everything in pristine state.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"coverage": "jest --coverage",
"lint": "eslint packages/*/src/**/* --ext .js,.ts,.tsx",
"prettier": "prettier --write **/*.{js,ts,md}",
"release": "yarn lerna run prepublish && yarn changeset publish",
"release": "yarn lerna run prepublishOnly && yarn changeset publish",
"mobx": "yarn workspace mobx",
"mobx-react": "yarn workspace mobx-react",
"mobx-react-lite": "yarn workspace mobx-react-lite",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -9566,11 +9566,6 @@ mkdirp@1.0.4:
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==

mobx@^6.10.1:
version "6.10.2"
resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.10.2.tgz#96e123deef140750360ca9a5b02a8b91fbffd4d9"
integrity sha512-B1UGC3ieK3boCjnMEcZSwxqRDMdzX65H/8zOHbuTY8ZhvrIjTUoLRR2TP2bPqIgYRfb3+dUigu8yMZufNjn0LQ==

modify-values@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
Expand Down

0 comments on commit 61abc53

Please sign in to comment.