Skip to content

Commit

Permalink
📦 Publish SDKs (#3621)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @builder.io/[email protected]

### Patch Changes

- ff58662: Fix: remove
`@builder.io/sdk-vue/nuxt-initialize-node-runtime-plugin` plugin export

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
samijaber and github-actions[bot] authored Oct 8, 2024
1 parent ff58662 commit 9ffb51c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-cows-bow.md

This file was deleted.

8 changes: 7 additions & 1 deletion packages/sdks/output/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Builder.io Vue SDK Changelog (@builder.io/sdk-vue)

## 2.0.20

### Patch Changes

- ff58662: Fix: remove `@builder.io/sdk-vue/nuxt-initialize-node-runtime-plugin` plugin export

## 2.0.17

### Patch Changes
Expand Down Expand Up @@ -28,7 +34,7 @@
],
});
```

- If you prefer to call this manually without using our Nuxt module, you can import and call `initializeNodeRuntime()` from the package `@builder.io/sdk-vue/node/init`. Make sure that this function is imported and executed only in the Node runtime environment, for example:

```ts
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/output/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@builder.io/sdk-vue",
"description": "Builder.io SDK for Vue",
"version": "2.0.17",
"version": "2.0.20",
"main": "./lib/node/index.cjs",
"module": "./lib/node/index.mjs",
"type": "module",
Expand Down

0 comments on commit 9ffb51c

Please sign in to comment.