Skip to content

Commit

Permalink
chore: version package (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 25, 2024
1 parent c4dbe7e commit ef7be67
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 37 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"@deltadao/nautilus": "1.0.0-beta.2",
"test": "0.0.0"
},
"changesets": ["small-tigers-repeat"]
"changesets": [
"famous-pots-deny",
"small-tigers-repeat"
]
}
34 changes: 1 addition & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @deltadao/nautilus

## 1.0.0-next.3

### Patch Changes

- [#103](https://github.com/deltaDAO/nautilus/pull/103) [`8f71689`](https://github.com/deltaDAO/nautilus/commit/8f71689b3cd4fa02502e01adddfe309afecdf5d2) Thanks [@moritzkirstein](https://github.com/moritzkirstein)! - next release

## 1.0.0-beta.2

### Patch Changes
Expand Down
10 changes: 7 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@deltadao/nautilus",
"description": "A typescript library enabling automated publish & consume in Ocean Protocol ecosystems",
"version": "1.0.0-beta.2",
"version": "1.0.0-next.3",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down Expand Up @@ -33,15 +33,19 @@
"documents": "./src/**/*.gql.ts",
"generates": {
"./src/@types/subgraph/api.ts": {
"plugins": ["typescript"]
"plugins": [
"typescript"
]
},
"./src/": {
"preset": "near-operation-file",
"presetConfig": {
"baseTypesPath": "@types/subgraph/api.ts",
"extension": ".generated.ts"
},
"plugins": ["typescript-operations"],
"plugins": [
"typescript-operations"
],
"config": {
"omitOperationSuffix": true,
"typesPrefix": "I"
Expand Down

0 comments on commit ef7be67

Please sign in to comment.