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

Fix/alternative header #707

Merged
merged 7 commits into from
Feb 26, 2024
Merged

Fix/alternative header #707

merged 7 commits into from
Feb 26, 2024

Commits on Feb 26, 2024

  1. 1.3.1 (#702)

    <!--
    Filling out this template is required. Any PR that does not include
    enough information to be reviewed may be closed at a maintainers'
    discretion. All new code requires documentation and tests to ensure
    against regressions.
    -->
    
    ### Description of the Change
    <!--
    We must be able to understand the design of your change from this
    description. The maintainer reviewing this PR may not have worked with
    this code recently, so please provide as much detail as possible.
    
    Where possible, please also include:
    - verification steps to ensure your change has the desired effects and
    has not introduced any regressions
    - any benefits that will be realized
    - any alternative implementations or possible drawbacks that you
    considered
    - screenshots or screencasts
    -->
    
    <!-- Enter any applicable Issue number(s) here that will be
    closed/resolved by this PR. -->
    Closes #
    
    ### How to test the Change
    <!-- Please provide steps on how to test or validate that the change in
    this PR works as described. -->
    
    ### Changelog Entry
    <!--
    Please include a summary for this PR, noting whether this is something
    being Added / Changed / Deprecated / Removed / Fixed / or Security
    related. You can replace the sample entries after this comment block
    with the single changelog entry line for this PR. -->
    > Added - New feature
    > Changed - Existing functionality
    > Deprecated - Soon-to-be removed feature
    > Removed - Feature
    > Fixed - Bug fix
    > Security - Vulnerability
    
    
    ### Credits
    <!-- Please list any and all contributors on this PR so that they can be
    added to this projects CREDITS.md file. -->
    Props @username, @username2, ...
    
    
    ### Checklist:
    <!--- Go over all the following points, and put an `x` in all the boxes
    that apply. -->
    <!--- If you are unsure about any of these, please ask for
    clarification. We are here to help! -->
    - [ ] I agree to follow this project's [**Code of
    Conduct**](https://github.com/10up/.github/blob/trunk/CODE_OF_CONDUCT.md).
    - [ ] I have updated the documentation accordingly.
    - [ ] I have added tests to cover my change.
    - [ ] All new and existing tests pass.
    nicholasio authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e75b127 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d7ab5c View commit details
    Browse the repository at this point in the history
  3. Version Packages (#706)

    This PR was opened by the [Changesets
    release](https://github.com/changesets/action) GitHub action. When
    you're ready to do a release, you can merge this and the packages will
    be published to npm automatically. If you're not ready to do a release
    yet, that's fine, whenever you add more changesets to trunk, this PR
    will be updated.
    
    
    # Releases
    ## @headstartwp/core@1.3.1
    
    ### Patch Changes
    
    - 0bd8e41: Add ability to preview using an alternative authorization
    header
    
    ## @headstartwp/next@1.3.1
    
    ### Patch Changes
    
    - 0bd8e41: Add ability to preview using an alternative authorization
    header
    -   Updated dependencies [0bd8e41]
        -   @headstartwp/core@1.3.1
    
    ## @headstartwp/headstartwp@1.1.1
    
    ### Patch Changes
    
    - 0bd8e41: Add ability to preview using an alternative authorization
    header
    nicholasio authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c818494 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e62a68d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d61b673 View commit details
    Browse the repository at this point in the history
  6. chore: changeset

    nicholasio committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    cbccdb1 View commit details
    Browse the repository at this point in the history
  7. fix: removing test code

    nicholasio committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8d84ffa View commit details
    Browse the repository at this point in the history