Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankeo authored Mar 3, 2023
1 parent e1124d1 commit bd00ce1
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
{
"examples/react": "2.3.0",
"examples/react-redux": "1.3.0",
"packages/cli": "2.4.0",
"packages/docs": "2.3.1"
}
{"examples/react":"2.3.0","examples/react-redux":"1.3.0","packages/cli":"2.5.0","packages/docs":"2.4.0"}
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.5.0](https://www.github.com/Frankeo/set-app/compare/cli-v2.4.0...cli-v2.5.0) (2023-03-03)


### Features

* **@set-app/cli:** add Github Repo Generation ([e1124d1](https://www.github.com/Frankeo/set-app/commit/e1124d187a22b6e00403fa3d7f40fa18ac0046f0))
* **@set-app/docs:** support docs for github repo generation ([e1124d1](https://www.github.com/Frankeo/set-app/commit/e1124d187a22b6e00403fa3d7f40fa18ac0046f0))


### Bug Fixes

* **@set-app/cli:** fix types ([e1124d1](https://www.github.com/Frankeo/set-app/commit/e1124d187a22b6e00403fa3d7f40fa18ac0046f0))
* **@set-app/docs:** fix links ([e1124d1](https://www.github.com/Frankeo/set-app/commit/e1124d187a22b6e00403fa3d7f40fa18ac0046f0))

## [2.4.0](https://www.github.com/Frankeo/set-app/compare/cli-v2.3.0...cli-v2.4.0) (2023-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@set-app/cli",
"version": "2.4.0",
"version": "2.5.0",
"description": "Create a react app without so much configuration going around. A lighter version of Create React App with enough config for start your react application but the right amount of power to generate a production ready bundle following Software Engeniering practices",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.4.0](https://www.github.com/Frankeo/set-app/compare/docs-v2.3.1...docs-v2.4.0) (2023-03-03)


### Features

* **@set-app/cli:** add Github Repo Generation ([e1124d1](https://www.github.com/Frankeo/set-app/commit/e1124d187a22b6e00403fa3d7f40fa18ac0046f0))
* **@set-app/docs:** support docs for github repo generation ([e1124d1](https://www.github.com/Frankeo/set-app/commit/e1124d187a22b6e00403fa3d7f40fa18ac0046f0))


### Bug Fixes

* **@set-app/cli:** fix types ([e1124d1](https://www.github.com/Frankeo/set-app/commit/e1124d187a22b6e00403fa3d7f40fa18ac0046f0))
* **@set-app/docs:** fix links ([e1124d1](https://www.github.com/Frankeo/set-app/commit/e1124d187a22b6e00403fa3d7f40fa18ac0046f0))

### [2.3.1](https://www.github.com/Frankeo/set-app/compare/docs-v2.3.0...docs-v2.3.1) (2023-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@set-app/docs",
"version": "2.3.1",
"version": "2.4.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit bd00ce1

Please sign in to comment.