Skip to content

Commit abd8e3d

Browse files
github-actions[bot]github-actions
andauthored
chore: bump versions (#25)
Co-authored-by: github-actions <github-actions@github.com>
1 parent ea86bc3 commit abd8e3d

File tree

7 files changed

+21
-6
lines changed

7 files changed

+21
-6
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"bump2",
1313
"chatty-bikes-smoke",
1414
"healthy-camels-approve",
15+
"licenses",
1516
"pretty-hairs-wink",
1617
"tame-books-smash",
1718
"tidy-bananas-walk"

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svg-sketchy changelog
22

3+
## 0.1.0-beta.6
4+
5+
### Patch Changes
6+
7+
- ea86bc3: chore: add MIT licenses
8+
- Updated dependencies [ea86bc3]
9+
- svg-sketchy.client-api@0.1.0-beta.6
10+
311
## 0.1.0-beta.5
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svg-sketchy",
33
"type": "module",
4-
"version": "0.1.0-beta.5",
4+
"version": "0.1.0-beta.6",
55
"private": false,
66
"description": "CLI to sketch svg",
77
"license": "MIT",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"puppeteer": "^22.6.3",
32-
"svg-sketchy.client-api": "workspace:0.1.0-beta.5"
32+
"svg-sketchy.client-api": "workspace:0.1.0-beta.6"
3333
},
3434
"devDependencies": {
3535
"chalk": "^5.3.0",

packages/client-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# svg-sketchy changelog
22

3+
## 0.1.0-beta.6
4+
5+
### Patch Changes
6+
7+
- ea86bc3: chore: add MIT licenses
8+
39
## 0.1.0-beta.5
410

511
### Patch Changes

packages/client-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svg-sketchy.client-api",
33
"type": "module",
4-
"version": "0.1.0-beta.5",
4+
"version": "0.1.0-beta.6",
55
"private": false,
66
"license": "MIT",
77
"repository": {

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"naive-ui": "^2.38.2",
2020
"pinia": "^2.1.7",
2121
"svg-pan-zoom": "^3.6.1",
22-
"svg-sketchy.client-api": "workspace:0.1.0-beta.5",
22+
"svg-sketchy.client-api": "workspace:0.1.0-beta.6",
2323
"typescript": "^5.0.2",
2424
"unocss": "^0.60.0",
2525
"vfonts": "^0.0.3",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)