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 fury 3.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Feb 26, 2019
1 parent aa03de5 commit bf06198
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 13 deletions.
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

## Master

### Enhancements

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

## 3.0.0-beta.5 (2018-12-21)

### Breaking
Expand Down
4 changes: 2 additions & 2 deletions packages/fury-adapter-apiary-blueprint-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"deckardcain": "^0.4.0"
},
"peerDependencies": {
"fury": "3.0.0-beta.8"
"fury": "3.0.0-beta.9"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.9.0",
"fury": "3.0.0-beta.8",
"fury": "3.0.0-beta.9",
"glob": "^7.1.2",
"mocha": "^5.0.2"
},
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

## Master

### Enhancements

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

## 0.13.0-beta (2019-01-10)

This update now uses drafter-npm 2.0.0-pre.1. Please see [drafter-npm
Expand Down
4 changes: 2 additions & 2 deletions packages/fury-adapter-apib-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"drafter": "2.0.0-pre.1"
},
"peerDependencies": {
"fury": "3.0.0-beta.8"
"fury": "3.0.0-beta.9"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.9.0",
"fury": "3.0.0-beta.8",
"fury": "3.0.0-beta.9",
"mocha": "^5.0.2"
},
"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

## Master

### Enhancements

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

## 0.8.0 (2018-12-21)

### Breaking
Expand Down
4 changes: 2 additions & 2 deletions packages/fury-adapter-apib-serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"nunjucks": "^2.0.0"
},
"peerDependencies": {
"fury": "3.0.0-beta.8"
"fury": "3.0.0-beta.9"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.9.0",
"fury": "3.0.0-beta.8",
"fury": "3.0.0-beta.9",
"glob": "^7.1.2",
"mocha": "^5.0.2"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/fury-adapter-oas3-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Master

### Enhancements

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

### Bug Fixes

- Fix handling of empty `!!set` and `!!map` in YAML parsing.
Expand Down
4 changes: 2 additions & 2 deletions packages/fury-adapter-oas3-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"yaml-js": "^0.2.3"
},
"peerDependencies": {
"fury": "3.0.0-beta.8"
"fury": "3.0.0-beta.9"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.9.0",
"fury": "3.0.0-beta.8",
"fury": "3.0.0-beta.9",
"mocha": "^5.0.2"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/fury-adapter-swagger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Master

### Enhancements

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

### Bug Fixes

- Removed uses of `process.nextTick` which could cause any exceptions raised by
Expand Down
4 changes: 2 additions & 2 deletions packages/fury-adapter-swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"z-schema": "^3.16.1"
},
"peerDependencies": {
"fury": "3.0.0-beta.8"
"fury": "3.0.0-beta.9"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.9.0",
"fury": "3.0.0-beta.8",
"fury": "3.0.0-beta.9",
"glob": "^7.1.2",
"mocha": "^5.0.2",
"swagger-zoo": "2.20.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/fury-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Master

This update uses [Fury 3.0.0 Beta
9](https://github.com/apiaryio/api-elements.js/releases/tag/fury-3.0.0-beta.9)
toolchain.

## 0.8.9 (2019-01-30)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion packages/fury-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"cardinal": "^2.1.1",
"commander": "^2.9",
"fury": "3.0.0-beta.8",
"fury": "3.0.0-beta.9",
"fury-adapter-apiary-blueprint-parser": "3.0.0-beta.5",
"fury-adapter-apib-parser": "0.13.0-beta",
"fury-adapter-apib-serializer": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fury/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fury Changelog

## Master
## 3.0.0-beta.9 (2019-02-26)

### Breaking

Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "3.0.0-beta.9",
"description": "API Description SDK",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand Down

0 comments on commit bf06198

Please sign in to comment.