Skip to content

Commit

Permalink
Merge branch 'next' into kanad-2025-01-14/docs-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Feb 3, 2025
2 parents ff94737 + 47988b7 commit cbc9004
Show file tree
Hide file tree
Showing 8 changed files with 438 additions and 342 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"search.exclude": {
"**/dist-gha": true,
"CHANGELOG.md": true,
"package-lock.json": true
}
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [10.1.2-next.1](https://github.com/readmeio/rdme/compare/v10.1.1...v10.1.2-next.1) (2025-02-03)


### Bug Fixes

* **v9:** point to correct dist-tag for outdated version notifications ([#1156](https://github.com/readmeio/rdme/issues/1156)) ([099060d](https://github.com/readmeio/rdme/commit/099060d2c9eefb5335277edc5201ca74001f447f))


### Reverts

* don't use v9 release channel in v10 ([db80253](https://github.com/readmeio/rdme/commit/db80253bdd0af66057e6ef7bcb367be6de7e0ce5))

## [9.1.1](https://github.com/readmeio/rdme/compare/v9.1.0...v9.1.1) (2025-02-03)

### Bug Fixes

* **v9:** point to correct dist-tag for outdated version notifications ([#1156](https://github.com/readmeio/rdme/issues/1156)) ([099060d](https://github.com/readmeio/rdme/commit/099060d2c9eefb5335277edc5201ca74001f447f))

## [10.1.1](https://github.com/readmeio/rdme/compare/v10.1.0...v10.1.1) (2025-01-28)


Expand Down
30 changes: 15 additions & 15 deletions dist-gha/commands.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist-gha/run.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/commands/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ EXAMPLES
$ rdme autocomplete --refresh-cache
```

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.18/src/commands/autocomplete/index.ts)_
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.20/src/commands/autocomplete/index.ts)_
2 changes: 1 addition & 1 deletion documentation/commands/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ DESCRIPTION
Display help for rdme.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.23/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.24/src/commands/help.ts)_
Loading

0 comments on commit cbc9004

Please sign in to comment.