Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 84a8925

Browse files
authored
Merge pull request #2 from amarjanica/release-please--branches--main--components--hello-react
chore(main): release hello-react 0.2.0
2 parents 237c7d2 + e2492fd commit 84a8925

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"hello-react": "0.1.0",
2+
"hello-react": "0.2.0",
33
"hello-rust": "0.2.0"
44
}

.release-please-manifest.json.orig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
<<<<<<< HEAD
3+
"hello-react": "0.1.0",
4+
"hello-rust": "0.2.0"
5+
=======
6+
"hello-react": "0.2.0",
7+
"hello-rust": "0.1.0"
8+
>>>>>>> 2f9e53e (chore(main): release hello-react 0.2.0)
9+
}

hello-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/amarjanica/release-please-monorepo-example/compare/hello-react-v0.1.0...hello-react@v0.2.0) (2024-05-25)
4+
5+
6+
### Features
7+
8+
* **react:** add sample code ([755d213](https://github.com/amarjanica/release-please-monorepo-example/commit/755d2133dde08b8e1aeb2012256ee58b934fc346))

hello-react/package-lock.json

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

hello-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hello-react",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.17.0",

0 commit comments

Comments
 (0)