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 or 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: readmeio/rdme
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.0
Choose a base ref
...
head repository: readmeio/rdme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.1
Choose a head ref
  • 8 commits
  • 31 files changed
  • 2 contributors

Commits on Dec 6, 2024

  1. fix: repository URL fix

    `npm pkg fix` fixed this, but it doesn't work with raycast so i'm selfishly changing it back
    kanadgupta committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    2103a29 View commit details
    Browse the repository at this point in the history
  2. build(release): 🚀 v9.0.1-next.1 🦉

    ## [9.0.1-next.1](v9.0.0...v9.0.1-next.1) (2024-12-06)
    
    ### Bug Fixes
    
    * repository URL fix ([2103a29](2103a29))
    
    [skip ci]
    semantic-release-bot committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    4e0d1f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. docs: remove a few redundant flag descriptions (#1112)

    ## 🧰 Changes
    
    i realized that the `summary` and `description` fields are shown right
    next to each other so we can remove some of the duplication.
    kanadgupta authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    15cded3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f9c864 View commit details
    Browse the repository at this point in the history
  3. fix: executable issue for linux users (#1115)

    ## 🧰 Changes
    
    Linux requires the `-S` flag when passing options to `node` command-line
    in executable files. This was fun to troubleshoot 🥴
    
    ## 🧬 QA & Testing
    
    Can Linux users run the CLI again? 😮‍💨
    kanadgupta authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    4319fb5 View commit details
    Browse the repository at this point in the history
  4. build(release): 🚀 v9.0.1-next.2 🦉

    ## [9.0.1-next.2](v9.0.1-next.1...v9.0.1-next.2) (2024-12-09)
    
    ### Bug Fixes
    
    * executable issue for linux users ([#1115](#1115)) ([4319fb5](4319fb5))
    
    [skip ci]
    semantic-release-bot committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    0ab047d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b04be38 View commit details
    Browse the repository at this point in the history
  6. build(release): 🚀 v9.0.1 🦉

    ## [9.0.1](v9.0.0...v9.0.1) (2024-12-09)
    
    ### Bug Fixes
    
    * executable issue for linux users ([#1115](#1115)) ([4319fb5](4319fb5))
    * repository URL fix ([2103a29](2103a29))
    
    [skip ci]
    semantic-release-bot committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    0fb7880 View commit details
    Browse the repository at this point in the history
Loading