Skip to content

Commit 4b77d2e

Browse files
[1.x] Publish packages (#928)
1 parent 23b9b2d commit 4b77d2e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/ninety-candies-shave.md

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

packages/renderers-core/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#927](https://github.com/codama-idl/codama/pull/927) [`23b9b2d`](https://github.com/codama-idl/codama/commit/23b9b2d3e39659d3cfe013d8612f246a7f801b8d) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Make RenderMaps store fragments instead of strings. This introduces a small breaking change for renderers but allows them to aggregate all fragment pages — e.g. to figure out dependencies for the whole generated library.
8+
39
## 1.2.5
410

511
### Patch Changes

packages/renderers-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/renderers-core",
3-
"version": "1.2.5",
3+
"version": "1.3.0",
44
"description": "Core types and helpers for Codama renderers to use",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)