Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymichel committed Nov 6, 2019
1 parent e67a17b commit 7279395
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/barbajs/barba/compare/@barba/[email protected]...@barba/[email protected]) (2019-11-06)

### Bug Fixes

- **core:** :bug: compare ports for sameUrl prevent check ([e2a84e4](https://github.com/barbajs/barba/commit/e2a84e4)), closes [#463](https://github.com/barbajs/barba/issues/463)
- **core:** :bug: popstate with unknown state (null) ([3369633](https://github.com/barbajs/barba/commit/3369633)), closes [#456](https://github.com/barbajs/barba/issues/456) [#466](https://github.com/barbajs/barba/issues/466)
- **core:** :ok_hand: resolve once transitions ([20cafe1](https://github.com/barbajs/barba/commit/20cafe1)), closes [#439](https://github.com/barbajs/barba/issues/439)

### Features

- **core:** :loud_sound: add/improve error logs ([e67a17b](https://github.com/barbajs/barba/commit/e67a17b)), closes [#447](https://github.com/barbajs/barba/issues/447)

## [2.7.2](https://github.com/barbajs/barba/compare/@barba/[email protected]...@barba/[email protected]) (2019-11-05)

### Bug Fixes
Expand Down
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.7.2",
"version": "2.8.0",
"description": "Create badass, fluid and smooth transition between your website's pages",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.13](https://github.com/barbajs/barba/compare/@barba/[email protected]...@barba/[email protected]) (2019-11-06)

### Bug Fixes

- **core:** :ok_hand: resolve once transitions ([20cafe1](https://github.com/barbajs/barba/commit/20cafe1)), closes [#439](https://github.com/barbajs/barba/issues/439)

## [2.1.12](https://github.com/barbajs/barba/compare/@barba/[email protected]...@barba/[email protected]) (2019-11-05)

### Bug Fixes
Expand Down
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.1.12",
"version": "2.1.13",
"description": "Style helper that manage you CSS classes during transitions",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 7279395

Please sign in to comment.