Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @opensrp/[email protected]
 - @opensrp/[email protected]
 - @opensrp/[email protected]
 - @opensrp/[email protected]
 - @opensrp/[email protected]
  • Loading branch information
peterMuriuki committed Oct 27, 2020
1 parent 69affc7 commit 75871b1
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/keycloak-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.2 (2020-10-27)

**Note:** Version bump only for package @opensrp/keycloak-service

## 0.0.1 (2020-10-27)

**Note:** Version bump only for package @opensrp/keycloak-service
2 changes: 1 addition & 1 deletion packages/keycloak-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/keycloak-service",
"version": "0.0.1",
"version": "0.0.2",
"description": "Keycloak Admin API service",
"main": "dist/index.js",
"types": "dist/types",
Expand Down
4 changes: 4 additions & 0 deletions packages/keycloak-user-management/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.2 (2020-10-27)

**Note:** Version bump only for package @opensrp/user-management

## 0.1.1 (2020-10-27)

**Note:** Version bump only for package @opensrp/user-management
4 changes: 2 additions & 2 deletions packages/keycloak-user-management/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@opensrp/user-management",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"@onaio/loaders": "^0.0.1",
"@onaio/redux-reducer-registry": "^0.0.9",
"@onaio/session-reducer": "^0.0.11",
"@onaio/utils": "^0.0.1",
"@opensrp/server-service": "^0.0.5",
"@opensrp/server-service": "^0.0.6",
"@types/antd": "^1.0.0",
"@types/lodash": "^4.14.161",
"@types/yup": "^0.29.7",
Expand Down
4 changes: 4 additions & 0 deletions packages/opensrp-reducer-factory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.5 (2020-10-27)

**Note:** Version bump only for package @opensrp/reducer-factory

## 0.0.4 (2020-10-27)

**Note:** Version bump only for package @opensrp/reducer-factory
Expand Down
2 changes: 1 addition & 1 deletion packages/opensrp-reducer-factory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/reducer-factory",
"version": "0.0.4",
"version": "0.0.5",
"description": "Abstraction for creating other dux modules",
"main": "dist/index.js",
"types": "dist/types",
Expand Down
4 changes: 4 additions & 0 deletions packages/opensrp-server-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.6 (2020-10-27)

**Note:** Version bump only for package @opensrp/server-service

## 0.0.5 (2020-10-27)

**Note:** Version bump only for package @opensrp/server-service
Expand Down
2 changes: 1 addition & 1 deletion packages/opensrp-server-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/server-service",
"version": "0.0.5",
"version": "0.0.6",
"description": "Wrapper around OpenSRP Server REST API",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/opensrp-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
## 0.0.1 (2020-10-27)

**Note:** Version bump only for package @opensrp/store

## 0.0.1 (2020-10-27)

**Note:** Version bump only for package @opensrp/store
2 changes: 1 addition & 1 deletion packages/opensrp-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/store",
"version": "0.0.0",
"version": "0.0.1",
"description": "App Store initializer for OpennSRP web",
"main": "dist/index.js",
"types": "dist/types",
Expand Down

0 comments on commit 75871b1

Please sign in to comment.