Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/calm-ui-source-loop.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inkcre/ui-web

## 1.3.1

### Patch Changes

- 5c9e3d0: Document the consumer-owned local source loop and make the source entry compatible with strict consumer type graphs.

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkcre/ui-web",
"version": "1.3.0",
"version": "1.3.1",
"description": "Design System for InKCre Web Projects",
"keywords": [
"design-system",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Auto-generated by build-package-metadata.ts - DO NOT EDIT
export const version = "1.3.0";
export const version = "1.3.1";