Skip to content

Commit

Permalink
3.2.0 (#70)
Browse files Browse the repository at this point in the history
* chore: update proxy-client peerDependency, bump version

* feat: export FlagContext

* fix: update dependency, yarn.lock
  • Loading branch information
nunogois authored Jul 28, 2022
1 parent 39a567a commit c5e060d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleash/proxy-client-react",
"version": "3.1.0",
"version": "3.2.0",
"description": "React interface for working with unleash",
"main": "./dist/index.js",
"browser": "./dist/index.browser.js",
Expand Down Expand Up @@ -40,11 +40,11 @@
"ts-loader": "^9.1.1",
"ts-node": "^10.2.1",
"typescript": "^4.4.3",
"unleash-proxy-client": "2.0.0",
"unleash-proxy-client": "^2.0.3",
"webpack": "^5.35.1",
"webpack-cli": "^4.6.0"
},
"peerDependencies": {
"unleash-proxy-client": "2.0.1"
"unleash-proxy-client": "^2.0.3"
}
}
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export {
InMemoryStorageProvider,
} from 'unleash-proxy-client';

import FlagContext from './FlagContext';
import FlagProvider from './FlagProvider';
import useFlag from './useFlag';
import useFlagsStatus from './useFlagsStatus';
Expand All @@ -22,6 +23,7 @@ import useUnleashContext from './useUnleashContext';
import useUnleashClient from './useUnleashClient';

export {
FlagContext,
FlagProvider,
useFlag,
useFlagsStatus,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3904,10 +3904,10 @@ universalify@^0.1.2:
resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz"
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==

unleash-proxy-client@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/unleash-proxy-client/-/unleash-proxy-client-2.0.0.tgz#2668f949368805b4d949fdd83b121fa15daf23e9"
integrity sha512-7poi3txbSGjFG0e8QrIn4pGzw1de7xfA5YSLqu3abLs95wZ2gzuC/YTvzlt1Faol3PHTj9Tq0ov02Q7Z6nhE9g==
unleash-proxy-client@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/unleash-proxy-client/-/unleash-proxy-client-2.0.3.tgz#7260480969b5f61cadd543c2a3e2b0acabd535d6"
integrity sha512-HIf7+rmPBNV6lXTmQ+cuvp7H5xxc7NKZva1YTokjLIGJkqDudgFFBwPsEgoCtiYxXOTG4xoStWj3pPaPPvcUZA==
dependencies:
tiny-emitter "^2.1.0"
uuid "^8.3.2"
Expand Down

0 comments on commit c5e060d

Please sign in to comment.