Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @barba/core@2.1.0
 - @barba/css@2.1.0
 - @barba/prefetch@2.1.0
 - @barba/router@2.1.0
  • Loading branch information
thierrymichel committed Mar 17, 2019
1 parent db27e6e commit 88ba61c
Show file tree
Hide file tree
Showing 8 changed files with 73 additions and 4 deletions.
24 changes: 24 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
15 changes: 15 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
15 changes: 15 additions & 0 deletions packages/prefetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/prefetch/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
15 changes: 15 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 88ba61c

Please sign in to comment.