From 88ba61c378cab76a41a52e19d85402eeac804833 Mon Sep 17 00:00:00 2001 From: Thierry Michel Date: Sun, 17 Mar 2019 15:32:09 +0100 Subject: [PATCH] chore(release): publish - @barba/core@2.1.0 - @barba/css@2.1.0 - @barba/prefetch@2.1.0 - @barba/router@2.1.0 --- packages/core/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/core/package.json | 2 +- packages/css/CHANGELOG.md | 15 +++++++++++++++ packages/css/package.json | 2 +- packages/prefetch/CHANGELOG.md | 15 +++++++++++++++ packages/prefetch/package.json | 2 +- packages/router/CHANGELOG.md | 15 +++++++++++++++ packages/router/package.json | 2 +- 8 files changed, 73 insertions(+), 4 deletions(-) create mode 100644 packages/core/CHANGELOG.md create mode 100644 packages/css/CHANGELOG.md create mode 100644 packages/prefetch/CHANGELOG.md create mode 100644 packages/router/CHANGELOG.md diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 00000000..6786cc4a --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,24 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 2.1.0 (2019-03-17) + +### Bug Fixes + +- **core:** :bug: append next container correctly on sync mode ([dc62bd3](https://github.com/barbajs/barba/commit/dc62bd3)), closes [#4](https://github.com/barbajs/barba/issues/4) +- **core:** :bug: fix `xlink:href` with SVG ([19ecd81](https://github.com/barbajs/barba/commit/19ecd81)), closes [#1](https://github.com/barbajs/barba/issues/1) +- **css:** :bug: fix css with next tick ([63642bf](https://github.com/barbajs/barba/commit/63642bf)) +- **prefetch:** :bug: fix requestError ([33c213b](https://github.com/barbajs/barba/commit/33c213b)) +- **root:** :bug: force publish ([ddb8798](https://github.com/barbajs/barba/commit/ddb8798)) +- **root:** :ok_hand: replace error with warning when no transition ([661801e](https://github.com/barbajs/barba/commit/661801e)) +- :bug: fix case issues ([c6adcb3](https://github.com/barbajs/barba/commit/c6adcb3)) + +### Features + +- **core:** :sparkles: add prevent custom + update README ([2fb4ec6](https://github.com/barbajs/barba/commit/2fb4ec6)) +- **css:** :recycle: add transitionend logic + big refactoring ([b775358](https://github.com/barbajs/barba/commit/b775358)) +- **css:** :tada: initial commit ([aed8206](https://github.com/barbajs/barba/commit/aed8206)) +- **root:** :sparkles: add logger + fixes ([6db3875](https://github.com/barbajs/barba/commit/6db3875)) +- **router:** :sparkles: add multiple properties to `route` ([4e92c83](https://github.com/barbajs/barba/commit/4e92c83)) diff --git a/packages/core/package.json b/packages/core/package.json index ba4c9dfe..ae59c6b3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@barba/core", - "version": "2.0.1-next.97+33c213b", + "version": "2.1.0", "description": "Barba is a ...", "publishConfig": { "access": "public" diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md new file mode 100644 index 00000000..c7047ece --- /dev/null +++ b/packages/css/CHANGELOG.md @@ -0,0 +1,15 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 2.1.0 (2019-03-17) + +### Bug Fixes + +- **css:** :bug: fix css with next tick ([63642bf](https://github.com/barbajs/barba/commit/63642bf)) + +### Features + +- **css:** :recycle: add transitionend logic + big refactoring ([b775358](https://github.com/barbajs/barba/commit/b775358)) +- **css:** :tada: initial commit ([aed8206](https://github.com/barbajs/barba/commit/aed8206)) diff --git a/packages/css/package.json b/packages/css/package.json index a50efb94..b9fbc149 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@barba/css", - "version": "2.0.1-next.97+33c213b", + "version": "2.1.0", "description": "Barba is a ...", "publishConfig": { "access": "public" diff --git a/packages/prefetch/CHANGELOG.md b/packages/prefetch/CHANGELOG.md new file mode 100644 index 00000000..34cbf142 --- /dev/null +++ b/packages/prefetch/CHANGELOG.md @@ -0,0 +1,15 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 2.1.0 (2019-03-17) + +### Bug Fixes + +- **prefetch:** :bug: fix check error ([f12a441](https://github.com/barbajs/barba/commit/f12a441)) + +### Features + +- **prefetch:** :sparkles: add prefetch + refactor e2e scripts ([c90b85b](https://github.com/barbajs/barba/commit/c90b85b)) +- **root:** :sparkles: add logger + fixes ([6db3875](https://github.com/barbajs/barba/commit/6db3875)) diff --git a/packages/prefetch/package.json b/packages/prefetch/package.json index e16f5acf..6033c9a4 100644 --- a/packages/prefetch/package.json +++ b/packages/prefetch/package.json @@ -1,6 +1,6 @@ { "name": "@barba/prefetch", - "version": "2.0.1-next.97+33c213b", + "version": "2.1.0", "description": "Barba is a ...", "publishConfig": { "access": "public" diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md new file mode 100644 index 00000000..08c1dc02 --- /dev/null +++ b/packages/router/CHANGELOG.md @@ -0,0 +1,15 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 2.1.0 (2019-03-17) + +### Bug Fixes + +- **root:** :bug: force publish ([ddb8798](https://github.com/barbajs/barba/commit/ddb8798)) + +### Features + +- **core:** :sparkles: add prevent custom + update README ([2fb4ec6](https://github.com/barbajs/barba/commit/2fb4ec6)) +- **router:** :sparkles: add multiple properties to `route` ([4e92c83](https://github.com/barbajs/barba/commit/4e92c83)) diff --git a/packages/router/package.json b/packages/router/package.json index 8a47a87e..db98c9c6 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@barba/router", - "version": "2.0.1-next.97+33c213b", + "version": "2.1.0", "description": "Barba is a ...", "publishConfig": { "access": "public"