Skip to content

Commit

Permalink
Metric variants support (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored May 10, 2023
1 parent 04af9bf commit 8fc2f2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/node_modules/
/dist
yarn-error.log
/coverage
/coverage
.idea
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleash/proxy-client-react",
"version": "3.5.3-beta.0",
"version": "3.6.0",
"description": "React interface for working with unleash",
"main": "./dist/index.js",
"browser": "./dist/index.browser.js",
Expand Down Expand Up @@ -45,6 +45,6 @@
"webpack-cli": "^4.6.0"
},
"peerDependencies": {
"unleash-proxy-client": "^2.4.3"
"unleash-proxy-client": "^2.5.0"
}
}

0 comments on commit 8fc2f2f

Please sign in to comment.