Skip to content

Commit 8175fc8

Browse files
Version Packages (#2114)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d8c89f commit 8175fc8

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

.changeset/giant-rules-complain.md

-6
This file was deleted.

.changeset/hot-gorillas-push.md

-5
This file was deleted.

packages/create-farm-plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-farm-plugin
22

3+
## 0.1.18
4+
5+
### Patch Changes
6+
7+
- 3836f361: bump template versions
8+
39
## 0.1.17
410

511
### Patch Changes

packages/create-farm-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-farm-plugin",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"description": "use create-farm-plugin to create farm plugin",
55
"exports": {
66
".": "./bin/create-farm-plugin.mjs"

packages/create-farm/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.0.19
4+
5+
### Patch Changes
6+
7+
- 3836f361: bump template versions
8+
- 3d8c89fb: Remove hardcored Tauri lib names in templates
9+
310
## 0.0.18
411

512
### Patch Changes

packages/create-farm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-farm",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "Rapidly create a new farm project.",
55
"repository": "https://github.com/farm-fe/farm/tree/main/packages/create-farm",
66
"bugs": {

0 commit comments

Comments
 (0)