diff --git a/.changeset/config.json b/.changeset/config.json index ad6f18a..1d1a897 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,11 +1,11 @@ { - "$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json", - "changelog": "@changesets/cli/changelog", - "commit": false, - "fixed": [], - "linked": [], - "access": "restricted", - "baseBranch": "main", - "updateInternalDependencies": "patch", - "ignore": [] + "$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": false, + "fixed": [], + "linked": [], + "access": "restricted", + "baseBranch": "main", + "updateInternalDependencies": "patch", + "ignore": ["@slatetech/site"] } diff --git a/.changeset/violet-buttons-type.md b/.changeset/violet-buttons-type.md new file mode 100644 index 0000000..725b433 --- /dev/null +++ b/.changeset/violet-buttons-type.md @@ -0,0 +1,5 @@ +--- +"@slatetech/design": patch +--- + +asd diff --git a/apps/site/package.json b/apps/site/package.json index ba87dd0..bedff2c 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -1,7 +1,7 @@ { "name": "@slatetech/site", "type": "module", - "version": "0.0.8", + "version": "0.0.0", "license": "Apache-2.0", "private": true, "scripts": {