Skip to content

Commit f85a668

Browse files
Version Packages (#1059)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 536ce4f commit f85a668

15 files changed

Lines changed: 51 additions & 32 deletions

.changeset/copy-button-focus.md

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

.changeset/html-parallel-minify.md

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

.changeset/html-streaming-pages.md

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

.changeset/index-page-missing-docs.md

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

.changeset/section-pages-generator.md

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

packages/cli/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0a9dc37`](https://github.com/nodejs/doc-kit/commit/0a9dc37dc96f8044c76c3ca9b35e97895a87d1fd), [`da5d8e6`](https://github.com/nodejs/doc-kit/commit/da5d8e63d0d33fe7a95c46afb8d5140d576827b4)]:
8+
- @doc-kit/core@1.1.0
9+
310
## 1.0.1
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@doc-kit/cli",
33
"type": "module",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "The doc-kit command-line interface: runs @doc-kit/core generators from the terminal",
66
"repository": {
77
"type": "git",

packages/core/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#1090](https://github.com/nodejs/doc-kit/pull/1090) [`0a9dc37`](https://github.com/nodejs/doc-kit/commit/0a9dc37dc96f8044c76c3ca9b35e97895a87d1fd) Thanks [@avivkeller](https://github.com/avivkeller)! - perf: build the site one page at a time, and `all.html` from the module pages
8+
9+
- [#1057](https://github.com/nodejs/doc-kit/pull/1057) [`da5d8e6`](https://github.com/nodejs/doc-kit/commit/da5d8e63d0d33fe7a95c46afb8d5140d576827b4) Thanks [@avivkeller](https://github.com/avivkeller)! - feat: `dependent` generators and the `section-pages` generator
10+
311
## 1.0.1
412

513
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@doc-kit/core",
33
"type": "module",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"description": "The doc-kit engine: the pipeline and shared APIs that power the doc-kit generators and CLI",
66
"repository": {
77
"type": "git",

packages/node-legacy/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @node-core/doc-kit-legacy
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#1087](https://github.com/nodejs/doc-kit/pull/1087) [`40c4397`](https://github.com/nodejs/doc-kit/commit/40c4397eda625dccbabb8e881e9bcb69a8fac6fa) Thanks [@OmerDavidson](https://github.com/OmerDavidson)! - Show a focus outline on the code block copy button
8+
- Updated dependencies [[`0a9dc37`](https://github.com/nodejs/doc-kit/commit/0a9dc37dc96f8044c76c3ca9b35e97895a87d1fd), [`da5d8e6`](https://github.com/nodejs/doc-kit/commit/da5d8e63d0d33fe7a95c46afb8d5140d576827b4)]:
9+
- @doc-kit/core@1.1.0
10+
311
## 1.0.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)