Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d1925c

Browse files
committedMay 29, 2025
v2.1.1
1 parent c96577a commit 0d1925c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@immutable/devtools",
33
"description": "Immutable.js DevTools",
44
"type": "module",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"scripts": {
77
"dev": "yarn workspace @immutable/devtools-extension run dev",
88
"build": "yarn workspaces foreach --all -pt run build",

‎packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jdeniau/immutable-devtools",
33
"type": "module",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"description": "Chrome Dev Tools formatter for the Immutable JS library",
66
"exports": "./dist/index.js",
77
"files": [

‎packages/extension/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Immutable.js devtools extension",
33
"short_name": "Immutable.js devtools",
44
"description": "Makes Immutable JS objects more readable when they are logged to the console.",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"manifest_version": 3,
77
"minimum_chrome_version": "88.0",
88
"content_scripts": [

‎packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@immutable/devtools-extension",
33
"type": "module",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"description": "",
66
"exports": "./index.js",
77
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.