Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
updated pkgs so lerna can publish public, updated changes.md for batch
Browse files Browse the repository at this point in the history
  • Loading branch information
cianfoley-nearform committed May 17, 2018
1 parent 4ce393a commit 4498c27
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.1 - May 16, 2018
Features, enhancements
- Batch authorization checks on resource/action pairs [commit](https://github.com/nearform/udaru/pull/540)

## 5.0.1 - May 11, 2018
Features, enhancements
- Whitelist ID fields formats in users, teams, policies and organization [commit](https://github.com/nearform/udaru/pull/529)
Expand Down
3 changes: 3 additions & 0 deletions packages/udaru-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@
"minimist": "^1.2.0",
"npx": "^10.0.1",
"sinon": "^4.5.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/udaru-hapi-16-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,8 @@
"npx": "^10.2.0",
"sinon": "^4.5.0",
"uuid": "^3.2.1"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/udaru-hapi-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,8 @@
"npx": "^10.0.1",
"sinon": "^4.5.0",
"uuid": "^3.2.1"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/udaru-hapi-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,8 @@
"ignore": [
"docs/*"
]
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 4498c27

Please sign in to comment.