Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankeo committed Feb 20, 2023
1 parent f6a6242 commit 91ec646
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 10 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.0.0",
"packages/cli": "2.0.0",
"packages/docs": "0.0.2",
"examples/react-redux": "1.0.0"
}
{"examples/react":"2.1.0","examples/react-redux":"1.1.0","packages/cli":"2.1.0","packages/docs":"0.1.0"}
8 changes: 8 additions & 0 deletions examples/react-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://www.github.com/Frankeo/set-app/compare/react-redux-v1.0.0...react-redux-v1.1.0) (2023-02-20)


### Features

* **@set-app:** react-redux ([f6a6242](https://www.github.com/Frankeo/set-app/commit/f6a6242ba7a5006807994bbf798b6e51561ac4c7))
2 changes: 1 addition & 1 deletion examples/react-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@set-app/react-redux",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://www.github.com/Frankeo/set-app/compare/react-v2.0.0...react-v2.1.0) (2023-02-20)


### Features

* **@set-app:** react-redux ([f6a6242](https://www.github.com/Frankeo/set-app/commit/f6a6242ba7a5006807994bbf798b6e51561ac4c7))

## [2.0.0](https://www.github.com/Frankeo/set-app/compare/react-v1.0.4...react-v2.0.0) (2023-02-13)


Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@set-app/react",
"version": "2.0.0",
"version": "2.1.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://www.github.com/Frankeo/set-app/compare/cli-v2.0.0...cli-v2.1.0) (2023-02-20)


### Features

* **@set-app:** react-redux ([f6a6242](https://www.github.com/Frankeo/set-app/commit/f6a6242ba7a5006807994bbf798b6e51561ac4c7))

## [2.0.0](https://www.github.com/Frankeo/set-app/compare/cli-v1.1.0...cli-v2.0.0) (2023-02-15)


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.0.0",
"version": "2.1.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
7 changes: 7 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.0](https://www.github.com/Frankeo/set-app/compare/docs-v0.0.2...docs-v0.1.0) (2023-02-20)


### Features

* **@set-app:** react-redux ([f6a6242](https://www.github.com/Frankeo/set-app/commit/f6a6242ba7a5006807994bbf798b6e51561ac4c7))

### [0.0.2](https://www.github.com/Frankeo/set-app/compare/docs-v0.0.1...docs-v0.0.2) (2023-02-12)


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": "0.0.2",
"version": "0.1.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

2 comments on commit 91ec646

@Frankeo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Frankeo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.