Skip to content

Commit

Permalink
Update CHANGELOG and prepare next release (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent f683aa5 commit 30fb0b0
Show file tree
Hide file tree
Showing 19 changed files with 48 additions and 52 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-seas-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-sloths-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-dingos-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-hairs-exist.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-garlics-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-forks-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-peas-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-knives-worry.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# chatbot

## 2.4.0

### Minor Changes

- d6f0518: Allowing the usage of Google Gemini generation and embedding models

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/chatbot/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "chatbot",
"version": "2.3.0",
"version": "2.4.0",
"private": true
}
6 changes: 6 additions & 0 deletions apps/infrastructure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# infrastructure

## 1.1.0

### Minor Changes

- d6f0518: Allowing the usage of Google Gemini generation and embedding models

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "infrastructure",
"version": "1.0.0",
"version": "1.1.0",
"private": true
}
14 changes: 14 additions & 0 deletions apps/nextjs-website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# nextjs-website

## 4.8.0

### Minor Changes

- 72c13cc: Add error alerts in chatbot chat

### Patch Changes

- d2b0c30: Change chatbot name, update chatbot first message and fix chatbot button size
- 617fef4: Fix the label of the guide links on the overview page
- bd9206d: Fix selectEmbedType method by adding 'design' option to Figma urls
- 3928519: Fix guidesTitle's position in Overview's PostIntegration component
- f683aa5: Fix Stats component layout in Solution's page

## 4.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-website",
"version": "4.7.0",
"version": "4.8.0",
"private": true,
"scripts": {
"download-docs": "./scripts/fetch-docs.sh docs/from-gitbook",
Expand Down
6 changes: 6 additions & 0 deletions apps/storybook-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# storybook-app

## 0.12.0

### Minor Changes

- 72c13cc: Add error alerts in chatbot chat

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-app",
"version": "0.11.0",
"version": "0.12.0",
"private": true,
"scripts": {
"storybook": "storybook dev -p 6006 --no-open",
Expand Down
6 changes: 6 additions & 0 deletions apps/strapi-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# strapi-cms

## 2.6.1

### Patch Changes

- bae5f53: Set default value to metaViewport field in Strapi's SEO component

## 2.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/strapi-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strapi-cms",
"private": true,
"version": "2.6.0",
"version": "2.6.1",
"scripts": {
"clean": "shx rm -rf dist/",
"generate": "strapi ts:generate-types",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

0 comments on commit 30fb0b0

Please sign in to comment.