Skip to content

Commit 8432f23

Browse files
Version Packages (#59)
1 parent 15a1128 commit 8432f23

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/llms-txt-support-51.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/context/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neuledge/context
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#58](https://github.com/neuledge/context/pull/58) [`15a1128`](https://github.com/neuledge/context/commit/15a11282b929aad9722532b15ec2e056b9a8c70b) Thanks [@moshest](https://github.com/moshest)! - Support fetching documentation from websites via llms.txt files. When adding a website URL (e.g., `context add https://react-aria.adobe.com`), automatically tries to fetch `llms-full.txt` then `llms.txt` from the site root.
8+
39
## 0.6.0
410

511
### Minor Changes

packages/context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neuledge/context",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"mcpName": "io.github.neuledge/context",
55
"description": "Context management for Neuledge packages",
66
"keywords": [],

packages/registry/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @neuledge/registry
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`15a1128`](https://github.com/neuledge/context/commit/15a11282b929aad9722532b15ec2e056b9a8c70b)]:
8+
- @neuledge/context@0.7.0
9+
310
## 0.0.3
411

512
### Patch Changes

packages/registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neuledge/registry",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"description": "Registry infrastructure for building and publishing context packages",
66
"type": "module",

0 commit comments

Comments
 (0)