Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/docker-install-git.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neuledge/context

## 1.0.1

### Patch Changes

- [#80](https://github.com/neuledge/context/pull/80) [`b5dd83b`](https://github.com/neuledge/context/commit/b5dd83b453ce861ebc516ae915c847f385d6c0d3) Thanks [@moshest](https://github.com/moshest)! - Install `git` in the Docker runtime image so cloning GitHub URLs works out of the box (fixes `Git clone failed: /bin/sh: 1: git: not found`).

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neuledge/context",
"version": "1.0.0",
"version": "1.0.1",
"mcpName": "io.github.neuledge/context",
"description": "Context management for Neuledge packages",
"keywords": [],
Expand Down
7 changes: 7 additions & 0 deletions packages/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @neuledge/registry

## 0.0.9

### Patch Changes

- Updated dependencies [[`b5dd83b`](https://github.com/neuledge/context/commit/b5dd83b453ce861ebc516ae915c847f385d6c0d3)]:
- @neuledge/context@1.0.1

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neuledge/registry",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"description": "Registry infrastructure for building and publishing context packages",
"type": "module",
Expand Down