Skip to content

Commit

Permalink
bump all version and update packages changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuchi committed Aug 14, 2023
1 parent 6d94d3d commit 02a3631
Show file tree
Hide file tree
Showing 39 changed files with 175 additions and 58 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-ducks-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-pianos-exercise.md

This file was deleted.

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

## 2.0.2

### Patch Changes

- Updated dependencies [df09270]
- @openfn/language-common@1.10.3

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bigquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-bigquery",
"version": "2.0.1",
"version": "2.0.2",
"description": "A Google BigQuery language package for use with Open Function",
"main": "dist/index.cjs",
"scripts": {
Expand All @@ -21,7 +21,7 @@
],
"dependencies": {
"@google-cloud/bigquery": "^5.12.0",
"@openfn/language-common": "workspace:1.10.2",
"@openfn/language-common": "workspace:1.10.3",
"csv-parse": "^4.16.3",
"import": "0.0.6",
"json2csv": "^5.0.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/commcare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @openfn/language-commcare

## 1.6.8

### Patch Changes

- Updated dependencies [df09270]
- @openfn/language-common@1.10.3
- @openfn/language-http@5.0.2

## 1.6.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.7",
"version": "1.6.8",
"description": "Commcare Language Pack for OpenFn",
"homepage": "https://docs.openfn.org",
"repository": {
Expand All @@ -25,8 +25,8 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "workspace:1.10.2",
"@openfn/language-http": "workspace:^5.0.1",
"@openfn/language-common": "workspace:1.10.3",
"@openfn/language-http": "workspace:^5.0.2",
"JSONPath": "^0.10.0",
"form-data": "^4.0.0",
"js2xmlparser": "^1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
v0.4.0

## 1.10.3

### Patch Changes

- df09270: Fix streaming interface to parseCSV

## 1.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-common",
"version": "1.10.2",
"version": "1.10.3",
"description": "Common Expressions for OpenFn",
"homepage": "https://docs.openfn.org",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/dynamics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/language-dynamics

## 0.4.6

### Patch Changes

- Updated dependencies [df09270]
- @openfn/language-common@1.10.3

## 0.4.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-dynamics",
"version": "0.4.5",
"version": "0.4.6",
"description": "A Microsoft Dynamics Language Pack for OpenFn",
"main": "dist/index.cjs",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "1.10.2",
"@openfn/language-common": "1.10.3",
"request": "^2.72.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/language-http

## 5.0.2

### Patch Changes

- Updated dependencies [df09270]
- @openfn/language-common@1.10.3

## 5.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-http",
"version": "5.0.1",
"version": "5.0.2",
"description": "An HTTP request language package for use with Open Function",
"homepage": "https://docs.openfn.org",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "workspace:1.10.2",
"@openfn/language-common": "workspace:1.10.3",
"cheerio": "^1.0.0-rc.10",
"cheerio-tableparser": "^1.0.1",
"csv-parse": "^4.10.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/msgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @openfn/language-msgraph

## 0.3.3

### Patch Changes

- b90e8a2: Add support for stream
- Updated dependencies [df09270]
- @openfn/language-common@1.10.3

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/msgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-msgraph",
"version": "0.3.2",
"version": "0.3.3",
"description": "Microsoft Graph Language Pack for OpenFn",
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/mssql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/language-mssql

## 4.1.6

### Patch Changes

- Updated dependencies [df09270]
- @openfn/language-common@1.10.3

## 4.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mssql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-mssql",
"version": "4.1.5",
"version": "4.1.6",
"description": "A Microsoft SQL language pack for OpenFn",
"exports": {
".": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "workspace:1.10.2",
"@openfn/language-common": "workspace:1.10.3",
"tedious": "15.1.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/language-mysql

## 1.4.6

### Patch Changes

- Updated dependencies [df09270]
- @openfn/language-common@1.10.3

## 1.4.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-mysql",
"version": "1.4.5",
"version": "1.4.6",
"description": "A MySQL Language Pack for OpenFn",
"homepage": "https://docs.openfn.org",
"main": "dist/index.cjs",
Expand All @@ -25,7 +25,7 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "1.10.2",
"@openfn/language-common": "1.10.3",
"json-sql": "^0.3.10",
"mysql": "^2.13.0",
"squel": "^5.8.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/nexmo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/language-nexmo

## 0.4.1

### Patch Changes

- Updated dependencies [df09270]
- @openfn/language-common@1.10.3

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nexmo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-nexmo",
"version": "0.4.0",
"version": "0.4.1",
"description": "An Language Package for Nexmo",
"main": "dist/index.cjs",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/ocl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/language-ocl

## 1.1.4

### Patch Changes

- Updated dependencies [df09270]
- @openfn/language-common@1.10.3

## 1.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ocl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-ocl",
"version": "1.1.3",
"version": "1.1.4",
"description": "An OCL language package for use with Open Function",
"main": "dist/index.cjs",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "1.10.2"
"@openfn/language-common": "1.10.3"
},
"devDependencies": {
"@openfn/buildtools": "workspace:^1.0.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/openfn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/language-openfn

## 1.3.6

### Patch Changes

- Updated dependencies [df09270]
- @openfn/language-common@1.10.3

## 1.3.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/openfn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-openfn",
"version": "1.3.5",
"version": "1.3.6",
"description": "An (experimental) adaptor for accessing the OpenFn web API",
"homepage": "https://docs.openfn.org",
"repository": {
Expand All @@ -25,7 +25,7 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "1.10.2",
"@openfn/language-common": "1.10.3",
"axios": "^0.21.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/openmrs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/language-openmrs

## 2.0.6

### Patch Changes

- Updated dependencies [df09270]
- @openfn/language-common@1.10.3

## 2.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/openmrs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-openmrs",
"version": "2.0.5",
"version": "2.0.6",
"description": "OpenMRS Language Pack for OpenFn",
"homepage": "https://docs.openfn.org",
"repository": {
Expand All @@ -25,7 +25,7 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "1.10.2",
"@openfn/language-common": "1.10.3",
"superagent": "^8.0.9"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/language-postgresql

## 4.1.6

### Patch Changes

- Updated dependencies [df09270]
- @openfn/language-common@1.10.3

## 4.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-postgresql",
"version": "4.1.5",
"version": "4.1.6",
"description": "A PostgreSQL Language Pack for OpenFn",
"homepage": "https://docs.openfn.org",
"exports": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "1.10.2",
"@openfn/language-common": "1.10.3",
"pg": "^8.3.2",
"pg-format": "^1.0.4"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/primero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/language-primero

## 2.11.6

### Patch Changes

- Updated dependencies [df09270]
- @openfn/language-common@1.10.3

## 2.11.5

### Patch Changes
Expand Down
Loading

0 comments on commit 02a3631

Please sign in to comment.