Skip to content

Commit e85bbf0

Browse files
chore: update versions (#2)
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 main, this PR will be updated. # Releases ## [email protected] ### Minor Changes - 4565ae2: Fix this and feat this - c1ad922: Add another greeting ### Patch Changes - 4c53b13: Add another greeting - ac3916b: feat: Add another greeting ## [email protected] ### Patch Changes - 4565ae2: Fix this and feat this Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4565ae2 commit e85bbf0

File tree

8 files changed

+20
-23
lines changed

8 files changed

+20
-23
lines changed

.changeset/hot-weeks-deny.md

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

.changeset/polite-boats-attend.md

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

.changeset/polite-bugs-nail.md

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

.changeset/thick-eagles-explain.md

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

packages/other/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## [7.2.0](https://github.com/arnautov-anton/test-release-rc/compare/v7.1.0...v7.2.0) (2023-10-26)
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 4565ae2: Fix this and feat this
8+
39
## 1.0.0
410

511
### Major Changes

packages/other/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "other",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "No description",
55
"main": "index.js",
66
"scripts": {},

packages/test-package/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## [7.2.0](https://github.com/arnautov-anton/test-release-rc/compare/v7.1.0...v7.2.0) (2023-10-26)
22

3+
## 7.4.0
4+
5+
### Minor Changes
6+
7+
- 4565ae2: Fix this and feat this
8+
- c1ad922: Add another greeting
9+
10+
### Patch Changes
11+
12+
- 4c53b13: Add another greeting
13+
- ac3916b: feat: Add another greeting
14+
315
## 7.3.0
416

517
### Minor Changes

packages/test-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-release",
3-
"version": "7.3.0",
3+
"version": "7.4.0",
44
"description": "No description",
55
"main": "index.js",
66
"scripts": {},

0 commit comments

Comments
 (0)