Skip to content

Commit

Permalink
chore(flipt-sdk): bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
mechamobau committed Mar 6, 2022
1 parent c54d6fc commit c5131aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/flipt-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "rollup --config ./config/rollup.config.js"
},
"dependencies": {
"@betrybe/flipt-sdk": "workspace:^0.0.6",
"@betrybe/flipt-sdk": "workspace:^0.0.7",
"lodash": "^4.17.21"
},
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions packages/flipt-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/flipt-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@betrybe/flipt-sdk",
"version": "0.0.6",
"version": "0.0.7",
"description": "This library intends to be a Flipt client to JavaScript projects, enabling components rendering based on Feature Flags.",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit c5131aa

Please sign in to comment.