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

chore: release 1.15.0 #304

Merged
merged 21 commits into from
Jan 30, 2024
Merged

chore: release 1.15.0 #304

merged 21 commits into from
Jan 30, 2024

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    241c385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c654b82 View commit details
    Browse the repository at this point in the history
  3. chore: lint and format

    a0m0rajab committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8493239 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. chore: fix the build

    a0m0rajab committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    50486f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. chore: refactor the code

    a0m0rajab committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    22a7a6d View commit details
    Browse the repository at this point in the history
  2. chore: lint and format

    a0m0rajab committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    cc7427c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d1b451 View commit details
    Browse the repository at this point in the history
  4. chore(patch): release 1.14.3-beta.1 on beta channel [skip ci]

    ## [1.14.3-beta.1](v1.14.2...v1.14.3-beta.1) (2023-11-09)
    
    ### 🐛 Bug Fixes
    
    * change the classname and remove extra code ([241c385](241c385))
    * elemenet to the dom if it's not added already ([c654b82](c654b82))
    nickytonline authored and open-sauced[bot] committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    bc44a66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0de1e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3087cdf View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Jan 12, 2024

  1. fix: chunk processing in Chat component (#289)

    * fix: chunk processing in Chat component.
    
    * chore: format and lint the code
    a0m0rajab authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f1c29ff View commit details
    Browse the repository at this point in the history
  2. fix: add .gitattributes file and normalize all the line endings (#301)

    * Add .gitattributes file
    
    * Add LF normalization setting for .ts files
    
    * Add LF normalization setting for .tsx files
    
    * feat: add line endings rules for .js .json and .md
    adiati98 authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a6279ea View commit details
    Browse the repository at this point in the history
  3. chore(patch): release 1.14.3-beta.2 on beta channel [skip ci]

    ## [1.14.3-beta.2](v1.14.3-beta.1...v1.14.3-beta.2) (2024-01-12)
    
    ### 🐛 Bug Fixes
    
    * add `.gitattributes` file and normalize all the line endings ([#301](#301)) ([a6279ea](a6279ea))
    * chunk processing in Chat component ([#289](#289)) ([f1c29ff](f1c29ff))
    adiati98 authored and open-sauced[bot] committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2f85bba View commit details
    Browse the repository at this point in the history
  4. fix: Link to Usage Guide and Update README (#298)

    * fix: link to usage guide on README and update Documentation section for better read
    
    * fix: link to Docs in constants.ts
    
    * docs(README.md): Update Contributing and Community sections by adding more info for clarification
    
    * fix(README.md): Title capitalizations
    
    * chores(constants.ts): Add semicolon to fix lint problem
    adiati98 authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ba5cef6 View commit details
    Browse the repository at this point in the history
  5. chore(patch): release 1.14.3-beta.3 on beta channel [skip ci]

    ## [1.14.3-beta.3](v1.14.3-beta.2...v1.14.3-beta.3) (2024-01-12)
    
    ### 🐛 Bug Fixes
    
    * Link to Usage Guide and Update README ([#298](#298)) ([ba5cef6](ba5cef6))
    adiati98 authored and open-sauced[bot] committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    57ff4f1 View commit details
    Browse the repository at this point in the history
  6. feat: enable AI description generator on comments (#285)

    * feat: show PR description generator on comments
    
    * feat: generalize the ai description generator
    
    * chore: add inject on new page
    
    * chore: lint the files
    
    * chore: format
    
    * chore: format
    
    * Update GitHub constants and fix text area bug in
    DescriptionGeneratorButton
    
    * chore: format
    
    * feat: enable comments button with focus and blur field
    
    * chore: format lint
    a0m0rajab authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a30380b View commit details
    Browse the repository at this point in the history
  7. chore(minor): release 1.15.0-beta.1 on beta channel [skip ci]

    ## [1.15.0-beta.1](v1.14.3-beta.3...v1.15.0-beta.1) (2024-01-12)
    
    ### 🍕 Features
    
    * enable AI description generator on comments ([#285](#285)) ([a30380b](a30380b))
    a0m0rajab authored and open-sauced[bot] committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8279466 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. feat: Upgrade to v2 API

    Signed-off-by: John McBride <john@opensauced.pizza>
    jpmcb committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    693d459 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Merge pull request #303 from open-sauced/v2-updates

    feat: Upgrade to v2 API
    jpmcb authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    22e0c2d View commit details
    Browse the repository at this point in the history
  2. chore(minor): release 1.15.0-beta.2 on beta channel [skip ci]

    ## [1.15.0-beta.2](v1.15.0-beta.1...v1.15.0-beta.2) (2024-01-25)
    
    ### 🍕 Features
    
    * Upgrade to v2 API ([693d459](693d459))
    jpmcb authored and open-sauced[bot] committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7ed4c65 View commit details
    Browse the repository at this point in the history