Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - web@0.1.3
 - @opensrp/card-support@0.0.4
 - @opensrp/form-config@0.0.9
 - @opensrp/inventory@0.0.4
 - @opensrp/keycloak-service@0.0.12
 - @opensrp/user-management@0.1.12
 - @opensrp/location-management@0.0.10
 - @opensrp/plans@0.0.5
 - @opensrp/server-service@0.0.15
 - @opensrp/plan-form@0.0.2-4
 - @opensrp/product-catalogue@0.0.5
 - @opensrp/react-utils@0.0.5
 - @opensrp/team-management@0.0.4
  • Loading branch information
kelvin-muchiri committed Feb 23, 2021
1 parent 2793b21 commit 39a1974
Show file tree
Hide file tree
Showing 26 changed files with 90 additions and 38 deletions.
4 changes: 4 additions & 0 deletions app/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.3](https://github.com/OpenSRP/web/compare/web@0.1.2...web@0.1.3) (2021-02-23)

**Note:** Version bump only for package web

## [0.1.2](https://github.com/OpenSRP/web/compare/web@0.1.1...web@0.1.2) (2021-02-18)

**Note:** Version bump only for package web
Expand Down
22 changes: 11 additions & 11 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.2.2",
Expand All @@ -18,22 +18,22 @@
"@onaio/session-reducer": "^0.0.12",
"@onaio/utils": "^0.0.1",
"@opensrp/ant-icons": "^0.0.1",
"@opensrp/card-support": "^0.0.3",
"@opensrp/card-support": "^0.0.4",
"@opensrp/error-boundary-fallback": "^0.0.3",
"@opensrp/form-config": "^0.0.8",
"@opensrp/inventory": "^0.0.3",
"@opensrp/keycloak-service": "^0.0.11",
"@opensrp/location-management": "^0.0.9",
"@opensrp/form-config": "^0.0.9",
"@opensrp/inventory": "^0.0.4",
"@opensrp/keycloak-service": "^0.0.12",
"@opensrp/location-management": "^0.0.10",
"@opensrp/notifications": "^0.0.3",
"@opensrp/plans": "^0.0.4",
"@opensrp/product-catalogue": "^0.0.4",
"@opensrp/plans": "^0.0.5",
"@opensrp/product-catalogue": "^0.0.5",
"@opensrp/react-utils": "^0.0.3",
"@opensrp/reducer-factory": "^0.0.12",
"@opensrp/server-logout": "^0.0.1",
"@opensrp/server-service": "^0.0.14",
"@opensrp/server-service": "^0.0.15",
"@opensrp/store": "^0.0.8",
"@opensrp/team-management": "^0.0.3",
"@opensrp/user-management": "^0.1.11",
"@opensrp/team-management": "^0.0.4",
"@opensrp/user-management": "^0.1.12",
"@sentry/react": "^5.27.4",
"add": "^2.0.6",
"antd": "^4.6.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/card-support/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.4](https://github.com/opensrp/web/compare/@opensrp/card-support@0.0.3...@opensrp/card-support@0.0.4) (2021-02-23)

**Note:** Version bump only for package @opensrp/card-support

## [0.0.3](https://github.com/opensrp/web/compare/@opensrp/card-support@0.0.2...@opensrp/card-support@0.0.3) (2021-02-18)

**Note:** Version bump only for package @opensrp/card-support
Expand Down
6 changes: 3 additions & 3 deletions packages/card-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/card-support",
"version": "0.0.3",
"version": "0.0.4",
"description": "OpenSRP card support features",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -43,10 +43,10 @@
"@ant-design/icons": "^4.2.2",
"@onaio/redux-reducer-registry": "^0.0.9",
"@onaio/utils": "^0.0.1",
"@opensrp/location-management": "^0.0.9",
"@opensrp/location-management": "^0.0.10",
"@opensrp/notifications": "^0.0.3",
"@opensrp/reducer-factory": "^0.0.9",
"@opensrp/server-service": "^0.0.14",
"@opensrp/server-service": "^0.0.15",
"i18next": "^19.8.4",
"papaparse": "^5.3.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/form-config/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.9](https://github.com/opensrp/opensrp-web/compare/@opensrp/form-config@0.0.8...@opensrp/form-config@0.0.9) (2021-02-23)

**Note:** Version bump only for package @opensrp/form-config

## [0.0.8](https://github.com/opensrp/opensrp-web/compare/@opensrp/form-config@0.0.7...@opensrp/form-config@0.0.8) (2021-02-18)

**Note:** Version bump only for package @opensrp/form-config
Expand Down
4 changes: 2 additions & 2 deletions packages/form-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/form-config",
"version": "0.0.8",
"version": "0.0.9",
"description": "OpenSrp form configuration components",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@opensrp/notifications": "^0.0.3",
"@opensrp/pkg-config": "^0.0.3",
"@opensrp/reducer-factory": "^0.0.1",
"@opensrp/server-service": "^0.0.14",
"@opensrp/server-service": "^0.0.15",
"antd": "^4.6.3",
"formik": "^2.1.4",
"i18next": "^19.8.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/inventory/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.4](https://github.com/opensrp/web/compare/@opensrp/inventory@0.0.3...@opensrp/inventory@0.0.4) (2021-02-23)

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

## [0.0.3](https://github.com/opensrp/web/compare/@opensrp/inventory@0.0.2...@opensrp/inventory@0.0.3) (2021-02-18)

**Note:** Version bump only for package @opensrp/inventory
Expand Down
4 changes: 2 additions & 2 deletions packages/inventory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/inventory",
"version": "0.0.3",
"version": "0.0.4",
"description": "Module to manage inventory, and service points",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -41,7 +41,7 @@
"license": "Apache-2.0",
"private": false,
"dependencies": {
"@opensrp/location-management": "^0.0.9",
"@opensrp/location-management": "^0.0.10",
"@opensrp/pkg-config": "^0.0.3",
"@opensrp/product-catalogue": "0.0.2",
"@opensrp/react-utils": "^0.0.3",
Expand Down
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.12](https://github.com/opensrp/web/compare/@opensrp/keycloak-service@0.0.11...@opensrp/keycloak-service@0.0.12) (2021-02-23)

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

## [0.0.11](https://github.com/opensrp/web/compare/@opensrp/keycloak-service@0.0.10...@opensrp/keycloak-service@0.0.11) (2021-02-18)

**Note:** Version bump only for package @opensrp/keycloak-service
Expand Down
4 changes: 2 additions & 2 deletions 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.11",
"version": "0.0.12",
"description": "Keycloak Admin API service",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -38,6 +38,6 @@
"@opensrp/store": "^0.0.8"
},
"dependencies": {
"@opensrp/react-utils": "^0.0.4"
"@opensrp/react-utils": "^0.0.5"
}
}
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.12](https://github.com/OpenSRP/web/compare/@opensrp/user-management@0.1.11...@opensrp/user-management@0.1.12) (2021-02-23)

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

## [0.1.11](https://github.com/OpenSRP/web/compare/@opensrp/user-management@0.1.10...@opensrp/user-management@0.1.11) (2021-02-18)

**Note:** Version bump only for package @opensrp/user-management
Expand Down
6 changes: 3 additions & 3 deletions packages/keycloak-user-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/user-management",
"version": "0.1.11",
"version": "0.1.12",
"bugs": {
"url": "https://github.com/opensrp/web/issues"
},
Expand Down Expand Up @@ -46,11 +46,11 @@
"@onaio/redux-reducer-registry": "^0.0.9",
"@onaio/session-reducer": "^0.0.12",
"@onaio/utils": "^0.0.1",
"@opensrp/keycloak-service": "^0.0.11",
"@opensrp/keycloak-service": "^0.0.12",
"@opensrp/notifications": "^0.0.1",
"@opensrp/pkg-config": "^0.0.3",
"@opensrp/react-utils": "^0.0.3",
"@opensrp/server-service": "^0.0.14",
"@opensrp/server-service": "^0.0.15",
"antd": "^4.6.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"bootstrap": "^4.5.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/location-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.0.10](https://github.com/OpenSRP/web/compare/@opensrp/location-management@0.0.9...@opensrp/location-management@0.0.10) (2021-02-23)

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

## [0.0.9](https://github.com/OpenSRP/web/compare/@opensrp/location-management@0.0.8...@opensrp/location-management@0.0.9) (2021-02-18)

**Note:** Version bump only for package @opensrp/location-management
Expand Down
4 changes: 2 additions & 2 deletions packages/location-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/location-management",
"version": "0.0.9",
"version": "0.0.10",
"description": "Location management components for opensrp web",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@opensrp/pkg-config": "^0.0.3",
"@opensrp/react-utils": "^0.0.3",
"@opensrp/reducer-factory": "^0.0.12",
"@opensrp/server-service": "^0.0.14",
"@opensrp/server-service": "^0.0.15",
"cycle": "^1.0.3",
"fast_array_intersect": "^1.1.0",
"i18next": "^19.8.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/opensrp-plans/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](https://github.com/opensrp/web/compare/@opensrp/plans@0.0.4...@opensrp/plans@0.0.5) (2021-02-23)

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

## [0.0.4](https://github.com/opensrp/web/compare/@opensrp/plans@0.0.3...@opensrp/plans@0.0.4) (2021-02-18)

**Note:** Version bump only for package @opensrp/plans
Expand Down
8 changes: 4 additions & 4 deletions packages/opensrp-plans/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/plans",
"version": "0.0.4",
"version": "0.0.5",
"description": "Opensrp plans",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -50,11 +50,11 @@
"dependencies": {
"@onaio/redux-reducer-registry": "^0.0.9",
"@opensrp/pkg-config": "^0.0.3",
"@opensrp/plan-form": "^0.0.2-3",
"@opensrp/plan-form": "^0.0.2-4",
"@opensrp/plan-form-core": "^0.0.2",
"@opensrp/react-utils": "^0.0.3",
"@opensrp/server-service": "^0.0.14",
"@opensrp/team-management": "^0.0.3",
"@opensrp/server-service": "^0.0.15",
"@opensrp/team-management": "^0.0.4",
"i18next": "^19.8.4"
},
"devDependencies": {
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.15](https://github.com/OpenSRP/web/compare/@opensrp/server-service@0.0.14...@opensrp/server-service@0.0.15) (2021-02-23)

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

## 0.0.14 (2021-02-18)

**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.14",
"version": "0.0.15",
"description": "Wrapper around OpenSRP Server REST API",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/plan-form/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-4](https://github.com/opensrp/web/compare/@opensrp/plan-form@0.0.2-3...@opensrp/plan-form@0.0.2-4) (2021-02-23)

**Note:** Version bump only for package @opensrp/plan-form

## [0.0.2-3](https://github.com/opensrp/web/compare/@opensrp/plan-form@0.0.2-2...@opensrp/plan-form@0.0.2-3) (2021-02-18)

**Note:** Version bump only for package @opensrp/plan-form
Expand Down
4 changes: 2 additions & 2 deletions packages/plan-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/plan-form",
"version": "0.0.2-3",
"version": "0.0.2-4",
"description": "Form component for creating OpenSRP pages",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@opensrp/notifications": "^0.0.3",
"@opensrp/pkg-config": "^0.0.3",
"@opensrp/plan-form-core": "^0.0.2",
"@opensrp/server-service": "^0.0.14",
"@opensrp/server-service": "^0.0.15",
"i18next": "^19.8.4",
"lodash": "^4.17.20",
"react-i18next": "^11.8.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/product-catalogue/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](https://github.com/opensrp/web/compare/@opensrp/product-catalogue@0.0.4...@opensrp/product-catalogue@0.0.5) (2021-02-23)

**Note:** Version bump only for package @opensrp/product-catalogue

## [0.0.4](https://github.com/opensrp/web/compare/@opensrp/product-catalogue@0.0.3...@opensrp/product-catalogue@0.0.4) (2021-02-18)

**Note:** Version bump only for package @opensrp/product-catalogue
Expand Down
6 changes: 3 additions & 3 deletions packages/product-catalogue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/product-catalogue",
"version": "0.0.4",
"version": "0.0.5",
"description": "Contains product catalogue Page",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -39,9 +39,9 @@
"@onaio/utils": "^0.0.1",
"@opensrp/notifications": "^0.0.1",
"@opensrp/pkg-config": "^0.0.3",
"@opensrp/reducer-factory": "^0.0.12",
"@opensrp/server-service": "^0.0.14",
"@opensrp/react-utils": "^0.0.3",
"@opensrp/reducer-factory": "^0.0.12",
"@opensrp/server-service": "^0.0.15",
"formik": "^2.1.5",
"formik-antd": "2.0.1",
"i18next": "^19.8.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-utils/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](https://github.com/opensrp/web/compare/@opensrp/react-utils@0.0.4...@opensrp/react-utils@0.0.5) (2021-02-23)

**Note:** Version bump only for package @opensrp/react-utils

## [0.0.4](https://github.com/opensrp/web/compare/@opensrp/react-utils@0.0.3...@opensrp/react-utils@0.0.4) (2021-02-18)

**Note:** Version bump only for package @opensrp/react-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/react-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/react-utils",
"version": "0.0.4",
"version": "0.0.5",
"description": "A couple of utils that work with react",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@onaio/utils": "^0.0.1",
"@opensrp/notifications": "^0.0.3",
"@opensrp/pkg-config": "0.0.3",
"@opensrp/server-service": "^0.0.14",
"@opensrp/server-service": "^0.0.15",
"antd": "^4.6.3"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/team-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.0.4](https://github.com/OpenSRP/web/compare/@opensrp/team-management@0.0.3...@opensrp/team-management@0.0.4) (2021-02-23)

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

## [0.0.3](https://github.com/OpenSRP/web/compare/@opensrp/team-management@0.0.2...@opensrp/team-management@0.0.3) (2021-02-18)

**Note:** Version bump only for package @opensrp/team-management
Expand Down
2 changes: 1 addition & 1 deletion packages/team-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/team-management",
"version": "0.0.3",
"version": "0.0.4",
"description": "Team management components for opensrp web",
"main": "dist/index.js",
"types": "dist/types",
Expand Down

0 comments on commit 39a1974

Please sign in to comment.