Skip to content

Commit

Permalink
Merge pull request #122 from deltaDAO/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
moritzkirstein authored Mar 27, 2024
2 parents 494937a + 9a132d3 commit 22fc293
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 41 deletions.
7 changes: 0 additions & 7 deletions .changeset/eleven-pans-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-pots-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-drinks-occur.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/pre.json

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/small-tigers-repeat.md

This file was deleted.

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

## 1.0.0

### Patch Changes

- [#108](https://github.com/deltaDAO/nautilus/pull/108) [`3e8b148`](https://github.com/deltaDAO/nautilus/commit/3e8b1484fa5656a0a46fc818ca118dfda32786fc) Thanks [@moritzkirstein](https://github.com/moritzkirstein)! - Fix error in next build

- Fixes an error with starting compute jobs
- Fixes `tslib` dependency issues

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

- [#106](https://github.com/deltaDAO/nautilus/pull/106) [`399cd55`](https://github.com/deltaDAO/nautilus/commit/399cd55ead131534f0165ef01f698553cb26290d) Thanks [@moritzkirstein](https://github.com/moritzkirstein)! - bump ocean.js

- [#83](https://github.com/deltaDAO/nautilus/pull/83) [`59b5d93`](https://github.com/deltaDAO/nautilus/commit/59b5d9348ca75300523c9857eba1f99abe441c01) Thanks [@moritzkirstein](https://github.com/moritzkirstein)! - - add stopCompute functionality
- fix an issue with setting trusted algorithms

## 1.0.0-next.5

### 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-next.5",
"version": "1.0.0",
"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 22fc293

Please sign in to comment.