Skip to content

Commit bf3fa65

Browse files
committed
v0.6.6
1 parent bc8e94b commit bf3fa65

File tree

18 files changed

+88
-16
lines changed

18 files changed

+88
-16
lines changed

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.6](https://github.com/ingram-projects/animxyz/compare/v0.6.5...v0.6.6) (2022-01-12)
7+
8+
**Note:** Version bump only for package animxyz
9+
10+
11+
12+
13+
614
## [0.6.5](https://github.com/ingram-projects/animxyz/compare/v0.6.4...v0.6.5) (2021-12-01)
715

816

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.6](https://github.com/ingram-projects/animxyz/compare/v0.6.5...v0.6.6) (2022-01-12)
7+
8+
**Note:** Version bump only for package @animxyz/docs
9+
10+
11+
12+
13+
614
## [0.6.5](https://github.com/ingram-projects/animxyz/compare/v0.6.4...v0.6.5) (2021-12-01)
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.5",
3+
"version": "0.6.6",
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.5",
12+
"@animxyz/vue": "^0.6.6",
1313
"body-scroll-lock": "^3.1.5",
1414
"fontsource-inconsolata": "4.0.0",
1515
"gridsome": "^0.7.23",

examples/react/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.6](https://github.com/ingram-projects/animxyz/compare/v0.6.5...v0.6.6) (2022-01-12)
7+
8+
**Note:** Version bump only for package @animxyz/react-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/react-examples

examples/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@animxyz/react-examples",
3-
"version": "0.6.4",
3+
"version": "0.6.6",
44
"private": true,
55
"scripts": {
66
"start": "PORT=8080 SKIP_PREFLIGHT_CHECK=true craco start"
77
},
88
"dependencies": {
9-
"@animxyz/react": "^0.6.4",
9+
"@animxyz/react": "^0.6.6",
1010
"fontsource-inconsolata": "4.0.0",
1111
"react": "^17.0.2",
1212
"react-dom": "^17.0.2",

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.6](https://github.com/ingram-projects/animxyz/compare/v0.6.5...v0.6.6) (2022-01-12)
7+
8+
**Note:** Version bump only for package @animxyz/vue-examples
9+
10+
11+
12+
13+
614
## [0.6.5](https://github.com/ingram-projects/animxyz/compare/v0.6.4...v0.6.5) (2021-12-01)
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.5",
3+
"version": "0.6.6",
44
"private": true,
55
"scripts": {
66
"start": "vue-cli-service serve"
77
},
88
"dependencies": {
9-
"@animxyz/vue": "^0.6.5",
9+
"@animxyz/vue": "^0.6.6",
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.6](https://github.com/ingram-projects/animxyz/compare/v0.6.5...v0.6.6) (2022-01-12)
7+
8+
**Note:** Version bump only for package @animxyz/vue3-examples
9+
10+
11+
12+
13+
614
## [0.6.5](https://github.com/ingram-projects/animxyz/compare/v0.6.4...v0.6.5) (2021-12-01)
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.5",
3+
"version": "0.6.6",
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.5",
14+
"@animxyz/vue3": "^0.6.6",
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.5",
5+
"version": "0.6.6",
66
"npmClient": "yarn",
77
"npmClientArgs": [
88
"--no-lockfile"

0 commit comments

Comments
 (0)