Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - web@0.1.1
 - @opensrp/card-support@0.0.2
 - @opensrp/error-boundary-fallback@0.0.2
 - @opensrp/form-config@0.0.7
 - @opensrp/inventory@0.0.2
 - @opensrp/keycloak-service@0.0.10
 - @opensrp/user-management@0.1.10
 - @opensrp/location-management@0.0.8
 - @opensrp/notifications@0.0.3
 - @opensrp/plans@0.0.3
 - @opensrp/reducer-factory@0.0.12
 - @opensrp/server-service@0.0.14
 - @opensrp/store@0.0.8
 - @opensrp/pkg-config@0.0.2
 - @opensrp/plan-form-core@0.0.2
 - @opensrp/plan-form@0.0.2-2
 - @opensrp/product-catalogue@0.0.3
 - @opensrp/react-utils@0.0.3
 - @opensrp/team-management@0.0.2
 - @opensrp/template@0.0.5
  • Loading branch information
kelvin-muchiri committed Feb 18, 2021
1 parent 6dc0221 commit 671b2af
Show file tree
Hide file tree
Showing 40 changed files with 218 additions and 96 deletions.
8 changes: 8 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2021-02-18)

**Note:** Version bump only for package web
32 changes: 16 additions & 16 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.0",
"version": "0.1.1",
"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.1",
"@opensrp/error-boundary-fallback": "^0.0.1",
"@opensrp/form-config": "^0.0.6",
"@opensrp/inventory": "^0.0.1",
"@opensrp/keycloak-service": "^0.0.9",
"@opensrp/location-management": "^0.0.7",
"@opensrp/notifications": "^0.0.2",
"@opensrp/plans": "0.0.2",
"@opensrp/product-catalogue": "^0.0.2",
"@opensrp/react-utils": "^0.0.2",
"@opensrp/reducer-factory": "^0.0.11",
"@opensrp/card-support": "^0.0.2",
"@opensrp/error-boundary-fallback": "^0.0.2",
"@opensrp/form-config": "^0.0.7",
"@opensrp/inventory": "^0.0.2",
"@opensrp/keycloak-service": "^0.0.10",
"@opensrp/location-management": "^0.0.8",
"@opensrp/notifications": "^0.0.3",
"@opensrp/plans": "^0.0.3",
"@opensrp/product-catalogue": "^0.0.3",
"@opensrp/react-utils": "^0.0.3",
"@opensrp/reducer-factory": "^0.0.12",
"@opensrp/server-logout": "^0.0.1",
"@opensrp/server-service": "^0.0.13",
"@opensrp/store": "^0.0.7",
"@opensrp/team-management": "^0.0.1",
"@opensrp/user-management": "^0.1.9",
"@opensrp/server-service": "^0.0.14",
"@opensrp/store": "^0.0.8",
"@opensrp/team-management": "^0.0.2",
"@opensrp/user-management": "^0.1.10",
"@sentry/react": "^5.27.4",
"add": "^2.0.6",
"antd": "^4.6.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/card-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.2 (2021-02-18)

**Note:** Version bump only for package @opensrp/card-support
18 changes: 9 additions & 9 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.1",
"version": "0.0.2",
"description": "OpenSRP card support features",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -35,20 +35,20 @@
"url": "https://github.com/opensrp/web/issues"
},
"peerDependencies": {
"react": "^16.18.1",
"@opensrp/store": "^0.0.5",
"antd": "^4.6.3",
"@opensrp/store": "^0.0.5"
"react": "^16.18.1"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@onaio/utils": "^0.0.1",
"@onaio/redux-reducer-registry": "^0.0.9",
"@onaio/utils": "^0.0.1",
"@opensrp/location-management": "^0.0.8",
"@opensrp/notifications": "^0.0.3",
"@opensrp/reducer-factory": "^0.0.9",
"@opensrp/server-service": "^0.0.13",
"@opensrp/location-management": "^0.0.7",
"@opensrp/notifications": "^0.0.2",
"papaparse": "^5.3.0",
"i18next": "^19.8.4"
"@opensrp/server-service": "^0.0.14",
"i18next": "^19.8.4",
"papaparse": "^5.3.0"
},
"devDependencies": {
"@types/papaparse": "^5.2.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/error-boundary-fallback/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.2 (2021-02-18)

**Note:** Version bump only for package @opensrp/error-boundary-fallback
6 changes: 3 additions & 3 deletions packages/error-boundary-fallback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/error-boundary-fallback",
"version": "0.0.1",
"version": "0.0.2",
"bugs": {
"url": "https://github.com/opensrp/web/issues"
},
Expand All @@ -26,8 +26,8 @@
]
},
"peerDependencies": {
"react": "^16.13.1",
"antd": "^4.6.3"
"antd": "^4.6.3",
"react": "^16.13.1"
},
"devDependencies": {
"@types/antd": "^1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/form-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.7 (2021-02-18)

**Note:** Version bump only for package @opensrp/form-config
16 changes: 8 additions & 8 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.6",
"version": "0.0.7",
"description": "OpenSrp form configuration components",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -42,26 +42,26 @@
"redux": "^4.0.4"
},
"dependencies": {
"antd": "^4.6.3",
"@ant-design/icons": "^4.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.20",
"@fortawesome/free-brands-svg-icons": "^5.10.0",
"@fortawesome/free-regular-svg-icons": "^5.10.0",
"@fortawesome/free-solid-svg-icons": "^5.10.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@onaio/drill-down-table": "^1.0.2",
"@onaio/utils": "^0.0.1",
"@onaio/redux-reducer-registry": "^0.0.9",
"@onaio/utils": "^0.0.1",
"@opensrp/notifications": "^0.0.3",
"@opensrp/pkg-config": "^0.0.2",
"@opensrp/reducer-factory": "^0.0.1",
"@opensrp/server-service": "^0.0.13",
"@opensrp/notifications": "^0.0.2",
"@opensrp/pkg-config": "^0.0.1",
"@opensrp/server-service": "^0.0.14",
"antd": "^4.6.3",
"formik": "^2.1.4",
"i18next": "^19.8.4",
"lodash": "^4.17.15",
"react-toastify": "^6.0.5",
"reactstrap": "^8.0.1",
"yup": "^0.29.1",
"i18next": "^19.8.4"
"yup": "^0.29.1"
},
"devDependencies": {
"@types/react-table": "^7.0.25",
Expand Down
8 changes: 8 additions & 0 deletions packages/inventory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.2 (2021-02-18)

**Note:** Version bump only for package @opensrp/inventory
6 changes: 3 additions & 3 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.1",
"version": "0.0.2",
"description": "Module to manage inventory, and service points",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -40,8 +40,8 @@
"license": "Apache-2.0",
"private": false,
"dependencies": {
"@opensrp/location-management": "^0.0.7",
"@opensrp/react-utils": "^0.0.2",
"@opensrp/location-management": "^0.0.8",
"@opensrp/react-utils": "^0.0.3",
"axios": "^0.21.1"
},
"devDependencies": {
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.10 (2021-02-18)

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

## 0.0.8 (2020-11-12)

**Note:** Version bump only for package @opensrp/keycloak-service
Expand Down
6 changes: 3 additions & 3 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.9",
"version": "0.0.10",
"description": "Keycloak Admin API service",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -35,9 +35,9 @@
"license": "Apache-2.0",
"private": false,
"devDependencies": {
"@opensrp/store": "^0.0.7"
"@opensrp/store": "^0.0.8"
},
"dependencies": {
"@opensrp/react-utils": "^0.0.2"
"@opensrp/react-utils": "^0.0.3"
}
}
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.10 (2021-02-18)

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

## 0.1.9 (2020-11-12)

**Note:** Version bump only for package @opensrp/user-management
Expand Down
12 changes: 6 additions & 6 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.9",
"version": "0.1.10",
"bugs": {
"url": "https://github.com/opensrp/web/issues"
},
Expand Down Expand Up @@ -40,30 +40,30 @@
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"i18next": "^19.8.4",
"@onaio/connected-reducer-registry": "^0.0.3",
"@onaio/gatekeeper": "^0.1.1",
"@onaio/loaders": "^0.0.1",
"@onaio/redux-reducer-registry": "^0.0.9",
"@onaio/session-reducer": "^0.0.12",
"@onaio/utils": "^0.0.1",
"@opensrp/keycloak-service": "^0.0.9",
"@opensrp/react-utils": "^0.0.2",
"@opensrp/server-service": "^0.0.13",
"@opensrp/keycloak-service": "^0.0.10",
"@opensrp/notifications": "^0.0.1",
"@opensrp/react-utils": "^0.0.3",
"@opensrp/server-service": "^0.0.14",
"antd": "^4.6.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"bootstrap": "^4.5.2",
"connected-react-router": "^6.8.0",
"fast_array_intersect": "^1.1.0",
"formik": "^2.1.5",
"formik-antd": "^2.0.1",
"i18next": "^19.8.4",
"lodash": "^4.17.20",
"uuid": "^8.3.1",
"yup": "^0.29.3"
},
"devDependencies": {
"@opensrp/store": "^0.0.7",
"@opensrp/store": "^0.0.8",
"@types/uuid": "^8.3.0",
"i18next-parser": "^3.5.0"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/location-management/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.8 (2021-02-18)

### Reverts

- Revert ":up: update interface for location unit" ([8c443a9](https://github.com/OpenSRP/web/commit/8c443a9785a813ca980aa080b5c5d6f77bb2ee44))
- Revert ":up: update snapshot" ([b8a03d3](https://github.com/OpenSRP/web/commit/b8a03d3f6f205c4fed0ee015d5fba31cfbcbe6c0))

## 0.0.7 (2020-11-12)

**Note:** Version bump only for package @opensrp/location-management
Expand Down
16 changes: 8 additions & 8 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.7",
"version": "0.0.8",
"description": "Location management components for opensrp web",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -38,17 +38,17 @@
"dependencies": {
"@onaio/session-reducer": "0.0.12",
"@onaio/utils": "^0.0.1",
"@opensrp/notifications": "^0.0.2",
"@opensrp/react-utils": "^0.0.2",
"@opensrp/reducer-factory": "^0.0.11",
"@opensrp/server-service": "^0.0.13",
"@opensrp/notifications": "^0.0.3",
"@opensrp/react-utils": "^0.0.3",
"@opensrp/reducer-factory": "^0.0.12",
"@opensrp/server-service": "^0.0.14",
"cycle": "^1.0.3",
"tree-model": "^1.0.7",
"i18next": "^19.8.4"
"i18next": "^19.8.4",
"tree-model": "^1.0.7"
},
"devDependencies": {
"@onaio/redux-reducer-registry": "^0.0.9",
"@opensrp/store": "^0.0.7",
"@opensrp/store": "^0.0.8",
"@types/geojson": "^7946.0.7",
"@types/uuid": "8.3.0",
"i18next-parser": "^3.5.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/opensrp-notifications/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.3 (2021-02-18)

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

## 0.0.2 (2020-11-12)

**Note:** Version bump only for package @opensrp/notifications
Expand Down
2 changes: 1 addition & 1 deletion packages/opensrp-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensrp/notifications",
"version": "0.0.2",
"version": "0.0.3",
"description": "Utility functions for dispaying OpenSRP web notifications",
"main": "dist/index.js",
"types": "dist/types",
Expand Down
8 changes: 8 additions & 0 deletions packages/opensrp-plans/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.3 (2021-02-18)

**Note:** Version bump only for package @opensrp/plans
15 changes: 7 additions & 8 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.2",
"version": "0.0.3",
"description": "Opensrp plans",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -48,11 +48,10 @@
"private": false,
"dependencies": {
"@onaio/redux-reducer-registry": "^0.0.9",
"@opensrp/plan-form": "^0.0.2-1",
"@opensrp/plan-form-core": "^0.0.1",
"@opensrp/react-utils": "^0.0.2",
"@opensrp/server-service": "^0.0.13",
"@opensrp/team-management": "^0.0.1"
},
"devDependencies": {}
"@opensrp/plan-form": "^0.0.2-2",
"@opensrp/plan-form-core": "^0.0.2",
"@opensrp/react-utils": "^0.0.3",
"@opensrp/server-service": "^0.0.14",
"@opensrp/team-management": "^0.0.2"
}
}
Loading

0 comments on commit 671b2af

Please sign in to comment.