Skip to content

Commit

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

### Features

- **@vue/composition-api:** update to 0.6.2 ([0a24556](https://github.com/pikax/vue-composable/commit/0a24556c5234cce57a12751210eedf0c0b9961d5))
- **@vue/composition-api:** updated to 0.6.0 ([c554c55](https://github.com/pikax/vue-composable/commit/c554c55942a8730a9ff1b764c610e7589c419db9))
- **useUndo:** add `useUndo` composable ([#347](https://github.com/pikax/vue-composable/issues/347)) ([63aa3f0](https://github.com/pikax/vue-composable/commit/63aa3f0bf4a7ba2f76c13df876ff0c02cc599eda))

# [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
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.34",
"version": "1.0.0-dev.35",
"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.34",
"version": "1.0.0-alpha.35",
"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.9.5"
}
}
}
4 changes: 2 additions & 2 deletions 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.34",
"version": "1.0.0-alpha.35",
"description": "vue-composable",
"main": "index.js",
"module": "dist/vue-composable.esm-bundler.js",
Expand Down Expand Up @@ -46,4 +46,4 @@
"@vue/composition-api": "^0.6.2",
"vue": "^2.6.10"
}
}
}

0 comments on commit b3e4e19

Please sign in to comment.