Skip to content

Conversation

@octoper
Copy link
Member

@octoper octoper commented Apr 30, 2025

Description

This PR adds <experimental_PricingTable/> to both Nuxt and Vue

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

@octoper octoper self-assigned this Apr 30, 2025
@vercel
Copy link

vercel bot commented Apr 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 2, 2025 5:58am

@changeset-bot
Copy link

changeset-bot bot commented Apr 30, 2025

🦋 Changeset detected

Latest commit: 1eca099

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@clerk/nuxt Minor
@clerk/vue Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

await frame.getByLabel('Expiration date').fill('1234');
await frame.getByLabel('Security code').fill('123');
await frame.getByLabel('ZIP code').fill('12345');
// await frame.getByLabel('ZIP code').fill('12345');
Copy link
Member Author

@octoper octoper Apr 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Local tests for me failed because ZIP code could not be found, this is probably caused because of location(?) will conditionally fill this if that's the case before merging the PR

@octoper
Copy link
Member Author

octoper commented Apr 30, 2025

!snapshot

@clerk-cookie
Copy link
Collaborator

Hey @octoper - the snapshot version command generated the following package versions:

Package Version
@clerk/agent-toolkit 0.0.28-snapshot.v20250430130615
@clerk/astro 2.6.10-snapshot.v20250430130615
@clerk/backend 1.30.2-snapshot.v20250430130615
@clerk/chrome-extension 2.3.4-snapshot.v20250430130615
@clerk/clerk-js 5.63.2-snapshot.v20250430130615
@clerk/elements 0.23.20-snapshot.v20250430130615
@clerk/clerk-expo 2.10.4-snapshot.v20250430130615
@clerk/expo-passkeys 0.2.12-snapshot.v20250430130615
@clerk/express 1.4.11-snapshot.v20250430130615
@clerk/fastify 2.2.11-snapshot.v20250430130615
@clerk/localizations 3.14.2-snapshot.v20250430130615
@clerk/nextjs 6.18.2-snapshot.v20250430130615
@clerk/nuxt 1.6.0-snapshot.v20250430130615
@clerk/clerk-react 5.30.2-snapshot.v20250430130615
@clerk/react-router 1.3.2-snapshot.v20250430130615
@clerk/remix 4.6.2-snapshot.v20250430130615
@clerk/shared 3.7.6-snapshot.v20250430130615
@clerk/tanstack-react-start 0.14.2-snapshot.v20250430130615
@clerk/testing 1.6.1-snapshot.v20250430130615
@clerk/themes 2.2.38-snapshot.v20250430130615
@clerk/types 4.56.1-snapshot.v20250430130615
@clerk/vue 1.7.0-snapshot.v20250430130615

Tip: Use the snippet copy button below to quickly install the required packages.
@clerk/agent-toolkit

npm i @clerk/agent-toolkit@0.0.28-snapshot.v20250430130615 --save-exact

@clerk/astro

npm i @clerk/astro@2.6.10-snapshot.v20250430130615 --save-exact

@clerk/backend

npm i @clerk/backend@1.30.2-snapshot.v20250430130615 --save-exact

@clerk/chrome-extension

npm i @clerk/chrome-extension@2.3.4-snapshot.v20250430130615 --save-exact

@clerk/clerk-js

npm i @clerk/clerk-js@5.63.2-snapshot.v20250430130615 --save-exact

@clerk/elements

npm i @clerk/elements@0.23.20-snapshot.v20250430130615 --save-exact

@clerk/clerk-expo

npm i @clerk/clerk-expo@2.10.4-snapshot.v20250430130615 --save-exact

@clerk/expo-passkeys

npm i @clerk/expo-passkeys@0.2.12-snapshot.v20250430130615 --save-exact

@clerk/express

npm i @clerk/express@1.4.11-snapshot.v20250430130615 --save-exact

@clerk/fastify

npm i @clerk/fastify@2.2.11-snapshot.v20250430130615 --save-exact

@clerk/localizations

npm i @clerk/localizations@3.14.2-snapshot.v20250430130615 --save-exact

@clerk/nextjs

npm i @clerk/nextjs@6.18.2-snapshot.v20250430130615 --save-exact

@clerk/nuxt

npm i @clerk/nuxt@1.6.0-snapshot.v20250430130615 --save-exact

@clerk/clerk-react

npm i @clerk/clerk-react@5.30.2-snapshot.v20250430130615 --save-exact

@clerk/react-router

npm i @clerk/react-router@1.3.2-snapshot.v20250430130615 --save-exact

@clerk/remix

npm i @clerk/remix@4.6.2-snapshot.v20250430130615 --save-exact

@clerk/shared

npm i @clerk/shared@3.7.6-snapshot.v20250430130615 --save-exact

@clerk/tanstack-react-start

npm i @clerk/tanstack-react-start@0.14.2-snapshot.v20250430130615 --save-exact

@clerk/testing

npm i @clerk/testing@1.6.1-snapshot.v20250430130615 --save-exact

@clerk/themes

npm i @clerk/themes@2.2.38-snapshot.v20250430130615 --save-exact

@clerk/types

npm i @clerk/types@4.56.1-snapshot.v20250430130615 --save-exact

@clerk/vue

npm i @clerk/vue@1.7.0-snapshot.v20250430130615 --save-exact

@octoper octoper changed the title feat(vue,nuxt): Introduce __experimental_PricingTable feat(vue,nuxt): Introduce <experimental_PricingTable/> Apr 30, 2025
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in filename 👀

@octoper octoper marked this pull request as ready for review April 30, 2025 15:19
'@clerk/vue': minor
---

Introducing <experimental_PricingTable/>
Copy link
Member

@wobsoriano wobsoriano Apr 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can we add syntax highlighting to the code?

Copy link
Member

@wobsoriano wobsoriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@octoper
Copy link
Member Author

octoper commented Apr 30, 2025

!snapshot

@clerk-cookie
Copy link
Collaborator

Hey @octoper - the snapshot version command generated the following package versions:

Package Version
@clerk/agent-toolkit 0.0.28-snapshot.v20250430171147
@clerk/astro 2.6.10-snapshot.v20250430171147
@clerk/backend 1.30.2-snapshot.v20250430171147
@clerk/chrome-extension 2.3.4-snapshot.v20250430171147
@clerk/clerk-js 5.63.2-snapshot.v20250430171147
@clerk/elements 0.23.20-snapshot.v20250430171147
@clerk/clerk-expo 2.10.4-snapshot.v20250430171147
@clerk/expo-passkeys 0.2.12-snapshot.v20250430171147
@clerk/express 1.4.11-snapshot.v20250430171147
@clerk/fastify 2.2.11-snapshot.v20250430171147
@clerk/localizations 3.14.2-snapshot.v20250430171147
@clerk/nextjs 6.18.2-snapshot.v20250430171147
@clerk/nuxt 1.6.0-snapshot.v20250430171147
@clerk/clerk-react 5.30.2-snapshot.v20250430171147
@clerk/react-router 1.3.2-snapshot.v20250430171147
@clerk/remix 4.6.2-snapshot.v20250430171147
@clerk/shared 3.7.6-snapshot.v20250430171147
@clerk/tanstack-react-start 0.14.2-snapshot.v20250430171147
@clerk/testing 1.6.1-snapshot.v20250430171147
@clerk/themes 2.2.38-snapshot.v20250430171147
@clerk/types 4.56.1-snapshot.v20250430171147
@clerk/vue 1.7.0-snapshot.v20250430171147

Tip: Use the snippet copy button below to quickly install the required packages.
@clerk/agent-toolkit

npm i @clerk/agent-toolkit@0.0.28-snapshot.v20250430171147 --save-exact

@clerk/astro

npm i @clerk/astro@2.6.10-snapshot.v20250430171147 --save-exact

@clerk/backend

npm i @clerk/backend@1.30.2-snapshot.v20250430171147 --save-exact

@clerk/chrome-extension

npm i @clerk/chrome-extension@2.3.4-snapshot.v20250430171147 --save-exact

@clerk/clerk-js

npm i @clerk/clerk-js@5.63.2-snapshot.v20250430171147 --save-exact

@clerk/elements

npm i @clerk/elements@0.23.20-snapshot.v20250430171147 --save-exact

@clerk/clerk-expo

npm i @clerk/clerk-expo@2.10.4-snapshot.v20250430171147 --save-exact

@clerk/expo-passkeys

npm i @clerk/expo-passkeys@0.2.12-snapshot.v20250430171147 --save-exact

@clerk/express

npm i @clerk/express@1.4.11-snapshot.v20250430171147 --save-exact

@clerk/fastify

npm i @clerk/fastify@2.2.11-snapshot.v20250430171147 --save-exact

@clerk/localizations

npm i @clerk/localizations@3.14.2-snapshot.v20250430171147 --save-exact

@clerk/nextjs

npm i @clerk/nextjs@6.18.2-snapshot.v20250430171147 --save-exact

@clerk/nuxt

npm i @clerk/nuxt@1.6.0-snapshot.v20250430171147 --save-exact

@clerk/clerk-react

npm i @clerk/clerk-react@5.30.2-snapshot.v20250430171147 --save-exact

@clerk/react-router

npm i @clerk/react-router@1.3.2-snapshot.v20250430171147 --save-exact

@clerk/remix

npm i @clerk/remix@4.6.2-snapshot.v20250430171147 --save-exact

@clerk/shared

npm i @clerk/shared@3.7.6-snapshot.v20250430171147 --save-exact

@clerk/tanstack-react-start

npm i @clerk/tanstack-react-start@0.14.2-snapshot.v20250430171147 --save-exact

@clerk/testing

npm i @clerk/testing@1.6.1-snapshot.v20250430171147 --save-exact

@clerk/themes

npm i @clerk/themes@2.2.38-snapshot.v20250430171147 --save-exact

@clerk/types

npm i @clerk/types@4.56.1-snapshot.v20250430171147 --save-exact

@clerk/vue

npm i @clerk/vue@1.7.0-snapshot.v20250430171147 --save-exact

@octoper octoper requested a review from anagstef May 2, 2025 05:59
@octoper octoper enabled auto-merge (squash) May 2, 2025 06:07
@octoper octoper merged commit 56ba4e2 into main May 2, 2025
32 checks passed
@octoper octoper deleted the vaggelis/com-446-vue-sdk-support branch May 2, 2025 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants