Skip to content

Commit

Permalink
chore(release): version packages (t3-oss#1565)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.


# Releases
## [email protected]

### Patch Changes

-   [t3-oss#1561](t3-oss#1561) [`b8507dc`](t3-oss@b8507dc) Thanks [@Nsttt](https://github.com/Nsttt)! - Add packageManager field in package.json at app creation
  • Loading branch information
github-actions[bot] committed Sep 12, 2023
1 parent 7225238 commit e313521
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-moose-care.md

This file was deleted.

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

## 7.20.1

### Patch Changes

- [#1561](https://github.com/t3-oss/create-t3-app/pull/1561) [`b8507dc`](https://github.com/t3-oss/create-t3-app/commit/b8507dc64ee91b8423de2ab6145cb3e7d8072528) Thanks [@Nsttt](https://github.com/Nsttt)! - Add packageManager field in package.json at app creation

## 7.20.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-t3-app",
"version": "7.20.0",
"version": "7.20.1",
"description": "Create web application with the t3 stack",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit e313521

Please sign in to comment.