Skip to content

Commit 46d7d32

Browse files
chore: version packages v1.9.3
1 parent 93b4e78 commit 46d7d32

13 files changed

Lines changed: 59 additions & 16 deletions

File tree

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "chris-c-thomas/LexBuild" }],
3+
"changelog": "@changesets/cli/changelog",
44
"commit": false,
55
"fixed": [["@lexbuild/core", "@lexbuild/usc", "@lexbuild/ecfr", "@lexbuild/cli"]],
66
"linked": [],
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["astro"]
10+
"ignore": ["@lexbuild/web"]
1111
}

.changeset/fruity-sides-divide.md

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

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
77

8+
## [1.9.3]
9+
10+
### Added
11+
12+
- Scaffold Astro 6 SSR app (`apps/astro/`) for browsing converted U.S. Code and eCFR content as Markdown, with island architecture, dark mode, and filesystem-based content serving
13+
14+
### Removed
15+
16+
- Remove `apps/web/` Next.js application from monorepo and update all references, dependencies, and documentation
17+
18+
### Changed
19+
20+
- Rename `apps/astro` package from `"astro"` to `"@lexbuild/web"` to avoid name collision with the Astro framework dependency
21+
- Switch changeset changelog plugin from `@changesets/changelog-github` to default (no GitHub token required for local versioning)
22+
23+
### Fixed
24+
25+
- Dependabot issues: undici, eslint, pnpm-lock.yml updates
26+
827
## [1.9.2]
928

1029
### Changed

apps/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "astro",
2+
"name": "@lexbuild/web",
33
"type": "module",
44
"private": true,
55
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lexbuild",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"private": true,
55
"author": "Chris Thomas",
66
"license": "MIT",

packages/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @lexbuild/cli
22

3+
## 1.9.3
4+
5+
### Patch Changes
6+
7+
- 93b4e78: refactor: remove Next.js web application, add Astro SSR app for browsing converted legal content
8+
- Updated dependencies [93b4e78]
9+
- @lexbuild/core@1.9.3
10+
- @lexbuild/ecfr@1.9.3
11+
- @lexbuild/usc@1.9.3
12+
313
## 1.9.2
414

515
### 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": "@lexbuild/cli",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"description": "Compiler for legal and civic texts. Converts disparate statutory data into structured formats optimized for AI, RAG, and semantic search.",
55
"author": "Chris Thomas",
66
"license": "MIT",

packages/core/CHANGELOG.md

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

3+
## 1.9.3
4+
5+
### Patch Changes
6+
7+
- 93b4e78: refactor: remove Next.js web application, add Astro SSR app for browsing converted legal content
8+
39
## 1.9.2
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lexbuild/core",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"description": "Core AST definitions, parsing infrastructure, and format-agnostic renderers for the LexBuild ecosystem.",
55
"author": "Chris Thomas",
66
"license": "MIT",

packages/ecfr/CHANGELOG.md

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

3+
## 1.9.3
4+
5+
### Patch Changes
6+
7+
- 93b4e78: refactor: remove Next.js web application, add Astro SSR app for browsing converted legal content
8+
- Updated dependencies [93b4e78]
9+
- @lexbuild/core@1.9.3
10+
311
## 1.9.2
412

513
### Patch Changes

0 commit comments

Comments
 (0)