Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/metal-buttons-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-ghosts-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/public-chicken-relate.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @TRender/playground

## 0.0.1

### Patch Changes

- Updated dependencies [[`2616b47`](https://github.com/taiiiyang/TRender/commit/2616b47cb930c199bbe221ba42759cd78395e703), [`dea474f`](https://github.com/taiiiyang/TRender/commit/dea474f956f6dcddf2481a7ed492b5c2ff0144b2), [`3813518`](https://github.com/taiiiyang/TRender/commit/3813518a82e0fc5af6e715c4ce8aa676b5fa81d1)]:
- @TRender/t-svg@0.0.1
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@TRender/playground",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
11 changes: 11 additions & 0 deletions packages/t-svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @TRender/t-svg

## 0.0.1

### Patch Changes

- [#14](https://github.com/taiiiyang/TRender/pull/14) [`2616b47`](https://github.com/taiiiyang/TRender/commit/2616b47cb930c199bbe221ba42759cd78395e703) Thanks [@taiiiyang](https://github.com/taiiiyang)! - ci: integrate changeset

- [#26](https://github.com/taiiiyang/TRender/pull/26) [`dea474f`](https://github.com/taiiiyang/TRender/commit/dea474f956f6dcddf2481a7ed492b5c2ff0144b2) Thanks [@taiiiyang](https://github.com/taiiiyang)! - feat: implement plot function

- [#19](https://github.com/taiiiyang/TRender/pull/19) [`3813518`](https://github.com/taiiiyang/TRender/commit/3813518a82e0fc5af6e715c4ce8aa676b5fa81d1) Thanks [@taiiiyang](https://github.com/taiiiyang)! - feat: Enhance the code quality of the warehouse, integrate eslint, syncpack, husky, commitlint, and lintstage. Improve changeset
2 changes: 1 addition & 1 deletion packages/t-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@TRender/t-svg",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"exports": {
".": {
"import": "./dist/esm/index.js",
Expand Down