Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

Commit 2bb116a

Browse files
committed
feat: Prepare for release
1 parent 953d0b8 commit 2bb116a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Changelog
1+
## Changelog
2+
3+
### 3.0.0
4+
5+
- .d.ts generation re-write using a new technique I've been thinking about. The .d.ts files are not pretty. That's not a priority for me right now.
26

37
### 2.0.0
48

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ You could think of it as a smaller, more singular focused version of the mature
3838

3939
## Vision
4040

41-
This repo provides the APIs for building a codegen for framework authors, and the goal is not to provide a CLI for a generalized use-case.
42-
43-
It is currently [available inside RedwoodJS](https://redwoodjs.com/docs/typescript/generated-types#experimental-sdl-code-generation) as an option for experimental SDL code generation.
41+
This repo provides the APIs for building a codegen for framework authors or confident tool builders, and the goal is not to provide a CLI for a generalized use-case.
4442

4543
## Pipeline
4644

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdl-codegen/node",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "GraphQL .d.ts file generation for SDL-first projects",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)