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 25, 2019
1 parent 8439767 commit fea3c42
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 4 deletions.
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **core:** :bug: hooks: context can not be undefined ([f6bb536](https://github.com/barbajs/barba/commit/f6bb536)), closes [#468](https://github.com/barbajs/barba/issues/468)

### Features

- **core:** :sparkles: add replace history via data-attribute ([272a43f](https://github.com/barbajs/barba/commit/272a43f)), closes [#460](https://github.com/barbajs/barba/issues/460)

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

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

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

**Note:** Version bump only for package @barba/css

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

### 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.13",
"version": "2.1.14",
"description": "Style helper that manage you CSS classes during transitions",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/prefetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @barba/prefetch

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

**Note:** Version bump only for package @barba/prefetch
Expand Down
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.1.8",
"version": "2.1.9",
"description": "Automatically fetch and cache your pages based on the viewport",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @barba/router

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

**Note:** Version bump only for package @barba/router
Expand Down
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.1.7",
"version": "2.1.8",
"description": "Use custom routes for your page transitions",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit fea3c42

Please sign in to comment.