Skip to content

Commit 4670440

Browse files
committed
v0.6.5
1 parent 93f58e9 commit 4670440

File tree

12 files changed

+66
-9
lines changed

12 files changed

+66
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.5](https://github.com/ingram-projects/animxyz/compare/v0.6.4...v0.6.5) (2021-12-01)
7+
8+
9+
### Bug Fixes
10+
11+
* fixed unmount with vue3 directive and ssr error in mergeData function ([93f58e9](https://github.com/ingram-projects/animxyz/commit/93f58e9aa540ba74611a66bf1c9dec2530c5dfdd))
12+
13+
14+
15+
16+
617
## [0.6.4](https://github.com/ingram-projects/animxyz/compare/v0.6.3...v0.6.4) (2021-06-30)
718

819
**Note:** Version bump only for package animxyz

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.5](https://github.com/ingram-projects/animxyz/compare/v0.6.4...v0.6.5) (2021-12-01)
7+
8+
**Note:** Version bump only for package @animxyz/docs
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/ingram-projects/animxyz/compare/v0.6.3...v0.6.4) (2021-06-30)
715

816
**Note:** Version bump only for package @animxyz/docs

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@animxyz/docs",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"private": true,
55
"scripts": {
66
"build": "gridsome build",
@@ -9,7 +9,7 @@
99
"explore": "gridsome explore"
1010
},
1111
"dependencies": {
12-
"@animxyz/vue": "^0.6.4",
12+
"@animxyz/vue": "^0.6.5",
1313
"body-scroll-lock": "^3.1.5",
1414
"fontsource-inconsolata": "4.0.0",
1515
"gridsome": "^0.7.23",

examples/vue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.5](https://github.com/ingram-projects/animxyz/compare/v0.6.4...v0.6.5) (2021-12-01)
7+
8+
**Note:** Version bump only for package @animxyz/vue-examples
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/ingram-projects/animxyz/compare/v0.6.3...v0.6.4) (2021-06-30)
715

816
**Note:** Version bump only for package @animxyz/vue-examples

examples/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@animxyz/vue-examples",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"private": true,
55
"scripts": {
66
"start": "vue-cli-service serve"
77
},
88
"dependencies": {
9-
"@animxyz/vue": "^0.6.4",
9+
"@animxyz/vue": "^0.6.5",
1010
"core-js": "^3.15.1",
1111
"fontsource-inconsolata": "4.0.0",
1212
"ress": "^4.0.0",

examples/vue3/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.5](https://github.com/ingram-projects/animxyz/compare/v0.6.4...v0.6.5) (2021-12-01)
7+
8+
**Note:** Version bump only for package @animxyz/vue3-examples
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/ingram-projects/animxyz/compare/v0.6.3...v0.6.4) (2021-06-30)
715

816
**Note:** Version bump only for package @animxyz/vue3-examples

examples/vue3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@animxyz/vue3-examples",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"private": true,
55
"workspaces": {
66
"nohoist": [
@@ -11,7 +11,7 @@
1111
"start": "vue-cli-service serve"
1212
},
1313
"dependencies": {
14-
"@animxyz/vue3": "^0.6.4",
14+
"@animxyz/vue3": "^0.6.5",
1515
"core-js": "^3.15.1",
1616
"fontsource-inconsolata": "4.0.0",
1717
"ress": "^4.0.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.6.4",
5+
"version": "0.6.5",
66
"npmClient": "yarn",
77
"npmClientArgs": [
88
"--no-lockfile"

packages/vue/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.5](https://github.com/ingram-projects/animxyz/compare/v0.6.4...v0.6.5) (2021-12-01)
7+
8+
9+
### Bug Fixes
10+
11+
* fixed unmount with vue3 directive and ssr error in mergeData function ([93f58e9](https://github.com/ingram-projects/animxyz/commit/93f58e9aa540ba74611a66bf1c9dec2530c5dfdd))
12+
13+
14+
15+
16+
617
## [0.6.4](https://github.com/ingram-projects/animxyz/compare/v0.6.3...v0.6.4) (2021-06-30)
718

819
**Note:** Version bump only for package @animxyz/vue

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@animxyz/vue",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)