Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release typescript resolve conflict #1801

Merged
merged 17 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from 12 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
5 changes: 5 additions & 0 deletions .changeset/fifty-buttons-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onflow/fcl-bundle": minor
---

Switched to rollup-plugin-typescript2
5 changes: 5 additions & 0 deletions .changeset/fluffy-yaks-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onflow/types": minor
---

Convert @onflow/types to TypeScript
11 changes: 11 additions & 0 deletions .changeset/giant-ducks-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@onflow/util-encode-key": minor
"@onflow/util-invariant": minor
"@onflow/util-template": minor
"@onflow/util-address": minor
"@onflow/util-logger": minor
"@onflow/util-uid": minor
"@onflow/rlp": minor
---

Convert to Typescript
Copy link
Contributor

@jribbink jribbink Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably try to consolidate all of the changesets, there's a bunch floating around here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these changesets should be consolidated to just one version bump, I think

21 changes: 21 additions & 0 deletions .changeset/hip-radios-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
"@onflow/util-encode-key": minor
"@onflow/transport-grpc": minor
"@onflow/transport-http": minor
"@onflow/util-invariant": minor
"@onflow/util-template": minor
"@onflow/util-address": minor
"@onflow/util-logger": minor
"@onflow/fcl-bundle": minor
"@onflow/util-actor": minor
"@onflow/typedefs": minor
"@onflow/util-uid": minor
"@onflow/config": minor
"@onflow/fcl-wc": minor
"@onflow/types": minor
"@onflow/fcl": minor
"@onflow/rlp": minor
"@onflow/sdk": minor
---

TS build
33 changes: 33 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"mode": "pre",
"tag": "typescript",
"initialVersions": {
"@onflow/config": "1.1.2",
"@onflow/fcl": "1.7.0",
"@onflow/fcl-bundle": "1.3.1",
"@onflow/fcl-wc": "4.0.0",
"@onflow/protobuf": "1.2.1",
"@onflow/rlp": "1.1.0",
"@onflow/sdk": "1.2.3",
"@onflow/transport-grpc": "1.2.2",
"@onflow/transport-http": "1.7.2",
"@onflow/typedefs": "1.1.1",
"@onflow/types": "1.1.0",
"@onflow/util-actor": "1.2.0",
"@onflow/util-address": "1.1.0",
"@onflow/util-encode-key": "1.1.0",
"@onflow/util-invariant": "1.1.0",
"@onflow/util-logger": "1.2.2",
"@onflow/util-semver": "1.0.0",
"@onflow/util-template": "1.1.0",
"@onflow/util-uid": "1.1.0"
},
"changesets": [
"fifty-buttons-serve",
"fluffy-yaks-allow",
"giant-ducks-tickle",
"hip-radios-behave",
"tough-fishes-live",
"wise-apples-leave"
]
}
5 changes: 5 additions & 0 deletions .changeset/tough-fishes-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onflow/config": minor
---

Add Typescript to @onflow/config
5 changes: 5 additions & 0 deletions .changeset/wise-apples-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onflow/util-actor": minor
---

Enhance TS support for @onflow/util-actor
Loading
Loading