Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankeo authored Feb 13, 2023
1 parent 893797e commit e70d555
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"examples/react":"1.0.4","packages/cli":"0.0.2","packages/docs":"0.0.2"}
{"examples/react":"2.0.0","packages/cli":"1.0.0","packages/docs":"0.0.2"}
11 changes: 11 additions & 0 deletions examples/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* **packages/cli:** style(set-app): remove unnecesary .pretierignore file and format vite.config.js

### Performance Improvements

* **packages/cli:** improvement ([893797e](https://www.github.com/Frankeo/set-app/commit/893797ef8d925334fc062a046d0dd19fadfd6d7b))

### [1.0.4](https://www.github.com/Frankeo/set-app/compare/react-v1.0.3...react-v1.0.4) (2023-02-12)


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": "1.0.4",
"version": "2.0.0",
"description": "Complete Intro to React v8 project",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](https://www.github.com/Frankeo/set-app/compare/cli-v0.0.2...cli-v1.0.0) (2023-02-13)


### ⚠ BREAKING CHANGES

* **packages/cli:** style(set-app): remove unnecesary .pretierignore file and format vite.config.js

### Performance Improvements

* **packages/cli:** improvement ([893797e](https://www.github.com/Frankeo/set-app/commit/893797ef8d925334fc062a046d0dd19fadfd6d7b))

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


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": "0.0.2",
"version": "1.0.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

1 comment on commit e70d555

@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.