Skip to content

Commit

Permalink
release: v1.0.0-dev.37
Browse files Browse the repository at this point in the history
  • Loading branch information
pikax committed Jul 18, 2020
1 parent 22f936d commit 29efa40
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 6 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [1.0.0-dev.37](https://github.com/pikax/vue-composable/compare/v1.0.0-dev.36...v1.0.0-dev.37) (2020-07-18)

### Bug Fixes

- **breakpointTailwindCSS:** generate correct matchMedia when using tailwindconfig ([#455](https://github.com/pikax/vue-composable/issues/455)) ([c2d3549](https://github.com/pikax/vue-composable/commit/c2d354965ac85d99d865c9b6f516c91df88f183d))

### Features

- **useIntlDateTimeFormat:** add useIntlDateTimeFormat composable ([#329](https://github.com/pikax/vue-composable/issues/329)) ([8ab953f](https://github.com/pikax/vue-composable/commit/8ab953fe9512515d7fa208ca954b1415de46c47a))

# [1.0.0-dev.37](https://github.com/pikax/vue-composable/compare/v1.0.0-dev.36...v1.0.0-dev.37) (2020-07-18)

### Bug Fixes

- **breakpointTailwindCSS:** generate correct matchMedia when using tailwindconfig ([#455](https://github.com/pikax/vue-composable/issues/455)) ([c2d3549](https://github.com/pikax/vue-composable/commit/c2d354965ac85d99d865c9b6f516c91df88f183d))

### Features

- **useIntlDateTimeFormat:** add useIntlDateTimeFormat composable ([#329](https://github.com/pikax/vue-composable/issues/329)) ([8ab953f](https://github.com/pikax/vue-composable/commit/8ab953fe9512515d7fa208ca954b1415de46c47a))

# [1.0.0-dev.37](https://github.com/pikax/vue-composable/compare/v1.0.0-dev.36...v1.0.0-dev.37) (2020-07-18)

### Bug Fixes

- **breakpointTailwindCSS:** generate correct matchMedia when using tailwindconfig ([#455](https://github.com/pikax/vue-composable/issues/455)) ([c2d3549](https://github.com/pikax/vue-composable/commit/c2d354965ac85d99d865c9b6f516c91df88f183d))

### Features

- **useIntlDateTimeFormat:** add useIntlDateTimeFormat composable ([#329](https://github.com/pikax/vue-composable/issues/329)) ([8ab953f](https://github.com/pikax/vue-composable/commit/8ab953fe9512515d7fa208ca954b1415de46c47a))

# [1.0.0-dev.36](https://github.com/pikax/vue-composable/compare/v1.0.0-dev.35...v1.0.0-dev.36) (2020-06-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/api/vue-composable.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ export function useArrayPagination<T extends Array<TR>, TR>(

// @public (undocumented)
export function useBreakpoint<T extends BreakpointObject>(
breakpoints: Record<keyof T, number | string>
breakpoints: T
): BreakpointReturn<T>;

// Warning: (ae-forgotten-export) The symbol "ChromeBreakpoint" needs to be exported by the entry point index.d.ts
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.36",
"version": "1.0.0-dev.37",
"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.36",
"version": "1.0.0-alpha.37",
"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.24",
"typescript": "^3.9.7"
}
}
}
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.36",
"version": "1.0.0-alpha.37",
"description": "vue-composable",
"main": "index.js",
"module": "dist/vue-composable.esm-bundler.js",
Expand Down Expand Up @@ -47,4 +47,4 @@
"@vue/composition-api": "^1.0.0-beta.2",
"vue": "^2.6.10"
}
}
}

0 comments on commit 29efa40

Please sign in to comment.