diff --git a/.changeset/config.json b/.changeset/config.json old mode 100644 new mode 100755 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml old mode 100644 new mode 100755 diff --git a/packages/@weresk/core/.changeset/config.json b/packages/@weresk/core/.changeset/config.json old mode 100644 new mode 100755 index edef2eb..e0c1b74 --- a/packages/@weresk/core/.changeset/config.json +++ b/packages/@weresk/core/.changeset/config.json @@ -1,11 +1,11 @@ { - "$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json", - "changelog": "@changesets/cli/changelog", - "commit": false, - "fixed": [], - "linked": [], - "access": "restricted", - "baseBranch": "main", - "updateInternalDependencies": "patch", - "ignore": [] + "$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": false, + "fixed": [], + "linked": [], + "access": "public", + "baseBranch": "main", + "updateInternalDependencies": "patch", + "ignore": [] } diff --git a/packages/@weresk/core/.nx/workspace-data/file-map.json b/packages/@weresk/core/.nx/workspace-data/file-map.json old mode 100644 new mode 100755 diff --git a/packages/@weresk/core/.nx/workspace-data/project-graph.json b/packages/@weresk/core/.nx/workspace-data/project-graph.json old mode 100644 new mode 100755 diff --git a/packages/@weresk/core/package.json b/packages/@weresk/core/package.json index b2f2ac6..025b0dd 100755 --- a/packages/@weresk/core/package.json +++ b/packages/@weresk/core/package.json @@ -1,6 +1,7 @@ { "name": "@weresk/core", "version": "0.0.1", + "private": false, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", diff --git a/packages/@weresk/maket/.changeset/config.json b/packages/@weresk/maket/.changeset/config.json old mode 100644 new mode 100755 index edef2eb..e0c1b74 --- a/packages/@weresk/maket/.changeset/config.json +++ b/packages/@weresk/maket/.changeset/config.json @@ -1,11 +1,11 @@ { - "$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json", - "changelog": "@changesets/cli/changelog", - "commit": false, - "fixed": [], - "linked": [], - "access": "restricted", - "baseBranch": "main", - "updateInternalDependencies": "patch", - "ignore": [] + "$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": false, + "fixed": [], + "linked": [], + "access": "public", + "baseBranch": "main", + "updateInternalDependencies": "patch", + "ignore": [] } diff --git a/packages/@weresk/maket/package.json b/packages/@weresk/maket/package.json index 3801ed0..4847c1b 100755 --- a/packages/@weresk/maket/package.json +++ b/packages/@weresk/maket/package.json @@ -1,6 +1,7 @@ { "name": "@weresk/maket", "version": "0.0.1", + "private": false, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",