Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michiel committed Aug 2, 2019
1 parent 76e434d commit 905b98e
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 6 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/SyneticNL/Hyral/compare/v1.1.0...v1.1.1) (2019-08-02)


### Bug Fixes

* **vue:** collection state only stores non-complex items [#92](https://github.com/SyneticNL/Hyral/issues/92) ([1532d83](https://github.com/SyneticNL/Hyral/commit/1532d83))
* **vue:** collection state only stores non-complex items [#92](https://github.com/SyneticNL/Hyral/issues/92) ([4bfbeda](https://github.com/SyneticNL/Hyral/commit/4bfbeda))
* **vue:** collection state only stores non-complex items [#92](https://github.com/SyneticNL/Hyral/issues/92) ([b61f110](https://github.com/SyneticNL/Hyral/commit/b61f110))
* **vue:** collection vue mixin reactivity on computed value fixed [#93](https://github.com/SyneticNL/Hyral/issues/93) ([7e001f5](https://github.com/SyneticNL/Hyral/commit/7e001f5))
* **vue:** collection vue mixin reactivity on computed value fixed [#93](https://github.com/SyneticNL/Hyral/issues/93) ([06f767f](https://github.com/SyneticNL/Hyral/commit/06f767f))


### Features

* configured lerna & git commit for conventional commit ([d9396fc](https://github.com/SyneticNL/Hyral/commit/d9396fc))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"conventionalCommits": true
}
},
"version": "1.1.0"
"version": "1.1.1"
}
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/SyneticNL/Hyral/compare/v1.1.0...v1.1.1) (2019-08-02)


### Bug Fixes

* **vue:** collection state only stores non-complex items [#92](https://github.com/SyneticNL/Hyral/issues/92) ([4bfbeda](https://github.com/SyneticNL/Hyral/commit/4bfbeda))
* **vue:** collection state only stores non-complex items [#92](https://github.com/SyneticNL/Hyral/issues/92) ([b61f110](https://github.com/SyneticNL/Hyral/commit/b61f110))
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": "@hyral/core",
"version": "1.1.0",
"version": "1.1.1",
"description": "Hyral core",
"author": "SyneticNL",
"homepage": "https://github.com/SyneticNL/Hyral/tree/master/packages/core#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/json-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/SyneticNL/Hyral/compare/v1.1.0...v1.1.1) (2019-08-02)

**Note:** Version bump only for package @hyral/json-api
4 changes: 2 additions & 2 deletions packages/json-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyral/json-api",
"version": "1.1.0",
"version": "1.1.1",
"description": "JsonApi integration for Hyral",
"author": "SyneticNL",
"homepage": "https://github.com/SyneticNL/Hyral/tree/master/packages/json-api#readme",
Expand All @@ -18,7 +18,7 @@
"jest-json-schema": "^2.0.2"
},
"dependencies": {
"@hyral/core": "^1.1.0",
"@hyral/core": "^1.1.1",
"lodash": "^4.17.11",
"pluralize": "^7.0.0",
"qs": "^6.7.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/SyneticNL/Hyral/compare/v1.1.0...v1.1.1) (2019-08-02)


### Bug Fixes

* **vue:** collection state only stores non-complex items [#92](https://github.com/SyneticNL/Hyral/issues/92) ([1532d83](https://github.com/SyneticNL/Hyral/commit/1532d83))
* **vue:** collection vue mixin reactivity on computed value fixed [#93](https://github.com/SyneticNL/Hyral/issues/93) ([7e001f5](https://github.com/SyneticNL/Hyral/commit/7e001f5))
* **vue:** collection vue mixin reactivity on computed value fixed [#93](https://github.com/SyneticNL/Hyral/issues/93) ([06f767f](https://github.com/SyneticNL/Hyral/commit/06f767f))
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyral/vue",
"version": "1.1.0",
"version": "1.1.1",
"description": "Vue.js integration for Hyral",
"author": "SyneticNL",
"homepage": "https://github.com/SyneticNL/Hyral/tree/master/packages/vue#readme",
Expand All @@ -15,7 +15,7 @@
"lib"
],
"dependencies": {
"@hyral/core": "^1.1.0"
"@hyral/core": "^1.1.1"
},
"peerDependencies": {
"vue": "^2.0",
Expand Down

0 comments on commit 905b98e

Please sign in to comment.