Skip to content

Commit

Permalink
Merge branch 'main' into lekoarts/sdk-1721-add-e2e-tests-to-normal-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed May 24, 2024
2 parents c7359bc + 0a6883f commit ff3e23f
Show file tree
Hide file tree
Showing 53 changed files with 407 additions and 251 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-kings-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-parents-invent.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hot-phones-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-apples-think.md

This file was deleted.

4 changes: 2 additions & 2 deletions integration/presets/next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const appRouter = applicationConfig()
.addScript('build', 'npm run build')
.addScript('serve', 'npm run start')
.addDependency('next', constants.E2E_NEXTJS_VERSION)
.addDependency('react', constants.E2E_NEXTJS_VERSION)
.addDependency('react-dom', constants.E2E_NEXTJS_VERSION)
.addDependency('react', constants.E2E_REACT_VERSION)
.addDependency('react-dom', constants.E2E_REACT_DOM_VERSION)
.addDependency('@clerk/nextjs', constants.E2E_CLERK_VERSION || clerkNextjsLocal);

const appRouterTurbo = appRouter
Expand Down
119 changes: 65 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.2.1

### Patch Changes

- Updated dependencies [[`ff31f7255`](https://github.com/clerk/javascript/commit/ff31f725541d82caaa9c13cf42cf15f8ce3992f4), [`0e48fc210`](https://github.com/clerk/javascript/commit/0e48fc210cf0b5852052a21494a05f6e723101f5)]:
- @clerk/shared@2.2.1

## 1.2.0

### Minor Changes
Expand Down
Loading

0 comments on commit ff3e23f

Please sign in to comment.