Skip to content

Commit

Permalink
Version release (#3888)
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 Jun 13, 2024
1 parent e9e1955 commit a73710c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-turtles-marry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lovely-lemons-joke.md

This file was deleted.

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

## 0.0.10

### Patch Changes

- [`44a5fe07`](https://github.com/mobxjs/mobx/commit/44a5fe07fb95c2ba24d8df19f18b57ee92abb1a9) [#3881](https://github.com/mobxjs/mobx/pull/3881) Thanks [@kade-robertson](https://github.com/kade-robertson)! - Adds an option for the `mobx/exhaustive-make-observable` eslint rule to configure whether fields are annotated with `true` or `false` with the autofixer.

This option defaults to `true` if not present or an invalid value is received to maintain existing behavior.

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-mobx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mobx",
"version": "0.0.9",
"version": "0.0.10",
"description": "ESLint rules for MobX",
"main": "dist/index.js",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/mobx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mobx

## 6.12.4

### Patch Changes

- [`e9e1955f`](https://github.com/mobxjs/mobx/commit/e9e1955f745545d796d906b6e0ba04a6cde3f1ee) [#3880](https://github.com/mobxjs/mobx/pull/3880) Thanks [@peterm-canva](https://github.com/peterm-canva)! - Shrink ComputedValue using a bitfield

## 6.12.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx",
"version": "6.12.3",
"version": "6.12.4",
"description": "Simple, scalable state management.",
"source": "src/mobx.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit a73710c

Please sign in to comment.