Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release bootstrap_release_please_1385 #21

Open
wants to merge 1 commit into
base: bootstrap_release_please_1385
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
".": "6.4.0",
{
".": "6.5.0",
"projects/00-how-might-we": "1.0.0",
"projects/00-trivia": "1.1.0",
"projects/01-card-validation": "1.1.0",
"projects/01-cipher": "1.1.0",
"projects/01-design-and-usability": "1.0.0",
"projects/01-design-detectives": "1.0.0",
"projects/01-text-analyzer": "1.0.1",
"projects/01-text-analyzer": "1.0.2",
"projects/02-data-lovers": "1.2.0",
"projects/02-emergency-room": "1.0.0",
"projects/02-memory-match": "1.0.0",
Expand All @@ -15,7 +15,7 @@
"projects/02-uxploradora": "1.0.0",
"projects/03-industry-deep-dive": "1.0.0",
"projects/03-social-network": "1.0.0",
"projects/03-ux-consultancy": "1.0.0",
"projects/03-ux-consultancy": "1.0.1",
"projects/04-burger-queen-api": "1.1.0",
"projects/04-burger-queen-api-client": "1.2.0",
"projects/04-md-links": "1.0.1",
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [6.5.0](https://github.com/unjust/bootcamp/compare/bootcamp-v6.4.0...bootcamp-v6.5.0) (2023-07-22)


### Features

* bootstrapping release please ([a77cb04](https://github.com/unjust/bootcamp/commit/a77cb04d8d9247af3dc118a997c32b233c25fd8d))


### Bug Fixes

* **docs:** cambios a deployment y contributing con next ([#1441](https://github.com/unjust/bootcamp/issues/1441)) ([23398b1](https://github.com/unjust/bootcamp/commit/23398b101da847a5a056af6ccfe939a3d6d9098d))
* learning objectives typescript syntax ([#1484](https://github.com/unjust/bootcamp/issues/1484)) ([2077b00](https://github.com/unjust/bootcamp/commit/2077b005eb072b00658f484948d5cbcc02327fed))
* **project:** Arregla el género utilizado para referirse a la usuaria en el proyecto text-analyzer ([#1479](https://github.com/unjust/bootcamp/issues/1479)) ([3e3f2aa](https://github.com/unjust/bootcamp/commit/3e3f2aa92acdee5c57e3b931c0eb7b403af62f7e))
* test change in ux project for release please ([#20](https://github.com/unjust/bootcamp/issues/20)) ([57bec5c](https://github.com/unjust/bootcamp/commit/57bec5c85defcadb77318683c7b5dd38e63904f4))
* Text analyzer dev009 improvements, Fix issue [#1393](https://github.com/unjust/bootcamp/issues/1393) y [#1419](https://github.com/unjust/bootcamp/issues/1419) ([#1427](https://github.com/unjust/bootcamp/issues/1427)) ([1a5f3a3](https://github.com/unjust/bootcamp/commit/1a5f3a358dec27ec35b859b65fdd764b9d9ccd09))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootcamp",
"version": "6.4.0",
"version": "6.5.0",
"description": "Proyectos y tópicos del Bootcamp de @Laboratoria",
"repository": "Laboratoria/bootcamp",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions projects/01-text-analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [1.0.2](https://github.com/unjust/bootcamp/compare/text-analyzer-v1.0.1...text-analyzer-v1.0.2) (2023-07-22)


### Bug Fixes

* **project:** Arregla el género utilizado para referirse a la usuaria en el proyecto text-analyzer ([#1479](https://github.com/unjust/bootcamp/issues/1479)) ([3e3f2aa](https://github.com/unjust/bootcamp/commit/3e3f2aa92acdee5c57e3b931c0eb7b403af62f7e))
* Text analyzer dev009 improvements, Fix issue [#1393](https://github.com/unjust/bootcamp/issues/1393) y [#1419](https://github.com/unjust/bootcamp/issues/1419) ([#1427](https://github.com/unjust/bootcamp/issues/1427)) ([1a5f3a3](https://github.com/unjust/bootcamp/commit/1a5f3a358dec27ec35b859b65fdd764b9d9ccd09))
4 changes: 2 additions & 2 deletions projects/01-text-analyzer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/01-text-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text-analyzer",
"version": "1.0.0",
"version": "1.0.2",
"main": "src/index.html",
"license": "MIT",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions projects/03-ux-consultancy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.0.1](https://github.com/unjust/bootcamp/compare/ux-consultancy-v1.0.0...ux-consultancy-v1.0.1) (2023-07-22)


### Bug Fixes

* test change in ux project for release please ([#20](https://github.com/unjust/bootcamp/issues/20)) ([57bec5c](https://github.com/unjust/bootcamp/commit/57bec5c85defcadb77318683c7b5dd38e63904f4))