Skip to content

Commit

Permalink
Version Packages (#3461)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 17, 2025
1 parent 59389b1 commit 0327b3b
Show file tree
Hide file tree
Showing 63 changed files with 301 additions and 303 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-pandas-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-berries-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-poets-tan.md

This file was deleted.

52 changes: 52 additions & 0 deletions docs/data/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,56 @@
[
{
"version": "2.2.16",
"date": "2025-01-17T16:14:48.470Z",
"changes": {
"patch": [
{
"packages": [
{
"package": "@latticexyz/explorer",
"type": "patch"
}
],
"description": "\nFixed an issue where live queries were running while paused and vice versa.",
"type": 0,
"commitHash": "59389b1e37bc84664972231989ce7fdc739cce42",
"authorName": "Kevin Ingersoll",
"authorEmail": "[email protected]",
"title": "docs: add changeset for bug fix (#3463)"
},
{
"packages": [
{
"package": "@latticexyz/explorer",
"type": "patch"
}
],
"description": "\nAdded 'Copy to Clipboard' button to relevant sections for easier data copying.",
"type": 0,
"commitHash": "54e5c06dd4606d2484a790cd1d531931d634d7a1",
"authorName": "Karolis Ramanauskas",
"authorEmail": "[email protected]",
"title": "feat(explorer): copy button (#3423)"
},
{
"packages": [
{
"package": "@latticexyz/explorer",
"type": "patch"
}
],
"description": "\nSQL query execution time in Explore table is now measured and displayed.",
"type": 0,
"commitHash": "05c7298412805fbc5a2eae489d567ec405414abc",
"authorName": "Karolis Ramanauskas",
"authorEmail": "[email protected]",
"title": "feat(explorer): query execution time (#3444)"
}
],
"minor": [],
"major": []
}
},
{
"version": "2.2.15",
"date": "2025-01-17T11:35:44.397Z",
Expand Down
266 changes: 7 additions & 259 deletions docs/pages/changelog.mdx

Large diffs are not rendered by default.

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.2.16

## 2.2.15

### Patch Changes
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.2.15",
"version": "2.2.16",
"description": "Create TypeScript type declaration files (`.d.ts`) for your ABI JSON files.",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/block-logs-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @latticexyz/block-logs-stream

## 2.2.16

### Patch Changes

- @latticexyz/common@2.2.16

## 2.2.15

### 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.2.15",
"version": "2.2.16",
"description": "Create a stream of EVM block logs for events",
"repository": {
"type": "git",
Expand Down
17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 2.2.16

### Patch Changes

- @latticexyz/abi-ts@2.2.16
- @latticexyz/block-logs-stream@2.2.16
- @latticexyz/common@2.2.16
- @latticexyz/config@2.2.16
- @latticexyz/gas-report@2.2.16
- @latticexyz/protocol-parser@2.2.16
- @latticexyz/schema-type@2.2.16
- @latticexyz/store@2.2.16
- @latticexyz/store-sync@2.2.16
- @latticexyz/utils@2.2.16
- @latticexyz/world@2.2.16
- @latticexyz/world-module-metadata@2.2.16

## 2.2.15

### 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.2.15",
"version": "2.2.16",
"description": "Command line interface for mud",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.2.16

### Patch Changes

- @latticexyz/schema-type@2.2.16

## 2.2.15

### 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.2.15",
"version": "2.2.16",
"description": "Common low level logic shared between packages",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.2.16

### Patch Changes

- @latticexyz/common@2.2.16
- @latticexyz/schema-type@2.2.16

## 2.2.15

### 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.2.15",
"version": "2.2.16",
"description": "Config for Store and World",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-mud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.2.16

## 2.2.15

## 2.2.14
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.2.15",
"version": "2.2.16",
"description": "Create a new MUD project",
"license": "MIT",
"author": "Lattice <[email protected]>",
Expand Down
13 changes: 13 additions & 0 deletions packages/dev-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @latticexyz/dev-tools

## 2.2.16

### Patch Changes

- @latticexyz/common@2.2.16
- @latticexyz/react@2.2.16
- @latticexyz/recs@2.2.16
- @latticexyz/schema-type@2.2.16
- @latticexyz/store@2.2.16
- @latticexyz/store-sync@2.2.16
- @latticexyz/utils@2.2.16
- @latticexyz/world@2.2.16

## 2.2.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.15",
"version": "2.2.16",
"description": "MUD developer tools",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/entrykit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @latticexyz/entrykit

## 2.2.16

### Patch Changes

- @latticexyz/common@2.2.16
- @latticexyz/config@2.2.16
- @latticexyz/paymaster@2.2.16
- @latticexyz/protocol-parser@2.2.16
- @latticexyz/store@2.2.16
- @latticexyz/world@2.2.16
- @latticexyz/world-modules@2.2.16

## 2.2.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/entrykit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/entrykit",
"version": "2.2.15",
"version": "2.2.16",
"description": "User onboarding flows for MUD apps",
"repository": {
"type": "git",
Expand Down
17 changes: 17 additions & 0 deletions packages/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @latticexyz/explorer

## 2.2.16

### Patch Changes

- 59389b1: Fixed an issue where live queries were running while paused and vice versa.
- 54e5c06: Added 'Copy to Clipboard' button to relevant sections for easier data copying.
- 05c7298: SQL query execution time in Explore table is now measured and displayed.
- @latticexyz/block-logs-stream@2.2.16
- @latticexyz/common@2.2.16
- @latticexyz/config@2.2.16
- @latticexyz/protocol-parser@2.2.16
- @latticexyz/schema-type@2.2.16
- @latticexyz/store@2.2.16
- @latticexyz/store-indexer@2.2.16
- @latticexyz/store-sync@2.2.16
- @latticexyz/world@2.2.16

## 2.2.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/explorer",
"version": "2.2.15",
"version": "2.2.16",
"description": "World Explorer is a tool for visually exploring and manipulating the state of worlds",
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @latticexyz/faucet

## 2.2.16

### Patch Changes

- @latticexyz/common@2.2.16

## 2.2.15

### 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.2.15",
"version": "2.2.16",
"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.2.16

## 2.2.15

## 2.2.14
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.2.15",
"version": "2.2.16",
"description": "Gas reporter for specific lines within forge tests",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/paymaster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @latticexyz/paymaster

## 2.2.16

## 2.2.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paymaster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/paymaster",
"version": "2.2.15",
"version": "2.2.16",
"description": "Paymaster contracts",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/protocol-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @latticexyz/protocol-parser

## 2.2.16

### Patch Changes

- @latticexyz/common@2.2.16
- @latticexyz/config@2.2.16
- @latticexyz/schema-type@2.2.16

## 2.2.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/protocol-parser",
"version": "2.2.15",
"version": "2.2.16",
"description": "Parser utilities for the MUD protocol",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.2.16

### Patch Changes

- @latticexyz/recs@2.2.16
- @latticexyz/store@2.2.16

## 2.2.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/react",
"version": "2.2.15",
"version": "2.2.16",
"description": "React tools for MUD client.",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/recs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.2.16

### Patch Changes

- @latticexyz/schema-type@2.2.16
- @latticexyz/utils@2.2.16

## 2.2.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/recs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/recs",
"version": "2.2.15",
"version": "2.2.16",
"repository": {
"type": "git",
"url": "https://github.com/latticexyz/mud.git",
Expand Down
Loading

0 comments on commit 0327b3b

Please sign in to comment.