Skip to content

Commit

Permalink
Version release (#2599)
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] committed Nov 6, 2020
1 parent 4f2122b commit dbdcbda
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/neat-years-exercise.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/mobx-react-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mobx-react-lite

## 3.1.1

### Patch Changes

- [`81a2f865`](https://github.com/mobxjs/mobx/commit/81a2f8654d9656e2e831176e45cbf926fbc364e0) Thanks [@FredyC](https://github.com/FredyC)! - ESM bundles without NODE_ENV present are available in dist folder. This useful for consumption in browser environment that supports ESM Choose either `esm.production.min.js` or `esm.development.js` from `dist` folder.

## 3.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mobx-react-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-react-lite",
"version": "3.1.0",
"version": "3.1.1",
"description": "Lightweight React bindings for MobX based on React 16.8+ and Hooks",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"bugs": {
"url": "https://github.com/mobxjs/mobx/issues"
},
},
"homepage": "https://mobx.js.org",
"dependencies": {},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/mobx-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# mobx-react

## 7.0.1

### Patch Changes

- [`81a2f865`](https://github.com/mobxjs/mobx/commit/81a2f8654d9656e2e831176e45cbf926fbc364e0) Thanks [@FredyC](https://github.com/FredyC)! - ESM bundles without NODE_ENV present are available in dist folder. This useful for consumption in browser environment that supports ESM Choose either `esm.production.min.js` or `esm.development.js` from `dist` folder.

- Updated dependencies [[`81a2f865`](https://github.com/mobxjs/mobx/commit/81a2f8654d9656e2e831176e45cbf926fbc364e0)]:
- mobx-react-lite@3.1.1

## 7.0.0

Release for compatibility with MobX v6
Expand Down
10 changes: 5 additions & 5 deletions packages/mobx-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-react",
"version": "7.0.0",
"version": "7.0.1",
"description": "React bindings for MobX. Create fully reactive components.",
"source": "src/index.ts",
"main": "dist/index.js",
Expand All @@ -19,7 +19,7 @@
"CHANGELOG.md",
"README.md",
"batching*"
],
],
"sideEffects": false,
"repository": {
"type": "git",
Expand All @@ -36,8 +36,8 @@
},
"homepage": "http://mobx.js.org/",
"dependencies": {
"mobx-react-lite": "^3.0.0"
},
"mobx-react-lite": "^3.1.1"
},
"peerDependencies": {
"mobx": "^6.0.0",
"react": "^16.8.0 || ^17"
Expand All @@ -52,7 +52,7 @@
},
"devDependencies": {
"mobx": "^6.0.0",
"mobx-react-lite": "^3.0.0"
"mobx-react-lite": "^3.1.1"
},
"keywords": [
"mobx",
Expand Down

0 comments on commit dbdcbda

Please sign in to comment.