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

Commit 50efa29

Browse files
committed
chore(project): release
1 parent 5e894dd commit 50efa29

File tree

18 files changed

+79
-30
lines changed

18 files changed

+79
-30
lines changed

packages/api-elements/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# API Elements (JavaScript) CHANGELOG
22

3+
## 0.2.4 (2020-04-20)
4+
5+
### Enhancements
6+
7+
- Added `hosts` properties on `Resource` and `Transition` to access the "hosts"
8+
resources stored in the element attributes. `Cateogory` elements contain
9+
`hosts` so that you can access hosts categories from the "api" category.
10+
311
## 0.2.3 (2019-12-05)
412

513
Internal changes.

packages/api-elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-elements",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "API Elements JavaScript",
55
"author": "Apiary.io <support@apiary.io>",
66
"license": "MIT",

packages/fury-adapter-apiary-blueprint-parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.0.0-beta.11 (2020-04-20)
4+
5+
### Enhancements
6+
7+
- Compatibility with [Fury 3.0.0 Beta 14](https://github.com/apiaryio/api-elements.js/releases/tag/fury@3.0.0-beta.14).
8+
39
## 3.0.0-beta.10 (2019-12-06)
410

511
### Bug Fixes

packages/fury-adapter-apiary-blueprint-parser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fury-adapter-apiary-blueprint-parser",
3-
"version": "3.0.0-beta.10",
3+
"version": "3.0.0-beta.11",
44
"description": "Parser for Fury.js for the deprecated Apiary Blueprint language",
55
"author": "Apiary.io <support@apiary.io>",
66
"license": "MIT",
@@ -26,12 +26,12 @@
2626
"deckardcain": "^1.0.0"
2727
},
2828
"peerDependencies": {
29-
"fury": "3.0.0-beta.13"
29+
"fury": "3.0.0-beta.14"
3030
},
3131
"devDependencies": {
3232
"chai": "^4.2.0",
3333
"eslint": "^5.16.0",
34-
"fury": "3.0.0-beta.13",
34+
"fury": "3.0.0-beta.14",
3535
"glob": "^7.1.2",
3636
"mocha": "^5.2.0",
3737
"pegjs": "git://github.com/dmajda/pegjs.git#02af83f9b416778878e52e2cbbc22d96e312164e"

packages/fury-adapter-apib-parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Fury API Blueprint Parser Changelog
22

3+
## 0.18.0 (2020-04-20)
4+
5+
### Enhancements
6+
7+
- Compatibility with [Fury 3.0.0 Beta 14](https://github.com/apiaryio/api-elements.js/releases/tag/fury@3.0.0-beta.14).
8+
39
## 0.17.0 (2019-12-06)
410

511
### Enhancements

packages/fury-adapter-apib-parser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fury-adapter-apib-parser",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "API Blueprint parser for Fury.js",
55
"author": "Apiary.io <support@apiary.io>",
66
"license": "MIT",
@@ -24,12 +24,12 @@
2424
"drafter": "2.0.0"
2525
},
2626
"peerDependencies": {
27-
"fury": "3.0.0-beta.13"
27+
"fury": "3.0.0-beta.14"
2828
},
2929
"devDependencies": {
3030
"chai": "^4.2.0",
3131
"eslint": "^5.16.0",
32-
"fury": "3.0.0-beta.13",
32+
"fury": "3.0.0-beta.14",
3333
"mocha": "^5.2.0"
3434
},
3535
"engines": {

packages/fury-adapter-apib-serializer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Fury API Blueprint Serializer
22

3+
## 0.14.0 (2020-04-20)
4+
5+
### Enhancements
6+
7+
- Compatibility with [Fury 3.0.0 Beta 14](https://github.com/apiaryio/api-elements.js/releases/tag/fury@3.0.0-beta.14).
8+
39
## 0.13.0 (2019-12-06)
410

511
### Bug Fixes

packages/fury-adapter-apib-serializer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fury-adapter-apib-serializer",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "API Blueprint serializer for Fury.js",
55
"author": "Apiary.io <support@apiary.io>",
66
"license": "MIT",
@@ -24,12 +24,12 @@
2424
"nunjucks": "^3.2.0"
2525
},
2626
"peerDependencies": {
27-
"fury": "3.0.0-beta.13"
27+
"fury": "3.0.0-beta.14"
2828
},
2929
"devDependencies": {
3030
"chai": "^4.2.0",
3131
"eslint": "^5.16.0",
32-
"fury": "3.0.0-beta.13",
32+
"fury": "3.0.0-beta.14",
3333
"glob": "^7.1.2",
3434
"mocha": "^5.2.0"
3535
},

packages/fury-adapter-oas3-parser/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Fury OAS3 Parser Changelog
22

3-
## Master
3+
## 0.11.0 (2020-04-20)
44

55
### Enhancements
66

7+
- Compatibility with [Fury 3.0.0 Beta 14](https://github.com/apiaryio/api-elements.js/releases/tag/fury@3.0.0-beta.14).
8+
79
- Support for "default" response status codes.
810

911
- Support for `Server Object` and `Server Variable Object`

packages/fury-adapter-oas3-parser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fury-adapter-oas3-parser",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"description": "Open API Specification 3 API Elements Parser",
55
"author": "Apiary.io <support@apiary.io>",
66
"license": "MIT",
@@ -29,12 +29,12 @@
2929
"yaml-js": "^0.2.3"
3030
},
3131
"peerDependencies": {
32-
"fury": "3.0.0-beta.13"
32+
"fury": "3.0.0-beta.14"
3333
},
3434
"devDependencies": {
3535
"chai": "^4.2.0",
3636
"eslint": "^5.16.0",
37-
"fury": "3.0.0-beta.13",
37+
"fury": "3.0.0-beta.14",
3838
"mocha": "^5.2.0"
3939
},
4040
"engines": {

0 commit comments

Comments
 (0)