Skip to content

Commit

Permalink
chore: release package(s) (#416)
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 Oct 23, 2024
1 parent 5be2dd2 commit 42e467b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-pears-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-tools-ring.md

This file was deleted.

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

## 0.0.11

### Patch Changes

- 4e9b37b: Ability to open app in new tab. Better packages handling after creation

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@srcbook/web",
"private": true,
"version": "0.0.10",
"version": "0.0.11",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions srcbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# srcbook

## 0.0.12

### Patch Changes

- 5be2dd2: Ability to open vite app in new tab. Better package management on app creation

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion srcbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "srcbook",
"version": "0.0.11",
"version": "0.0.12",
"description": "TypeScript notebooks",
"type": "module",
"bin": "./dist/bin/cli.mjs",
Expand Down

0 comments on commit 42e467b

Please sign in to comment.