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

v1.4.0-beta.2 -> main #155

Merged
merged 17 commits into from Jun 3, 2023
Merged

v1.4.0-beta.2 -> main #155

merged 17 commits into from Jun 3, 2023

Commits on May 27, 2023

  1. Copy the full SHA
    258a828 View commit details
    Browse the repository at this point in the history
  2. fix: rename triage.yml

    bdougie committed May 27, 2023
    Copy the full SHA
    3b9a14b View commit details
    Browse the repository at this point in the history
  3. chore(patch): release 1.3.1-beta.1 on beta channel [skip ci]

    ## [1.3.1-beta.1](v1.3.0...v1.3.1-beta.1) (2023-05-27)
    
    ### 🐛 Bug Fixes
    
    * remove auto-take message from triage.yml ([258a828](258a828))
    * rename triage.yml ([3b9a14b](3b9a14b))
    bdougie authored and open-sauced[bot] committed May 27, 2023
    Copy the full SHA
    c9b4207 View commit details
    Browse the repository at this point in the history
  4. test: add tests for utils/urlMatchers.ts (#143)

    * add tests for urlMatchers
    
    * Update test/utils/urlMatcher.test.ts
    
    I agree
    
    Co-authored-by: Brian Douglas <[email protected]>
    
    * change abcd to google.com
    
    ---------
    
    Co-authored-by: Brian Douglas <[email protected]>
    ozgursar and bdougie committed May 27, 2023
    Copy the full SHA
    26702e6 View commit details
    Browse the repository at this point in the history
  5. chore(patch): release 1.3.1-beta.2 on beta channel [skip ci]

    ## [1.3.1-beta.2](v1.3.1-beta.1...v1.3.1-beta.2) (2023-05-27)
    
    ### ✅ Tests
    
    * add tests for utils/urlMatchers.ts ([#143](#143)) ([26702e6](26702e6))
    ozgursar authored and open-sauced[bot] committed May 27, 2023
    Copy the full SHA
    77addd1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Copy the full SHA
    77c7f27 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. test: add tests for checkAuth.ts (#149)

    * test: add tests for checkAuth.ts
    
    * call check user auth once
    diivi committed May 29, 2023
    Copy the full SHA
    3a79fac View commit details
    Browse the repository at this point in the history
  2. chore(patch): release 1.3.1-beta.3 on beta channel [skip ci]

    ## [1.3.1-beta.3](v1.3.1-beta.2...v1.3.1-beta.3) (2023-05-29)
    
    ### ✅ Tests
    
    * add tests for checkAuth.ts ([#149](#149)) ([3a79fac](3a79fac))
    diivi authored and open-sauced[bot] committed May 29, 2023
    Copy the full SHA
    cb53938 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e3b7051 View commit details
    Browse the repository at this point in the history
  4. chore(patch): release 1.3.1-beta.4 on beta channel [skip ci]

    ## [1.3.1-beta.4](v1.3.1-beta.3...v1.3.1-beta.4) (2023-05-29)
    
    ### 🐛 Bug Fixes
    
    * Post a highlight ([#101](#101)) ([e3b7051](e3b7051))
    a0m0rajab authored and open-sauced[bot] committed May 29, 2023
    Copy the full SHA
    86880f6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    dde39f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. fix: undefined config during build (#158)

    * fix: undefined version config
    
    * chore: lint fix
    
    * chore: revert auto-lint fix change
    Anush008 committed Jun 3, 2023
    Copy the full SHA
    c986086 View commit details
    Browse the repository at this point in the history
  2. chore(patch): release 1.3.1-beta.5 on beta channel [skip ci]

    ## [1.3.1-beta.5](v1.3.1-beta.4...v1.3.1-beta.5) (2023-06-03)
    
    ### 🐛 Bug Fixes
    
    * undefined config during build ([#158](#158)) ([c986086](c986086))
    Anush008 authored and open-sauced[bot] committed Jun 3, 2023
    Copy the full SHA
    fd66ce4 View commit details
    Browse the repository at this point in the history
  3. feat: latest highlights (#154)

    * Add highlights list endpoint
    
    * Add getHighlights function
    
    * Add comma
    
    * Add functionality to fetch and display highlights
    
    * Resolve Errors and add Highlight interface
    
    * Link title and add styling
    
    * Add styling to author link
    
    * Refactor to add pagination
    
    * Handle links opening in new tab
    
    * Add functionality to remove space in link to user who created highlight
    
    * Update src/pages/home.tsx
    
    * Revert "Update src/pages/home.tsx"
    
    This reverts commit 8e8bb0b.
    
    ---------
    
    Co-authored-by: Brian Douglas <[email protected]>
    Co-authored-by: Brian 'bdougie' Douglas <[email protected]>
    3 people committed Jun 3, 2023
    Copy the full SHA
    0ccd0e7 View commit details
    Browse the repository at this point in the history
  4. chore(minor): release 1.4.0-beta.1 on beta channel [skip ci]

    ## [1.4.0-beta.1](v1.3.1-beta.5...v1.4.0-beta.1) (2023-06-03)
    
    ### 🍕 Features
    
    * latest highlights ([#154](#154)) ([0ccd0e7](0ccd0e7))
    BekahHW authored and open-sauced[bot] committed Jun 3, 2023
    Copy the full SHA
    c345080 View commit details
    Browse the repository at this point in the history
  5. feat: uses username on highlight instead of full name (#162)

    * uses username instead of full name
    
    * remove formatlink
    
    ---------
    
    Co-authored-by: Brian 'bdougie' Douglas <[email protected]>
    bdougie and Brian 'bdougie' Douglas committed Jun 3, 2023
    Copy the full SHA
    801fe5a View commit details
    Browse the repository at this point in the history
  6. chore(minor): release 1.4.0-beta.2 on beta channel [skip ci]

    ## [1.4.0-beta.2](v1.4.0-beta.1...v1.4.0-beta.2) (2023-06-03)
    
    ### 🍕 Features
    
    * uses username on highlight instead of full name ([#162](#162)) ([801fe5a](801fe5a))
    bdougie authored and open-sauced[bot] committed Jun 3, 2023
    Copy the full SHA
    4b08cee View commit details
    Browse the repository at this point in the history