We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5357c commit 740b46cCopy full SHA for 740b46c
3 files changed
packages/devtool-extenstion/browser/chrome/manifest.json
@@ -1,6 +1,6 @@
1
{
2
"name": "React Context DevTool",
3
- "version": "3.1",
+ "version": "3.2",
4
"description": "Devtool for React Context and useReducer",
5
"manifest_version": 2,
6
"icons": {
packages/devtool-extenstion/browser/firefox/manifest.json
packages/devtool-extenstion/package.json
"name": "devtool-extension",
- "version": "3.1.0",
+ "version": "3.2.0",
"private": true,
"scripts": {
"build:chrome": "cross-env NODE_ENV=production node ./browser/chrome/build",
0 commit comments