Skip to content

Commit fdcb51a

Browse files
chore: version packages [skip ci]
1 parent ef9be00 commit fdcb51a

9 files changed

Lines changed: 33 additions & 12 deletions

File tree

.changeset/few-bananas-share.md

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

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @recallnet/codecontext-cli
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- ef9be00: Publish all packages publicly to npmjs and update package metadata for the new registry.
8+
- Updated dependencies [ef9be00]
9+
- @recallnet/codecontext-parser@0.2.1
10+
311
## 0.1.3
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recallnet/codecontext-cli",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": false,
55
"description": "CLI for querying @context annotations in source code",
66
"repository": {

packages/eslint-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @recallnet/codecontext-eslint-plugin
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- ef9be00: Publish all packages publicly to npmjs and update package metadata for the new registry.
8+
- Updated dependencies [ef9be00]
9+
- @recallnet/codecontext-parser@0.2.1
10+
311
## 0.2.0
412

513
### Minor Changes

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recallnet/codecontext-eslint-plugin",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": false,
55
"description": "ESLint rules for @context annotation freshness and validity",
66
"repository": {

packages/parser/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- ef9be00: Publish all packages publicly to npmjs and update package metadata for the new registry.
8+
39
## 0.2.0
410

511
### Minor Changes

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recallnet/codecontext-parser",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": false,
55
"description": "Core parser for @context tags and supporting refs",
66
"repository": {

packages/tsdoc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @recallnet/codecontext-tsdoc
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- ef9be00: Publish all packages publicly to npmjs and update package metadata for the new registry.

packages/tsdoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recallnet/codecontext-tsdoc",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": false,
55
"description": "TSDoc tag definitions for codecontext",
66
"repository": {

0 commit comments

Comments
 (0)