Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 25, 2024
1 parent 27c4fde commit 48d5622
Show file tree
Hide file tree
Showing 66 changed files with 278 additions and 121 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-eagles-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/angry-ties-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-cycles-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-teachers-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-glasses-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-pots-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-rocks-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-fireants-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-bulldogs-pay.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/perfect-actors-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-apes-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-donuts-matter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-bags-cough.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-cherries-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-zoos-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-cows-check.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 2.0.7

Release date: Thu Apr 25 2024

---

## Version 2.0.6

Release date: Wed Apr 17 2024
Expand Down
6 changes: 6 additions & 0 deletions docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 2.0.7

Release date: Thu Apr 25 2024

---

## Version 2.0.6

Release date: Wed Apr 17 2024
Expand Down
2 changes: 2 additions & 0 deletions packages/abi-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @latticexyz/abi-ts

## 2.0.7

## 2.0.6

## 2.0.5
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/abi-ts",
"version": "2.0.6",
"version": "2.0.7",
"description": "Create TypeScript type declaration files (`.d.ts`) for your ABI JSON files.",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/block-logs-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @latticexyz/block-logs-stream

## 2.0.7

### Patch Changes

- bf16e729: Added detection and handling for proxyd rate limit and block range errors.
- Updated dependencies [375d902e]
- Updated dependencies [38c61158]
- Updated dependencies [f736c43d]
- @latticexyz/common@2.0.7

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/block-logs-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/block-logs-stream",
"version": "2.0.6",
"version": "2.0.7",
"description": "Create a stream of EVM block logs for events",
"repository": {
"type": "git",
Expand Down
29 changes: 29 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change Log

## 2.0.7

### Patch Changes

- c74a6647: Added a `--awsKmsKeyId` flag to `mud deploy` that deploys the world using an AWS KMS key as a transaction signer.
- dbc7e066: Deploying now retries on "block is out of range" errors, for cases where the RPC is load balanced and out of sync.
- 189050bd: Deploy will now fetch and set the gas price during execution of PostDeploy script. This should greatly reduce the fees paid for L2s.
- fce741b0: Added a new `mud verify` command which verifies all contracts in a project. This includes systems, modules, the WorldFactory and World.
- 632a7525: Fixed an issue where deploys were warning about mismatched bytecode when the bytecode was correct and what we expect.
- 3d1d5905: Added a `deploy.upgradeableWorldImplementation` option to the MUD config that deploys the World as an upgradeable proxy contract. The proxy behaves like a regular World contract, but the underlying implementation can be upgraded by calling `setImplementation`.
- 8493f88f: Added a `--forgeScriptOptions` flag to deploy and dev commands to allow passing in additional CLI flags to `forge script` command.
- Updated dependencies [375d902e]
- Updated dependencies [78a94d71]
- Updated dependencies [38c61158]
- Updated dependencies [3d1d5905]
- Updated dependencies [2c9b16c7]
- Updated dependencies [f736c43d]
- @latticexyz/common@2.0.7
- @latticexyz/world-modules@2.0.7
- @latticexyz/world@2.0.7
- @latticexyz/config@2.0.7
- @latticexyz/protocol-parser@2.0.7
- @latticexyz/store@2.0.7
- @latticexyz/abi-ts@2.0.7
- @latticexyz/gas-report@2.0.7
- @latticexyz/schema-type@2.0.7
- @latticexyz/services@2.0.7
- @latticexyz/utils@2.0.7

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/cli",
"version": "2.0.6",
"version": "2.0.7",
"description": "Command line interface for mud",
"repository": {
"type": "git",
Expand Down
19 changes: 19 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 2.0.7

### Patch Changes

- 375d902e: Added asynchronous polling for current fees to `sendTransaction`.
- 38c61158: Added `kmsKeyToAccount`, a [viem custom account](https://viem.sh/docs/accounts/custom#custom-account) that signs transactions using AWS KMS.

To use it, you must first install `@aws-sdk/[email protected]` and `[email protected]` dependencies into your project. Then create a KMS account with:

```ts
import { kmsKeyToAccount } from "@latticexyz/common/kms";
const account = kmsKeyToAccount({ keyId: ... });
```

By default, a `KMSClient` will be created, but you can also pass one in via the `client` option. The default KMS client will use [your environment's AWS SDK configuration](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/configuring-the-jssdk.html).

- f736c43d: `Resource` type props are now readonly.
- @latticexyz/schema-type@2.0.7

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/common",
"version": "2.0.6",
"version": "2.0.7",
"description": "Common low level logic shared between packages",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.7

### Patch Changes

- Updated dependencies [375d902e]
- Updated dependencies [38c61158]
- Updated dependencies [f736c43d]
- @latticexyz/common@2.0.7
- @latticexyz/schema-type@2.0.7

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/config",
"version": "2.0.6",
"version": "2.0.7",
"description": "Config for Store and World",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-mud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.7

### Patch Changes

- 534e7729: Made `worlds.json`'s `address` type more like viem's `Hex` type so it's easy to pass through as an argument.

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-mud",
"version": "2.0.6",
"version": "2.0.7",
"description": "Create a new MUD project",
"license": "MIT",
"author": "Lattice <[email protected]>",
Expand Down
19 changes: 19 additions & 0 deletions packages/dev-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @latticexyz/dev-tools

## 2.0.7

### Patch Changes

- Updated dependencies [375d902e]
- Updated dependencies [16695fea]
- Updated dependencies [38c61158]
- Updated dependencies [3d1d5905]
- Updated dependencies [2c9b16c7]
- Updated dependencies [f736c43d]
- @latticexyz/common@2.0.7
- @latticexyz/store-sync@2.0.7
- @latticexyz/world@2.0.7
- @latticexyz/store@2.0.7
- @latticexyz/react@2.0.7
- @latticexyz/recs@2.0.7
- @latticexyz/schema-type@2.0.7
- @latticexyz/utils@2.0.7

## 2.0.6

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/dev-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/dev-tools",
"version": "2.0.6",
"version": "2.0.7",
"description": "MUD developer tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,12 +51,12 @@
"vitest": "0.34.6"
},
"peerDependencies": {
"@latticexyz/common": "2.0.6",
"@latticexyz/recs": "2.0.6",
"@latticexyz/store": "2.0.6",
"@latticexyz/store-sync": "2.0.6",
"@latticexyz/utils": "2.0.6",
"@latticexyz/world": "2.0.6"
"@latticexyz/common": "2.0.7",
"@latticexyz/recs": "2.0.7",
"@latticexyz/store": "2.0.7",
"@latticexyz/store-sync": "2.0.7",
"@latticexyz/utils": "2.0.7",
"@latticexyz/world": "2.0.7"
},
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @latticexyz/faucet

## 2.0.7

### Patch Changes

- Updated dependencies [375d902e]
- Updated dependencies [38c61158]
- Updated dependencies [f736c43d]
- @latticexyz/common@2.0.7

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/faucet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/faucet",
"version": "2.0.6",
"version": "2.0.7",
"description": "Faucet API for Lattice testnet",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/gas-report/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.0.7

## 2.0.6

## 2.0.5
Expand Down
2 changes: 1 addition & 1 deletion packages/gas-report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/gas-report",
"version": "2.0.6",
"version": "2.0.7",
"description": "Gas reporter for specific lines within forge tests",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/protocol-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @latticexyz/protocol-parser

## 2.0.7

### Patch Changes

- Updated dependencies [375d902e]
- Updated dependencies [38c61158]
- Updated dependencies [f736c43d]
- @latticexyz/common@2.0.7
- @latticexyz/config@2.0.7
- @latticexyz/schema-type@2.0.7

## 2.0.6

### Patch Changes
Expand Down
Loading

0 comments on commit 48d5622

Please sign in to comment.