Skip to content

Commit

Permalink
Publish v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jansav committed Feb 7, 2022
1 parent e554e27 commit ba9114d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.0",
"version": "3.2.1",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/injectable-react/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/injectable-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ogre-tools/injectable-react",
"private": false,
"version": "3.2.0",
"version": "3.2.1",
"description": "A brutal component for injecting components that use injectable",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"@ogre-tools/fp": "^3.0.0",
"@ogre-tools/injectable": "^3.2.0",
"@ogre-tools/injectable": "^3.2.1",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/injectable/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/injectable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ogre-tools/injectable",
"private": false,
"version": "3.2.0",
"version": "3.2.1",
"description": "A brutal dependency injection container",
"repository": {
"type": "git",
Expand Down

0 comments on commit ba9114d

Please sign in to comment.