Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge monorepo changes #1

Merged
merged 18 commits into from
Jul 24, 2024
Merged

Merge monorepo changes #1

merged 18 commits into from
Jul 24, 2024

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    c2c7047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    601abbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b3d254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8eaeea0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e09fcb6 View commit details
    Browse the repository at this point in the history
  6. refactor(ci): Update GitHub Actions for monorepo structure

    - Remove main.yml and publish.yml from ts-generator package
    - Add ci.yml to monorepo root for overall CI process
    - Update release workflow for ts-generator in monorepo context
    ozhanefemeral committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    d045060 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    b970644 View commit details
    Browse the repository at this point in the history
  2. add changeset

    ozhanefemeral committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    28ac298 View commit details
    Browse the repository at this point in the history
  3. Add Next.js Support to ts-codegenerator (#12)

    * feat: Add Next.js codebase scanning and server action generation
    
    - Add Next.js specific types, scanner, and generator
    - Update root index.ts to use consistent export strategy
    
    * feat: add type support for jest
    
    - Add new function `analyzeNextjsSourceFiles` to handle the source files
    - Update `scanNextjsCodebase` to call `analyzeNextjsSourceFiles` and return the result
    - Add tests
    - Update imports
    - add @next/eslint-plugin-next to next project
    ozhanefemeral authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    24b5e01 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix

    ozhanefemeral committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    69b09c9 View commit details
    Browse the repository at this point in the history
  2. chore: bump version

    ozhanefemeral committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    df49ea1 View commit details
    Browse the repository at this point in the history
  3. Version Packages (#13)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d99409e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebe9ed1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60dbae1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9292f55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d865bc2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9b3ad6 View commit details
    Browse the repository at this point in the history
  9. remove export

    ozhanefemeral committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6ddffd7 View commit details
    Browse the repository at this point in the history