Skip to content

Commit

Permalink
bump packages version and update their changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuchi committed Jul 21, 2023
1 parent 09d17fd commit 0a5e39a
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 26 deletions.
12 changes: 0 additions & 12 deletions .changeset/happy-days-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-suits-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-ducks-invent.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/commcare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-commcare

## 1.6.6

### Patch Changes

- 8205673: update superagent

## 1.6.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commcare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-commcare",
"version": "1.6.5",
"version": "1.6.6",
"description": "Commcare Language Pack for OpenFn",
"homepage": "https://docs.openfn.org",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/dhis2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-dhis2

## 4.0.2

### Patch Changes

- 1bd612e: improve error logs response

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dhis2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-dhis2",
"version": "4.0.1",
"version": "4.0.2",
"description": "DHIS2 Language Pack for OpenFn",
"homepage": "https://docs.openfn.org",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dhis2/src/Adaptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ axios.interceptors.response.use(

return Promise.reject({
request: error.config,
error: error.message,
message: error.message,
response: error.response?.data,
});
}
Expand Down
13 changes: 13 additions & 0 deletions packages/googlehealthcare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @openfn/language-googlehealthcare

## 1.0.0

### Major Changes

- 7df7e20: remove `projectId`, `dataSetId`, `cloudRegion`, and `fhirStoreId` out
of configuration

The new implementation of `createFhirResource(fhirStore, resource, callback)`
allows you to use one set of credentials to access different Google Healthcare
Cloud FHIR stores. `fhirStore` is an object that contains the FHIR store
information
(`{cloudRegion: string, projectId: string, datasetId: string, fhirStoreId: string}`).

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/googlehealthcare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-googlehealthcare",
"version": "0.1.0",
"version": "1.0.0",
"description": "A Google Health Care language package for use with Open Function",
"type": "module",
"exports": {
Expand Down

0 comments on commit 0a5e39a

Please sign in to comment.