Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -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)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "hypercerts-org/hypercerts-sdk" }],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
5 changes: 5 additions & 0 deletions .changeset/initial-lexicon-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hypercerts-org/lexicon": minor
---

Initial release of lexicon package with ATProto lexicon definitions and TypeScript types for Hypercerts protocol
5 changes: 5 additions & 0 deletions .changeset/initial-sdk-core-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hypercerts-org/sdk-core": minor
---

Initial release of sdk-core package with ATProto SDK for authentication, repository operations, and lexicon management
5 changes: 5 additions & 0 deletions .changeset/initial-sdk-react-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hypercerts-org/sdk-react": minor
---

Initial release of sdk-react package with React hooks and components for Hypercerts ATProto SDK
28 changes: 17 additions & 11 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
name: Bug Report
description: Create a bug report for the Hypercerts protocol
labels: ['type:bug']
labels: ["type:bug"]
body:
- type: markdown
attributes:
value: If you leave out sections there is a high likelihood it will be moved to the [GitHub Discussions](https://github.com/Network-Goods/hypercerts/discussions).
value:
If you leave out sections there is a high likelihood it will be moved to the [GitHub
Discussions](https://github.com/Network-Goods/hypercerts/discussions).
- type: dropdown
attributes:
label: Which area(s) of Hypercerts are affected? (leave empty if unsure)
multiple: true
options:
- 'Smart Contracts'
- 'SDK'
- 'Frontend Dapp'
- 'Docs'
- 'The Graph integration'
- 'OpenZeppelin Defender integration'
- 'Other'
- "Smart Contracts"
- "SDK"
- "Frontend Dapp"
- "Docs"
- "The Graph integration"
- "OpenZeppelin Defender integration"
- "Other"
- type: textarea
attributes:
label: To Reproduce
description: Steps to reproduce the behavior, please provide a clear description of how to reproduce the issue. Screenshots can be provided in the issue body below.
description:
Steps to reproduce the behavior, please provide a clear description of how to reproduce the issue. Screenshots
can be provided in the issue body below.
validations:
required: true
- type: textarea
Expand All @@ -37,4 +41,6 @@ body:
required: true
- type: markdown
attributes:
value: Before posting the issue go through the steps you've written down to make sure the steps provided are detailed and clear. Contributors should be able to follow the steps provided in order to reproduce the bug.
value:
Before posting the issue go through the steps you've written down to make sure the steps provided are detailed
and clear. Contributors should be able to follow the steps provided in order to reproduce the bug.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2.feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: Create a feature request
labels: 'type:featurerequest'
labels: "type:featurerequest"
body:
- type: markdown
attributes:
Expand Down
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/3.docs_request.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: 'Docs Request'
name: "Docs Request"
description: A request to update or improve documentation
title: 'Docs: '
title: "Docs: "
labels:
- 'category:docs'
- "category:docs"
body:
- type: textarea
attributes:
label: What is the improvement or update you wish to see?
description: 'Example: I would like to see more examples of how to use the SDK to detect hypercert claim collisions.'
description:
"Example: I would like to see more examples of how to use the SDK to detect hypercert claim collisions."
validations:
required: true
- type: textarea
Expand All @@ -19,6 +20,6 @@ body:
- type: input
attributes:
label: Does the docs page already exist? Please link to it.
description: 'Example: https://hypercerts.org/docs/api-reference/'
description: "Example: https://hypercerts.org/docs/api-reference/"
validations:
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/9.other.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Other'
name: "Other"
description: For internal use only
body:
- type: textarea
Expand Down
98 changes: 0 additions & 98 deletions .github/workflows/create-prerelease-sdk.yml

This file was deleted.

97 changes: 0 additions & 97 deletions .github/workflows/create-release-sdk.yml

This file was deleted.

Loading