Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also oder learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudinary-community/next-cloudinary
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: cloudinary-community/next-cloudinary
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.1
Choose a head ref
  • 15 commits
  • 22 files changed
  • 3 contributors

Commits on Oct 27, 2022

  1. Update README.md

    colbyfayock committed Oct 27, 2022
    1 Configuration menu
    Copy the full SHA
    27edbc6 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    colbyfayock committed Oct 27, 2022
    1 Configuration menu
    Copy the full SHA
    3d5c00b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    colbyfayock committed Oct 27, 2022
    1 Configuration menu
    Copy the full SHA
    0d34003 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    colbyfayock committed Oct 27, 2022
    1 Configuration menu
    Copy the full SHA
    015c045 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    colbyfayock committed Oct 27, 2022
    1 Configuration menu
    Copy the full SHA
    b0ae327 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    32a6c42 View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    0e25246 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    colbyfayock committed Oct 27, 2022
    1 Configuration menu
    Copy the full SHA
    3074ea0 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    colbyfayock committed Oct 27, 2022
    1 Configuration menu
    Copy the full SHA
    9668ed6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Update README.md

    colbyfayock committed Oct 28, 2022
    1 Configuration menu
    Copy the full SHA
    9386186 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    colbyfayock committed Oct 28, 2022
    1 Configuration menu
    Copy the full SHA
    db84139 View commit details
    Browse the repository at this point in the history
  3. Script for Local Development - Uploading Images (#50)

    # Description
    
    * Adds a script to automatically upload example images to an account
    * Updates Docs to allow for a configurable directory in case prefer to
    change location
    
    ## Issue Ticket Number
    
    <!-- Specifiy which issue this fixes by referencing the issue number
    (`#11`) or issue URL. -->
    <!-- Example: Fixes
    #1 -->
    
    Fixes #49 
    
    ## Type of change
    
    <!-- Please select all options that are applicable. -->
    
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [x] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    - [x] Fix or improve the documentation
    - [ ] This change requires a documentation update
    
    
    # Checklist
    
    <!-- These must all be followed and checked. -->
    
    - [x] I have followed the contributing guidelines of this project as
    mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
    - [x] I have created an
    [issue](https://github.com/colbyfayock/next-cloudinary/issues) ticket
    for this PR
    - [x] I have checked to ensure there aren't other open [Pull
    Requests](https://github.com/colbyfayock/next-cloudinary/pulls) for the
    same update/change?
    - [x] I have performed a self-review of my own code
    - [x] I have run tests locally to ensure they all pass
    - [x] I have commented my code, particularly in hard-to-understand areas
    - [x] I have made corresponding changes needed to the documentation
    colbyfayock committed Oct 28, 2022
    1 Configuration menu
    Copy the full SHA
    6bf5c97 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    colbyfayock committed Oct 28, 2022
    1 Configuration menu
    Copy the full SHA
    96415e1 View commit details
    Browse the repository at this point in the history
  5. fix: Build package before publish (#52)

    # Description
    
    Fixes issue where because `dist` was ignored, didn't include files in
    published bundle
    
    ## Issue Ticket Number
    
    Fixes #51 
    
    ## Type of change
    
    <!-- Please select all options that are applicable. -->
    
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    - [ ] Fix or improve the documentation
    - [ ] This change requires a documentation update
    
    
    # Checklist
    
    <!-- These must all be followed and checked. -->
    
    - [ ] I have followed the contributing guidelines of this project as
    mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
    - [ ] I have created an
    [issue](https://github.com/colbyfayock/next-cloudinary/issues) ticket
    for this PR
    - [ ] I have checked to ensure there aren't other open [Pull
    Requests](https://github.com/colbyfayock/next-cloudinary/pulls) for the
    same update/change?
    - [ ] I have performed a self-review of my own code
    - [ ] I have run tests locally to ensure they all pass
    - [ ] I have commented my code, particularly in hard-to-understand areas
    - [ ] I have made corresponding changes needed to the documentation
    colbyfayock committed Oct 28, 2022
    1 Configuration menu
    Copy the full SHA
    7d13602 View commit details
    Browse the repository at this point in the history
  6. chore(release): 0.4.1 [skip ci]

    ## [0.4.1](v0.4.0...v0.4.1) (2022-10-28)
    
    ### Bug Fixes
    
    * Build package before publish ([#52](#52)) ([7d13602](7d13602)), closes [#51](#51)
    semantic-release-bot committed Oct 28, 2022
    1 Configuration menu
    Copy the full SHA
    84f7b2d View commit details
    Browse the repository at this point in the history
Loading