Skip to content

Commit

Permalink
Merge pull request #450 from a-type/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
a-type authored Dec 16, 2024
2 parents a291b0d + d3e4bbf commit aef2934
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-tigers-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-pianos-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-games-promise.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @verdant-web/cli

## 4.7.2

### Patch Changes

- cacc5b0: Adds typings for new useWatch option to disable usage tracking

## 4.7.1

### 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": "@verdant-web/cli",
"version": "4.7.1",
"version": "4.7.2",
"description": "Schema management tools for verdant",
"type": "module",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @verdant-web/react-router

## 0.7.1

### Patch Changes

- 8acc032: Fix react peer dep

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdant-web/react-router",
"version": "0.7.0",
"version": "0.7.1",
"access": "public",
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lo-fi/react

## 40.2.0

### Minor Changes

- cacc5b0: Observe accessed keys of watched entities and only re-render the component when accessed keys change

## 40.1.0

### Minor 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": "@verdant-web/react",
"version": "40.1.0",
"version": "40.2.0",
"access": "public",
"type": "module",
"exports": {
Expand Down

0 comments on commit aef2934

Please sign in to comment.