Skip to content

Commit

Permalink
release: v1.0.0-dev.34
Browse files Browse the repository at this point in the history
  • Loading branch information
pikax committed Jun 3, 2020
1 parent 44bb00c commit 7b4bd61
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.0.0-dev.34](https://github.com/pikax/vue-composable/compare/v1.0.0-dev.33...v1.0.0-dev.34) (2020-06-03)

### Features

- **useBreakpointTailwind:** use injectFactory instead of inject ([e8d0e9c](https://github.com/pikax/vue-composable/commit/e8d0e9c338a46ec940ef5b3a2c9d2251ff38a3a4))
- **vmodel:** add useVModel composable ([#337](https://github.com/pikax/vue-composable/issues/337)) ([f703908](https://github.com/pikax/vue-composable/commit/f703908731c0925cb16e89f24df533e1b9ddfa21))
- add `injectFactory` composable ([#324](https://github.com/pikax/vue-composable/issues/324)) ([f571463](https://github.com/pikax/vue-composable/commit/f5714633553d7b5fe39b2c910bad504d292ee874))
- **useHydration:** add useHydration composable ([5af0bc7](https://github.com/pikax/vue-composable/commit/5af0bc759dd582ab9a480cba3c96da8625481acb))

# [1.0.0-dev.33](https://github.com/pikax/vue-composable/compare/v1.0.0-dev.32...v1.0.0-dev.33) (2020-05-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-dev.33",
"version": "1.0.0-dev.34",
"name": "vue-composable-monorepo",
"workspaces": [
"packages/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-composable/axios",
"version": "1.0.0-alpha.33",
"version": "1.0.0-alpha.34",
"description": "@vue-composable/axios",
"main": "index.js",
"module": "dist/axios.esm-bundler.js",
Expand Down Expand Up @@ -58,4 +58,4 @@
"@vue/runtime-core": "^3.0.0-beta.14",
"typescript": "^3.8.3"
}
}
}
2 changes: 1 addition & 1 deletion packages/vue-composable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-composable",
"version": "1.0.0-alpha.33",
"version": "1.0.0-alpha.34",
"description": "vue-composable",
"main": "index.js",
"module": "dist/vue-composable.esm-bundler.js",
Expand Down

0 comments on commit 7b4bd61

Please sign in to comment.