Skip to content

Commit

Permalink
Merge branch 'main' of github.com:a-type/verdant
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Apr 20, 2024
2 parents 9f5db42 + c21de00 commit a56fb69
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-boats-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-points-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-comics-tan.md

This file was deleted.

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

## 0.6.0

### Minor Changes

- f4bfccc: Remove "grant" template (this is in my Biscuits scaffolding now)

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdant-web/create-app",
"version": "0.5.0",
"version": "0.6.0",
"description": "Verdant app bootstrapper CLI",
"main": "dist/index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@verdant-web/store": "^3.5.1",
"@verdant-web/store": "^3.5.2",
"react": "^18.2.0"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lo-fi/web

## 3.5.2

### Patch Changes

- 39cd3a0: Expose an id generator
- f4bfccc: Expose UndoHistory from library

## 3.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdant-web/store",
"version": "3.5.1",
"version": "3.5.2",
"access": "public",
"type": "module",
"exports": {
Expand Down

0 comments on commit a56fb69

Please sign in to comment.