Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit b1b7673

Browse files
committed
chore: release v0.34.0
1 parent 6f89271 commit b1b7673

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11

22

3+
## [0.34.0](https://github.com/nuxt-community/composition-api/compare/0.33.1...0.34.0) (2024-04-12)
4+
5+
6+
### Bug Fixes
7+
8+
* allow returning of falsy values from useAsync ([#670](https://github.com/nuxt-community/composition-api/issues/670)) ([f8d9128](https://github.com/nuxt-community/composition-api/commit/f8d9128bbced69de3821e7ddc74add4e29962b68))
9+
* include `.d.mts` file for bundler compatibility ([#786](https://github.com/nuxt-community/composition-api/issues/786)) ([fe769c7](https://github.com/nuxt-community/composition-api/commit/fe769c707496b2f07125cc4a532278df4c277e39))
10+
* remove `@nuxt/vue-app` peer dependency ([#753](https://github.com/nuxt-community/composition-api/issues/753)) ([f3b8fbf](https://github.com/nuxt-community/composition-api/commit/f3b8fbf40f507e3728b775f05e0ea3cef5f542ad))
11+
* update link to Bridge documentation ([1571863](https://github.com/nuxt-community/composition-api/commit/1571863e766ab283f9e5c582accc5acc274c0c52))
12+
313
### [0.33.1](https://github.com/nuxt-community/composition-api/compare/0.33.0...0.33.1) (2022-08-01)
414

515

@@ -827,4 +837,4 @@ _Note_: Work has already begun on composable hooks for `vue-meta` that will mean
827837

828838
### Features
829839

830-
* add withContext hook ([179f0e1](https://github.com/danielroe/nuxt-composition-api/commit/179f0e1ab7b0d67499c1814c0101fd7037b66490))
840+
* add withContext hook ([179f0e1](https://github.com/danielroe/nuxt-composition-api/commit/179f0e1ab7b0d67499c1814c0101fd7037b66490))

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/composition-api",
3-
"version": "0.33.1",
3+
"version": "0.34.0",
44
"description": "Composition API hooks for Nuxt",
55
"keywords": [
66
"vue",
@@ -46,7 +46,7 @@
4646
"now-build": "NOW_BUILD=true yarn fixture:generate:export",
4747
"nuxt-run": "cross-env-shell \"yarn nuxt $CMD test/fixture\"",
4848
"prepare": "yarn build",
49-
"prepublishOnly": "yarn lint && yarn test",
49+
"_prepublishOnly": "yarn lint && yarn test",
5050
"release": "release-it",
5151
"test": "run-s test:*",
5252
"test:e2e-generated": "cross-env GENERATE=true PORT=8000 start-server-and-test fixture:generate http://localhost:8000 \"testcafe -q firefox:headless test/e2e\"",

0 commit comments

Comments
 (0)