Skip to content

Commit eac704b

Browse files
committed
release: publish
1 parent af6a555 commit eac704b

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/kind-cups-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-select/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.0.6
4+
5+
### Patch Changes
6+
7+
- 7e0c93b: Fix displayName value for components wrapped with `select` HOC. This should resolve the issue with `Component.displayName` being `withContext(undefined)`.
8+
39
## 4.0.5
410

511
### Patch Changes

packages/plugin-select/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ima/plugin-select",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "The plugin selects extra props from page state to your component.",
55
"main": "./dist/cjs/main.js",
66
"module": "./dist/esm/main.js",

0 commit comments

Comments
 (0)