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

Commit

Permalink
chore(project): publish apib-serializer, openapi3-parser
Browse files Browse the repository at this point in the history
 - @apielements/apib-serializer@0.16.3
 - @apielements/cli@0.10.3
 - @apielements/openapi3-parser@0.15.2
  • Loading branch information
kylef committed Feb 15, 2021
1 parent cc84a18 commit f678da1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/apib-serializer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API Elements: API Blueprint Serializer Changelog

## TBD
## 0.16.3 (2021-02-15)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.16.3",
"description": "API Blueprint serializer for API Elements",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# API Elements: CLI Changelog

## 0.10.3 (2021-02-15)

This update incorporates changes from API Element Adapters:

- apib-serializer 0.16.3
- openapi3-parser 0.15.2

## 0.10.2 (2020-08-05)

This update incorporates changes from API Element Adapters:
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "0.10.3",
"description": "Command line tool interface for Fury.js",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand All @@ -24,10 +24,10 @@
"dependencies": {
"@apielements/apiaryb-parser": "^0.2.1",
"@apielements/apib-parser": "^0.20.1",
"@apielements/apib-serializer": "^0.16.2",
"@apielements/apib-serializer": "^0.16.3",
"@apielements/core": ">=0.1.0 <0.3.0",
"@apielements/openapi2-parser": "^0.32.4",
"@apielements/openapi3-parser": "^0.15.0",
"@apielements/openapi3-parser": "^0.15.2",
"cardinal": "^2.1.1",
"commander": "^5.1.0",
"js-yaml": "^3.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi3-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API Elements: OpenAPI 3 Parser Changelog

## TBD
## 0.15.2 (2021-02-15)

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion 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.15.1",
"version": "0.15.2",
"description": "Open API Specification 3 API Elements Parser",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand Down

0 comments on commit f678da1

Please sign in to comment.