Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymichel committed Dec 12, 2019
1 parent e2da361 commit f5c8cb6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/core/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.9.6](https://github.com/barbajs/barba/compare/@barba/[email protected]...@barba/[email protected]) (2019-12-12)

### Bug Fixes

- **core:** :bug: fix route (object) resolution ([1fb344f](https://github.com/barbajs/barba/commit/1fb344f9f07fbe58c5893b09f59d471704c0c521))

## [2.9.5](https://github.com/barbajs/barba/compare/@barba/[email protected]...@barba/[email protected]) (2019-12-09)

### 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.9.5",
"version": "2.9.6",
"description": "Create badass, fluid and smooth transition between your website's pages",
"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.10](https://github.com/barbajs/barba/compare/@barba/[email protected]...@barba/[email protected]) (2019-12-12)

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

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

### Bug Fixes
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.9",
"version": "2.1.10",
"description": "Use custom routes for your page transitions",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit f5c8cb6

Please sign in to comment.