Skip to content

Commit 65d6cda

Browse files
chore(release): 1.0.0 [skip ci]
<a name="1.0.0"></a> # 1.0.0 (2018-05-22) ### Bug Fixes * Remove console statement ([9c1167f](9c1167f)) * **Consumer:** Render child content when slot-scope isn't defined. Provide a warning. ([c89a8d1](c89a8d1)) * **Provider:** Unwrap from provider object, don't overwrite context value with undefined prop ([04f3b3a](04f3b3a)) ### Features * **Update release process:** Adds semantic-release and commitizen to enable automatic, easy release ([100fa49](100fa49)) * Implement createContext, Provider, and Consumer apis ([b499b0b](b499b0b))
1 parent 90f5e6a commit 65d6cda

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<a name="1.0.0"></a>
2+
# 1.0.0 (2018-05-22)
3+
4+
5+
### Bug Fixes
6+
7+
* Remove console statement ([9c1167f](https://github.com/zephraph/vue-context-api/commit/9c1167f))
8+
* **Consumer:** Render child content when slot-scope isn't defined. Provide a warning. ([c89a8d1](https://github.com/zephraph/vue-context-api/commit/c89a8d1))
9+
* **Provider:** Unwrap from provider object, don't overwrite context value with undefined prop ([04f3b3a](https://github.com/zephraph/vue-context-api/commit/04f3b3a))
10+
11+
12+
### Features
13+
14+
* **Update release process:** Adds semantic-release and commitizen to enable automatic, easy release ([100fa49](https://github.com/zephraph/vue-context-api/commit/100fa49))
15+
* Implement createContext, Provider, and Consumer apis ([b499b0b](https://github.com/zephraph/vue-context-api/commit/b499b0b))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-context-api",
3-
"version": "0.0.0-development",
3+
"version": "1.0.0",
44
"description": "A react-like context api for Vue",
55
"source": "src/index.js",
66
"main": "lib/vue-context-api.js",

0 commit comments

Comments
 (0)