Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
chore(project): release
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Aug 6, 2020
1 parent c148599 commit 8c8c429
Show file tree
Hide file tree
Showing 22 changed files with 101 additions and 37 deletions.
2 changes: 1 addition & 1 deletion packages/api-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API Elements (JavaScript) CHANGELOG

## Master
## 0.3.0 (2020-08-05)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion packages/api-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-elements",
"version": "0.2.6",
"version": "0.3.0",
"description": "API Elements JavaScript",
"author": "Apiary.io <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/apiaryb-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# API Elements: Apiary Blueprint Parser Changelog

## 0.2.1 (2020-08-05)

Adds compatibility for @apielements/core 0.2.0.

## 0.2.0 (2020-06-12)

The package has been updated for compatibility with `@apielements/core`.
Expand Down
6 changes: 3 additions & 3 deletions packages/apiaryb-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apielements/apiaryb-parser",
"version": "0.2.0",
"version": "0.2.1",
"description": "API Elements parser for deprecated Apiary Blueprint language",
"author": "Apiary.io <[email protected]>",
"license": "MIT",
Expand All @@ -26,10 +26,10 @@
"deckardcain": "^1.0.0"
},
"peerDependencies": {
"@apielements/core": "^0.1.0"
"@apielements/core": ">=0.1.0 <0.3.0"
},
"devDependencies": {
"@apielements/core": "^0.1.0",
"@apielements/core": ">=0.1.0 <0.3.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"glob": "^7.1.2",
Expand Down
4 changes: 3 additions & 1 deletion packages/apib-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# API Elements: API Blueprint Parser Changelog

## Master
## 0.20.1 (2020-08-05)

Adds compatibility for @apielements/core 0.2.0.

### Enhancements

Expand Down
6 changes: 3 additions & 3 deletions packages/apib-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apielements/apib-parser",
"version": "0.20.0",
"version": "0.20.1",
"description": "API Blueprint parser for API Elements",
"author": "Apiary.io <[email protected]>",
"license": "MIT",
Expand All @@ -27,10 +27,10 @@
"protagonist": "^2.1.0"
},
"peerDependencies": {
"@apielements/core": "^0.1.0"
"@apielements/core": ">=0.1.0 <0.3.0"
},
"devDependencies": {
"@apielements/core": "^0.1.0",
"@apielements/core": ">=0.1.0 <0.3.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"mocha": "^7.1.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/apib-serializer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# API Elements: API Blueprint Serializer Changelog

## 0.16.1 (2020-08-06)

Adds compatibility for @apielements/core 0.2.0.

## 0.16.0 (2020-06-12)

The package has been updated for compatibility with `@apielements/core`.
Expand Down
6 changes: 3 additions & 3 deletions packages/apib-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apielements/apib-serializer",
"version": "0.16.0",
"version": "0.16.1",
"description": "API Blueprint serializer for API Elements",
"author": "Apiary.io <[email protected]>",
"license": "MIT",
Expand All @@ -24,10 +24,10 @@
"nunjucks": "^3.2.0"
},
"peerDependencies": {
"@apielements/core": "^0.1.0"
"@apielements/core": ">=0.1.0 <0.3.0"
},
"devDependencies": {
"@apielements/core": "^0.1.0",
"@apielements/core": ">=0.1.0 <0.3.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"glob": "^7.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# API Elements: CLI Changelog

## 0.10.2 (2020-08-05)

This update incorporates changes from API Element Adapters:

- openapi3-parser 0.15.0

## 0.10.1 (2020-06-24)

This update incorporates changes from API Element Adapters:
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apielements/cli",
"version": "0.10.1",
"version": "0.10.2",
"description": "Command line tool interface for Fury.js",
"author": "Apiary.io <[email protected]>",
"license": "MIT",
Expand All @@ -22,12 +22,12 @@
"test": "exit 0"
},
"dependencies": {
"@apielements/apiaryb-parser": "^0.2.0",
"@apielements/apib-parser": "^0.20.0",
"@apielements/apib-serializer": "^0.16.0",
"@apielements/core": "^0.1.0",
"@apielements/openapi2-parser": "^0.32.0",
"@apielements/openapi3-parser": "^0.14.0",
"@apielements/apiaryb-parser": "^0.2.1",
"@apielements/apib-parser": "^0.20.1",
"@apielements/apib-serializer": "^0.16.1",
"@apielements/core": ">=0.1.0 <0.3.0",
"@apielements/openapi2-parser": "^0.32.3",
"@apielements/openapi3-parser": "^0.15.0",
"cardinal": "^2.1.1",
"commander": "^5.1.0",
"js-yaml": "^3.12.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# API Elements: Core

## 0.2.0 (2020-08-05)

This package updates the version of `api-elements` being used. See
[[email protected]](https://github.com/apiaryio/api-elements.js/releases/tag/%40apielements%2Fcore%400.2.0)
for more details on the contents of the change.

## 0.1.0 (2020-06-12)

The package has been renamed to `@apielements/core`.
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apielements/core",
"version": "0.1.0",
"version": "0.2.0",
"description": "API Description SDK",
"author": "Apiary.io <[email protected]>",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"test": "mocha"
},
"dependencies": {
"api-elements": "^0.2.4"
"api-elements": "^0.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/form-serializer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Form Serializer Changelog

## 0.1.1 (2020-08-06)

Adds compatibility for @apielements/core 0.2.0.

## 0.1.0

Initial release
6 changes: 3 additions & 3 deletions packages/form-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apielements/form-serializer",
"version": "0.1.0",
"version": "0.1.1",
"description": "Multipart/form-data serializer for API Elements",
"author": "Apiary.io <[email protected]>",
"license": "MIT",
Expand All @@ -21,13 +21,13 @@
"test": "mocha test"
},
"devDependencies": {
"@apielements/core": ">=0.1.0 <0.3.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"@apielements/core": "^0.1.0",
"mocha": "^7.1.1"
},
"peerDependencies": {
"@apielements/core": "^0.1.0"
"@apielements/core": ">=0.1.0 <0.3.0"
},
"dependencies": {
"lodash": "^4.17.15"
Expand Down
9 changes: 9 additions & 0 deletions packages/json-serializer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# JSON Serializer Changelog

## 0.1.1 (2020-08-06)

Adds compatibility for @apielements/core 0.2.0.

## 0.1.0

Initial release
6 changes: 3 additions & 3 deletions packages/json-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apielements/json-serializer",
"version": "0.1.0",
"version": "0.1.1",
"description": "JSON serializer for API Elements",
"author": "Apiary.io <[email protected]>",
"license": "MIT",
Expand All @@ -21,10 +21,10 @@
"test": "mocha test"
},
"peerDependencies": {
"@apielements/core": "^0.1.0"
"@apielements/core": ">=0.1.0 <0.3.0"
},
"devDependencies": {
"@apielements/core": "^0.1.0",
"@apielements/core": ">=0.1.0 <0.3.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"mocha": "^7.1.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/openapi2-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# API Elements: OpenAPI 2 Parser Changelog

## 0.32.3 (2020-08-06)

Adds compatibility for @apielements/core 0.2.0.

## 0.32.2 (2020-07-22)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/openapi2-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apielements/openapi2-parser",
"version": "0.32.2",
"version": "0.32.3",
"description": "Swagger 2.0 parser for Fury.js",
"author": "Apiary.io <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -30,10 +30,10 @@
"z-schema": "^4.1.0"
},
"peerDependencies": {
"@apielements/core": "^0.1.0"
"@apielements/core": ">=0.1.0 <0.3.0"
},
"devDependencies": {
"@apielements/core": "^0.1.0",
"@apielements/core": ">=0.1.0 <0.3.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"glob": "^7.1.2",
Expand Down
18 changes: 17 additions & 1 deletion packages/openapi3-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# API Elements: OpenAPI 3 Parser Changelog

## Master
## 0.15.0 (2020-08-06)

### Enhancements

- The parser will only emit warnings for unsupported features a single time.
This can dramatically increase the performance when dealing with documents
which use many unsupported features.

### Bug Fixes

Expand All @@ -9,6 +15,16 @@
Previously an invalid asset element was created which contained non-string
content.

- Moves the description from 'Server Object' variable values into the member
element which contain it for consistency.

- Fixes a case where source map information for the description of a 'Server
Object' variable would be missing.

- Prevent the generation of message body examples for text-based media types
when the value is not string based. A warning will now be emitted under this
circumstance.

## 0.14.2 (2020-07-20)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/openapi3-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apielements/openapi3-parser",
"version": "0.14.2",
"version": "0.15.0",
"description": "Open API Specification 3 API Elements Parser",
"author": "Apiary.io <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -29,10 +29,10 @@
"yaml-js": "^0.2.3"
},
"peerDependencies": {
"@apielements/core": "^0.1.0"
"@apielements/core": ">=0.1.0 <0.3.0"
},
"devDependencies": {
"@apielements/core": "^0.1.0",
"@apielements/core": ">=0.1.0 <0.3.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"mocha": "^7.1.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/remote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# API Elements: Remote Adapter Changelog

## 0.6.2 (2020-08-06)

Adds compatibility for @apielements/core 0.2.0.

## 0.6.1 (2020-06-22)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apielements/remote",
"version": "0.6.1",
"version": "0.6.2",
"description": "API Elements adapter for performing actions via a remote API",
"author": "Apiary.io <[email protected]>",
"license": "MIT",
Expand All @@ -26,10 +26,10 @@
"deckardcain": "^1.0.0"
},
"peerDependencies": {
"@apielements/core": "^0.1.0"
"@apielements/core": ">=0.1.0 <0.3.0"
},
"devDependencies": {
"@apielements/core": "^0.1.0",
"@apielements/core": ">=0.1.0 <0.3.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"mocha": "^7.1.1"
Expand Down

0 comments on commit 8c8c429

Please sign in to comment.