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 Apr 20, 2020
1 parent 5e894dd commit 50efa29
Show file tree
Hide file tree
Showing 18 changed files with 79 additions and 30 deletions.
8 changes: 8 additions & 0 deletions packages/api-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# API Elements (JavaScript) CHANGELOG

## 0.2.4 (2020-04-20)

### Enhancements

- Added `hosts` properties on `Resource` and `Transition` to access the "hosts"
resources stored in the element attributes. `Cateogory` elements contain
`hosts` so that you can access hosts categories from the "api" category.

## 0.2.3 (2019-12-05)

Internal changes.
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.3",
"version": "0.2.4",
"description": "API Elements JavaScript",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/fury-adapter-apiary-blueprint-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.0.0-beta.11 (2020-04-20)

### Enhancements

- Compatibility with [Fury 3.0.0 Beta 14](https://github.com/apiaryio/api-elements.js/releases/tag/fury@3.0.0-beta.14).

## 3.0.0-beta.10 (2019-12-06)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/fury-adapter-apiary-blueprint-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fury-adapter-apiary-blueprint-parser",
"version": "3.0.0-beta.10",
"version": "3.0.0-beta.11",
"description": "Parser for Fury.js for the deprecated Apiary Blueprint language",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand All @@ -26,12 +26,12 @@
"deckardcain": "^1.0.0"
},
"peerDependencies": {
"fury": "3.0.0-beta.13"
"fury": "3.0.0-beta.14"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"fury": "3.0.0-beta.13",
"fury": "3.0.0-beta.14",
"glob": "^7.1.2",
"mocha": "^5.2.0",
"pegjs": "git://github.com/dmajda/pegjs.git#02af83f9b416778878e52e2cbbc22d96e312164e"
Expand Down
6 changes: 6 additions & 0 deletions packages/fury-adapter-apib-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Fury API Blueprint Parser Changelog

## 0.18.0 (2020-04-20)

### Enhancements

- Compatibility with [Fury 3.0.0 Beta 14](https://github.com/apiaryio/api-elements.js/releases/tag/fury@3.0.0-beta.14).

## 0.17.0 (2019-12-06)

### Enhancements
Expand Down
6 changes: 3 additions & 3 deletions packages/fury-adapter-apib-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fury-adapter-apib-parser",
"version": "0.17.0",
"version": "0.18.0",
"description": "API Blueprint parser for Fury.js",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand All @@ -24,12 +24,12 @@
"drafter": "2.0.0"
},
"peerDependencies": {
"fury": "3.0.0-beta.13"
"fury": "3.0.0-beta.14"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"fury": "3.0.0-beta.13",
"fury": "3.0.0-beta.14",
"mocha": "^5.2.0"
},
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/fury-adapter-apib-serializer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Fury API Blueprint Serializer

## 0.14.0 (2020-04-20)

### Enhancements

- Compatibility with [Fury 3.0.0 Beta 14](https://github.com/apiaryio/api-elements.js/releases/tag/fury@3.0.0-beta.14).

## 0.13.0 (2019-12-06)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/fury-adapter-apib-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fury-adapter-apib-serializer",
"version": "0.13.0",
"version": "0.14.0",
"description": "API Blueprint serializer for Fury.js",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand All @@ -24,12 +24,12 @@
"nunjucks": "^3.2.0"
},
"peerDependencies": {
"fury": "3.0.0-beta.13"
"fury": "3.0.0-beta.14"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"fury": "3.0.0-beta.13",
"fury": "3.0.0-beta.14",
"glob": "^7.1.2",
"mocha": "^5.2.0"
},
Expand Down
4 changes: 3 additions & 1 deletion packages/fury-adapter-oas3-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Fury OAS3 Parser Changelog

## Master
## 0.11.0 (2020-04-20)

### Enhancements

- Compatibility with [Fury 3.0.0 Beta 14](https://github.com/apiaryio/api-elements.js/releases/tag/fury@3.0.0-beta.14).

- Support for "default" response status codes.

- Support for `Server Object` and `Server Variable Object`
Expand Down
6 changes: 3 additions & 3 deletions packages/fury-adapter-oas3-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fury-adapter-oas3-parser",
"version": "0.10.2",
"version": "0.11.0",
"description": "Open API Specification 3 API Elements Parser",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand Down Expand Up @@ -29,12 +29,12 @@
"yaml-js": "^0.2.3"
},
"peerDependencies": {
"fury": "3.0.0-beta.13"
"fury": "3.0.0-beta.14"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"fury": "3.0.0-beta.13",
"fury": "3.0.0-beta.14",
"mocha": "^5.2.0"
},
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/fury-adapter-remote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Fury Remote Adapter Changelog

## 0.5.0 (2020-04-20)

### Enhancements

- Compatibility with [Fury 3.0.0 Beta 14](https://github.com/apiaryio/api-elements.js/releases/tag/fury@3.0.0-beta.14).

## 0.4.1 (2020-01-30)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/fury-adapter-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fury-adapter-remote",
"version": "0.4.1",
"version": "0.5.0",
"description": "Provide adapter for Element API based on callin remote API site",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand All @@ -26,12 +26,12 @@
"deckardcain": "^1.0.0"
},
"peerDependencies": {
"fury": "3.0.0-beta.13"
"fury": "3.0.0-beta.14"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"fury": "3.0.0-beta.13",
"fury": "3.0.0-beta.14",
"mocha": "^5.2.0"
}
}
4 changes: 3 additions & 1 deletion packages/fury-adapter-swagger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Fury Swagger Parser Changelog

## Master
## 0.29.0 (2020-04-20)

### Enhancements

- Compatibility with [Fury 3.0.0 Beta 14](https://github.com/apiaryio/api-elements.js/releases/tag/fury@3.0.0-beta.14).

- The parser can now be configured to disable generation of example message
bodies and message body schemas by providing an adapter option
`generateMessageBody` or `generateMessageBodySchema` as `false` during parse.
Expand Down
6 changes: 3 additions & 3 deletions packages/fury-adapter-swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fury-adapter-swagger",
"version": "0.28.3",
"version": "0.29.0",
"description": "Swagger 2.0 parser for Fury.js",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand Down Expand Up @@ -30,12 +30,12 @@
"z-schema": "^4.1.0"
},
"peerDependencies": {
"fury": "3.0.0-beta.13"
"fury": "3.0.0-beta.14"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"fury": "3.0.0-beta.13",
"fury": "3.0.0-beta.14",
"glob": "^7.1.2",
"mocha": "^5.2.0",
"swagger-zoo": "^3.1.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/fury-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.9.4 (2020-04-20)

This update incorporates changes from Fury Adapters:

- fury-adapter-oas3-parser 0.11.0
- fury-adapter-swagger 0.29.0

## 0.9.3 (2020-01-30)

This update incorporates bug fixes from Fury Adapters:
Expand Down
14 changes: 7 additions & 7 deletions packages/fury-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fury-cli",
"version": "0.9.3",
"version": "0.9.4",
"description": "Command line tool interface for Fury.js",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand All @@ -24,12 +24,12 @@
"dependencies": {
"cardinal": "^2.1.1",
"commander": "^4.1.0",
"fury": "3.0.0-beta.13",
"fury-adapter-apiary-blueprint-parser": "3.0.0-beta.10",
"fury-adapter-apib-parser": "^0.17.0",
"fury-adapter-apib-serializer": "^0.13.0",
"fury-adapter-oas3-parser": "^0.10.2",
"fury-adapter-swagger": "^0.28.3",
"fury": "3.0.0-beta.14",
"fury-adapter-apiary-blueprint-parser": "3.0.0-beta.11",
"fury-adapter-apib-parser": "^0.18.0",
"fury-adapter-apib-serializer": "^0.14.0",
"fury-adapter-oas3-parser": "^0.11.0",
"fury-adapter-swagger": "^0.29.0",
"js-yaml": "^3.12.0",
"minim": "^0.23.4"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/fury/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Fury Changelog

## 3.0.0-beta.14 (2020-04-20)

This release contains an updated api-elements models. See [api-elements
0.2.4](https://github.com/apiaryio/api-elements.js/releases/tag/api-elements%400.2.4)
for further details.

## 3.0.0-beta.13 (2019-12-06)

This release contains internal changes needed for included Fury adapters.
Expand Down
4 changes: 2 additions & 2 deletions packages/fury/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fury",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"description": "API Description SDK",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"test": "mocha"
},
"dependencies": {
"api-elements": "^0.2.3"
"api-elements": "^0.2.4"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 50efa29

Please sign in to comment.