Skip to content

Commit 876a1c1

Browse files
committed
minor docs fixes and bumping package version
1 parent 0f7e65f commit 876a1c1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

packages/plugin-catalog/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This plugin adds support for centralized dependency version management through catalogs, similar to pnpm's catalog feature.
44

5+
It hooks into:
6+
- `reduceDependency` and replaces catalog ranges with the ones defined in a catalog.
7+
- `beforeWorkspacePacking` replacing catalogs with actual ranges before packing
8+
59
## Install
610

711
This plugin is included by default starting from Yarn 4.10.0.
@@ -66,4 +70,4 @@ Then reference them in your `package.json`:
6670
}
6771
```
6872

69-
The comprehensive feature documentation should go in `packages/docusaurus/docs/features/catalog.mdx` following the same pattern as other feature docs in that directory.
73+
The comprehensive feature documentation can be found in `packages/docusaurus/docs/features/catalog.mdx`.

packages/plugin-catalog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/plugin-catalog",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"exports": {
@@ -41,5 +41,5 @@
4141
"engines": {
4242
"node": ">=18.12.0"
4343
},
44-
"stableVersion": "0.0.1"
44+
"stableVersion": "1.0.0"
4545
}

0 commit comments

Comments
 (0)