Skip to content

Commit

Permalink
Adding Publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkalachev committed Oct 26, 2024
1 parent eb5aeb4 commit f9b6703
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 18 deletions.
Empty file modified .changeset/config.json
100644 → 100755
Empty file.
Empty file modified .github/workflows/publish.yaml
100644 → 100755
Empty file.
18 changes: 9 additions & 9 deletions packages/@weresk/core/.changeset/config.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
Empty file modified packages/@weresk/core/.nx/workspace-data/file-map.json
100644 → 100755
Empty file.
Empty file modified packages/@weresk/core/.nx/workspace-data/project-graph.json
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions packages/@weresk/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
18 changes: 9 additions & 9 deletions packages/@weresk/maket/.changeset/config.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
1 change: 1 addition & 0 deletions packages/@weresk/maket/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f9b6703

Please sign in to comment.