Skip to content

Commit cd3200e

Browse files
committed
v0.6.7
1 parent b480537 commit cd3200e

File tree

16 files changed

+91
-12
lines changed

16 files changed

+91
-12
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.7](https://github.com/ingram-projects/animxyz/compare/v0.6.6...v0.6.7) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* changed peer dependencies to allow a broader range of vue and react versions ([b480537](https://github.com/ingram-projects/animxyz/commit/b4805372797cf0bd0da353cd9bb4b23c27902d4a))
12+
13+
14+
15+
16+
617
## [0.6.6](https://github.com/ingram-projects/animxyz/compare/v0.6.5...v0.6.6) (2022-01-12)
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.7](https://github.com/ingram-projects/animxyz/compare/v0.6.6...v0.6.7) (2022-07-22)
7+
8+
**Note:** Version bump only for package @animxyz/docs
9+
10+
11+
12+
13+
614
## [0.6.6](https://github.com/ingram-projects/animxyz/compare/v0.6.5...v0.6.6) (2022-01-12)
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.6",
3+
"version": "0.6.7",
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.6",
12+
"@animxyz/vue": "^0.6.7",
1313
"body-scroll-lock": "^3.1.5",
1414
"fontsource-inconsolata": "4.0.0",
1515
"gridsome": "^0.7.23",

examples/react/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.7](https://github.com/ingram-projects/animxyz/compare/v0.6.6...v0.6.7) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* changed peer dependencies to allow a broader range of vue and react versions ([b480537](https://github.com/ingram-projects/animxyz/commit/b4805372797cf0bd0da353cd9bb4b23c27902d4a))
12+
13+
14+
15+
16+
617
## [0.6.6](https://github.com/ingram-projects/animxyz/compare/v0.6.5...v0.6.6) (2022-01-12)
718

819
**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.6",
3+
"version": "0.6.7",
44
"private": true,
55
"scripts": {
66
"start": "PORT=8080 SKIP_PREFLIGHT_CHECK=true craco start"
77
},
88
"dependencies": {
9-
"@animxyz/react": "^0.6.6",
9+
"@animxyz/react": "^0.6.7",
1010
"fontsource-inconsolata": "4.0.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",

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

0 commit comments

Comments
 (0)