Skip to content

Commit 7d2344f

Browse files
authored
Prepare release (automated) (#62)
Co-authored-by: spautz <243089+spautz@users.noreply.github.com>
1 parent 7eb680c commit 7d2344f

5 files changed

Lines changed: 19 additions & 8 deletions

File tree

.changeset/soft-dryers-tease.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/basic-library-template/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- Version bump to test package publishing updates ([7eb680c](https://github.com/spautz/package-template/commit/7eb680c171edb777f5b7c4c1f682707762b95f4d))
8+
39
## 0.3.1
410

511
### Patch Changes

packages/basic-library-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spautz/basic-library-template",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "My opinionated template for a basic, general-use JS library",
55
"keywords": [],
66
"license": "MIT",

packages/react-library-template/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- Version bump to test package publishing updates ([7eb680c](https://github.com/spautz/package-template/commit/7eb680c171edb777f5b7c4c1f682707762b95f4d))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies ([7eb680c](https://github.com/spautz/package-template/commit/7eb680c171edb777f5b7c4c1f682707762b95f4d))
12+
- @spautz/basic-library-template@0.4.0
13+
314
## 0.3.1
415

516
### Patch Changes

packages/react-library-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spautz/react-library-template",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "My opinionated template for a React JS library",
55
"keywords": [],
66
"license": "MIT",

0 commit comments

Comments
 (0)