Skip to content

Commit

Permalink
Version release (#2590)
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 3, 2020
1 parent 88d3e88 commit 97f8a98
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast2-seahorses-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick2-cars-occur.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/mobx-undecorate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# mobx-undecorate

## 1.0.4

### Patch Changes

- [`88d3e886`](https://github.com/mobxjs/mobx/commit/88d3e88656ad0add08039ede42041102b895a95e) Thanks [@urugator](https://github.com/urugator)! - Fix [#2540](https://github.com/mobxjs/mobx/issues/2540) makeObservable not added to imports

* [`88d3e886`](https://github.com/mobxjs/mobx/commit/88d3e88656ad0add08039ede42041102b895a95e) Thanks [@urugator](https://github.com/urugator)! - Fix [#2558](https://github.com/mobxjs/mobx/issues/2558) Undecorate removes non-mobx decorator

## 1.0.2

- Fixed support for JSX
88 changes: 44 additions & 44 deletions packages/mobx-undecorate/package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"name": "mobx-undecorate",
"version": "1.0.3",
"description": "Migrate MobX 4/5 to MobX 6",
"bin": "cli.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/mobxjs/mobx.git"
},
"author": "Michel Weststrate",
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mobx"
},
"bugs": {
"url": "https://github.com/mobxjs/mobx/issues"
},
"files": [
"cli.js",
"src",
"LICENSE",
"README.md"
],
"homepage": "https://mobx.js.org/",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@babel/runtime": "^7.9.2",
"dedent-js": "^1.0.1",
"jscodeshift": "^0.11.0"
},
"devDependencies": {
"@types/jscodeshift": "^0.7.0"
},
"keywords": [
"mobx"
]
"name": "mobx-undecorate",
"version": "1.0.4",
"description": "Migrate MobX 4/5 to MobX 6",
"bin": "cli.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/mobxjs/mobx.git"
},
"author": "Michel Weststrate",
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mobx"
},
"bugs": {
"url": "https://github.com/mobxjs/mobx/issues"
},
"files": [
"cli.js",
"src",
"LICENSE",
"README.md"
],
"homepage": "https://mobx.js.org/",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@babel/runtime": "^7.9.2",
"dedent-js": "^1.0.1",
"jscodeshift": "^0.11.0"
},
"devDependencies": {
"@types/jscodeshift": "^0.7.0"
},
"keywords": [
"mobx"
]
}

0 comments on commit 97f8a98

Please sign in to comment.