Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuchi committed Oct 9, 2024
1 parent 3fd13c2 commit d8fca2d
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 21 deletions.
11 changes: 0 additions & 11 deletions .changeset/curvy-cougars-add.md

This file was deleted.

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

## 5.0.3

### Patch Changes

- 3fd13c2: Update axios to 1.7.7

## 5.0.2

### 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": "5.0.2",
"version": "5.0.3",
"description": "DHIS2 Language Pack for OpenFn",
"homepage": "https://docs.openfn.org",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/fhir-ndr-et/src/builders.js
Original file line number Diff line number Diff line change
Expand Up @@ -16390,7 +16390,7 @@ function observation_enhanced_adherence_counselling_observation(props) {

resource.code = code;
} else {
resource.code = {"coding":[{"system":"http://moh.gov.et/fhir/hiv/CodeSystem/enhanced-adherence-counselling-status-code-system","code":"eac"}]};
resource.code = {"coding":[{"system":"http://snomed.info/sct","code":"410265008"}]};
}

if (!_.isNil(props.subject)) {
Expand Down Expand Up @@ -22824,7 +22824,7 @@ function observation_muac_observation(props) {

resource.code = code;
} else {
resource.code = {"coding":[{"system":"http://loinc.org","code":"56072-2"}]};
resource.code = {"coding":[{"system":"http://snomed.info/sct","code":"284473002"}]};
}

if (!_.isNil(props.subject)) {
Expand Down Expand Up @@ -23338,7 +23338,7 @@ function observation_nutritional_status_observation(props) {

resource.code = code;
} else {
resource.code = {"coding":[{"system":"http://snomed.info/sct","code":"87276001"}]};
resource.code = {"coding":[{"system":"http://loinc.org","code":"101819-1"}]};
}

if (!_.isNil(props.subject)) {
Expand Down
6 changes: 6 additions & 0 deletions packages/godata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-godata

## 3.5.3

### Patch Changes

- 3fd13c2: Update axios to 1.7.7

## 3.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/godata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-godata",
"version": "3.5.2",
"version": "3.5.3",
"description": "An OpenFn adaptor for use with the WHO's GoData API",
"main": "dist/index.cjs",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/mailchimp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-mailchimp

## 1.0.5

### Patch Changes

- 3fd13c2: Update axios to 1.7.7

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mailchimp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-mailchimp",
"version": "1.0.4",
"version": "1.0.5",
"description": "An OpenFn adaptor for use with Mailchimp",
"main": "dist/index.cjs",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/openfn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-openfn

## 2.0.3

### Patch Changes

- 3fd13c2: Update axios to 1.7.7

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openfn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-openfn",
"version": "2.0.2",
"version": "2.0.3",
"description": "An (experimental) adaptor for accessing the OpenFn web API",
"homepage": "https://docs.openfn.org",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/progres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-progres

## 1.4.5

### Patch Changes

- 3fd13c2: Update axios to 1.7.7

## 1.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/progres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-progres",
"version": "1.4.4",
"version": "1.4.5",
"description": "An OpenFn adaptor to work with UNHCR's ProGres case management system",
"homepage": "https://docs.openfn.org",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rapidpro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-rapidpro

## 1.1.4

### Patch Changes

- 3fd13c2: Update axios to 1.7.7

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rapidpro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-rapidpro",
"version": "1.1.3",
"version": "1.1.4",
"description": "A RapidPro adaptor for OpenFn",
"main": "dist/index.cjs",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/salesforce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-salesforce

## 4.8.5

### Patch Changes

- 3fd13c2: Update axios to 1.7.7

## 4.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-salesforce",
"version": "4.8.4",
"version": "4.8.5",
"description": "Salesforce Language Pack for OpenFn",
"homepage": "https://docs.openfn.org",
"exports": {
Expand Down

0 comments on commit d8fca2d

Please sign in to comment.