Skip to content

Commit

Permalink
chore: release v3 (#881)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 22, 2024
1 parent 9679a68 commit c167e09
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"packages/npm-react": "3.8.8",
"packages/npm-solid-js": "3.6.1",
"packages/npm-svelte": "3.1.3",
"packages/npm-vue": "3.5.0",
"packages/npm-vue": "3.6.0",
"packages/npm-zod": "3.10.2",
"packages/persist": "3.3.2",
"packages/persist-web-storage": "3.4.3",
Expand Down
15 changes: 15 additions & 0 deletions packages/npm-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [3.6.0](https://github.com/artalar/reatom/compare/npm-vue-v3.5.0...npm-vue-v3.6.0) (2024-06-22)


### Features

* **npm-vue:** add useCtx, useAction, useCtxBind ([#771](https://github.com/artalar/reatom/issues/771)) ([33d11a6](https://github.com/artalar/reatom/commit/33d11a635d12c47513ee5a6519bc078089e2ce30))
* **npm-vue:** implement vue integration ([#734](https://github.com/artalar/reatom/issues/734)) ([a281b17](https://github.com/artalar/reatom/commit/a281b17baef6d89d3165b95c8d636d3e0f855c4b))


### Bug Fixes

* esm module export ([1011671](https://github.com/artalar/reatom/commit/10116719dd92d8102352a39e4ed772b8173d8668))
* **new-package-template:** use mjs in module export ([1011671](https://github.com/artalar/reatom/commit/10116719dd92d8102352a39e4ed772b8173d8668))
2 changes: 1 addition & 1 deletion packages/npm-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/npm-vue",
"version": "3.5.0",
"version": "3.6.0",
"private": false,
"sideEffects": false,
"description": "Reatom adapter for Vue",
Expand Down

0 comments on commit c167e09

Please sign in to comment.