Skip to content

Commit 88ba61c

Browse files
committed
chore(release): publish
- @barba/core@2.1.0 - @barba/css@2.1.0 - @barba/prefetch@2.1.0 - @barba/router@2.1.0
1 parent db27e6e commit 88ba61c

8 files changed

Lines changed: 73 additions & 4 deletions

File tree

packages/core/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.1.0 (2019-03-17)
7+
8+
### Bug Fixes
9+
10+
- **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)
11+
- **core:** :bug: fix `xlink:href` with SVG ([19ecd81](https://github.com/barbajs/barba/commit/19ecd81)), closes [#1](https://github.com/barbajs/barba/issues/1)
12+
- **css:** :bug: fix css with next tick ([63642bf](https://github.com/barbajs/barba/commit/63642bf))
13+
- **prefetch:** :bug: fix requestError ([33c213b](https://github.com/barbajs/barba/commit/33c213b))
14+
- **root:** :bug: force publish ([ddb8798](https://github.com/barbajs/barba/commit/ddb8798))
15+
- **root:** :ok_hand: replace error with warning when no transition ([661801e](https://github.com/barbajs/barba/commit/661801e))
16+
- :bug: fix case issues ([c6adcb3](https://github.com/barbajs/barba/commit/c6adcb3))
17+
18+
### Features
19+
20+
- **core:** :sparkles: add prevent custom + update README ([2fb4ec6](https://github.com/barbajs/barba/commit/2fb4ec6))
21+
- **css:** :recycle: add transitionend logic + big refactoring ([b775358](https://github.com/barbajs/barba/commit/b775358))
22+
- **css:** :tada: initial commit ([aed8206](https://github.com/barbajs/barba/commit/aed8206))
23+
- **root:** :sparkles: add logger + fixes ([6db3875](https://github.com/barbajs/barba/commit/6db3875))
24+
- **router:** :sparkles: add multiple properties to `route` ([4e92c83](https://github.com/barbajs/barba/commit/4e92c83))

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barba/core",
3-
"version": "2.0.1-next.97+33c213b",
3+
"version": "2.1.0",
44
"description": "Barba is a ...",
55
"publishConfig": {
66
"access": "public"

packages/css/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.1.0 (2019-03-17)
7+
8+
### Bug Fixes
9+
10+
- **css:** :bug: fix css with next tick ([63642bf](https://github.com/barbajs/barba/commit/63642bf))
11+
12+
### Features
13+
14+
- **css:** :recycle: add transitionend logic + big refactoring ([b775358](https://github.com/barbajs/barba/commit/b775358))
15+
- **css:** :tada: initial commit ([aed8206](https://github.com/barbajs/barba/commit/aed8206))

packages/css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barba/css",
3-
"version": "2.0.1-next.97+33c213b",
3+
"version": "2.1.0",
44
"description": "Barba is a ...",
55
"publishConfig": {
66
"access": "public"

packages/prefetch/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.1.0 (2019-03-17)
7+
8+
### Bug Fixes
9+
10+
- **prefetch:** :bug: fix check error ([f12a441](https://github.com/barbajs/barba/commit/f12a441))
11+
12+
### Features
13+
14+
- **prefetch:** :sparkles: add prefetch + refactor e2e scripts ([c90b85b](https://github.com/barbajs/barba/commit/c90b85b))
15+
- **root:** :sparkles: add logger + fixes ([6db3875](https://github.com/barbajs/barba/commit/6db3875))

packages/prefetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barba/prefetch",
3-
"version": "2.0.1-next.97+33c213b",
3+
"version": "2.1.0",
44
"description": "Barba is a ...",
55
"publishConfig": {
66
"access": "public"

packages/router/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.1.0 (2019-03-17)
7+
8+
### Bug Fixes
9+
10+
- **root:** :bug: force publish ([ddb8798](https://github.com/barbajs/barba/commit/ddb8798))
11+
12+
### Features
13+
14+
- **core:** :sparkles: add prevent custom + update README ([2fb4ec6](https://github.com/barbajs/barba/commit/2fb4ec6))
15+
- **router:** :sparkles: add multiple properties to `route` ([4e92c83](https://github.com/barbajs/barba/commit/4e92c83))

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barba/router",
3-
"version": "2.0.1-next.97+33c213b",
3+
"version": "2.1.0",
44
"description": "Barba is a ...",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)