diff --git a/.changeset/calm-ui-source-loop.md b/.changeset/calm-ui-source-loop.md deleted file mode 100644 index 8302c1a..0000000 --- a/.changeset/calm-ui-source-loop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inkcre/ui-web": patch ---- - -Document the consumer-owned local source loop and make the source entry compatible with strict consumer type graphs. diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 7f379e6..4b12012 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -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 diff --git a/packages/web/package.json b/packages/web/package.json index f8dc7e5..53c0d30 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -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", diff --git a/packages/web/src/version.ts b/packages/web/src/version.ts index d14ba39..5496a14 100644 --- a/packages/web/src/version.ts +++ b/packages/web/src/version.ts @@ -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";