소스 검색

Add changesets

Loris Leiva 1 년 전
부모
커밋
5cd6f97fcc
4개의 변경된 파일908개의 추가작업 그리고 3개의 파일을 삭제
  1. 8 0
      .changeset/README.md
  2. 14 0
      .changeset/config.json
  3. 2 0
      package.json
  4. 884 3
      pnpm-lock.yaml

+ 8 - 0
.changeset/README.md

@@ -0,0 +1,8 @@
+# Changesets
+
+Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
+with multi-package repos, or single-package repos to help you version and publish your code. You can
+find the full documentation for it [in our repository](https://github.com/changesets/changesets)
+
+We have a quick list of common questions to get you started engaging with this project in
+[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

+ 14 - 0
.changeset/config.json

@@ -0,0 +1,14 @@
+{
+  "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
+  "changelog": [
+    "@changesets/changelog-github",
+    { "repo": "solana-program/create-solana-program" }
+  ],
+  "commit": false,
+  "fixed": [],
+  "linked": [],
+  "access": "public",
+  "baseBranch": "main",
+  "updateInternalDependencies": "patch",
+  "ignore": []
+}

+ 2 - 0
package.json

@@ -32,6 +32,8 @@
   },
   "homepage": "https://github.com/solana-program/create-solana-program#readme",
   "devDependencies": {
+    "@changesets/changelog-github": "^0.5.0",
+    "@changesets/cli": "^2.27.1",
     "@tsconfig/node20": "^20.1.2",
     "@types/eslint": "^8.56.5",
     "@types/node": "^20.11.24",

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 884 - 3
pnpm-lock.yaml


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.