Skip to content

Commit

Permalink
Update CHANGELOG and prepare next release (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent fd6bfde commit 53b6693
Show file tree
Hide file tree
Showing 24 changed files with 59 additions and 78 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-cats-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-dolls-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-seals-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-lies-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-ghosts-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-knives-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-otters-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-hairs-train.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-coins-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-buses-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-gorillas-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-rings-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-monkeys-grab.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

## 4.1.0

### Minor Changes

- 2345af9: Implemented llm monitoring with LangFuse

## 4.0.0

### Major Changes
Expand Down
5 changes: 2 additions & 3 deletions apps/chatbot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "chatbot",
"version": "4.0.0",
"version": "4.1.0",
"private": true,
"scripts": {
}
"scripts": {}
}
12 changes: 12 additions & 0 deletions apps/infrastructure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# infrastructure

## 1.5.0

### Minor Changes

- 2345af9: Implemented llm monitoring with LangFuse

### Patch Changes

- 22aea81: Change ac sync lambda handler to index.sqsQueue
- 8664295: Use the ddb stream event id as message group id in sqs
- 8f7d007: Added environment variables that allow strapi to integrate with active campaign

## 1.4.0

### Minor 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.4.0",
"version": "1.5.0",
"private": true
}
6 changes: 6 additions & 0 deletions apps/nextjs-website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nextjs-website

## 4.13.1

### Patch Changes

- fd6bfde: Add push event for chatbot button click

## 4.13.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.13.0",
"version": "4.13.1",
"private": true,
"scripts": {
"download-docs": "./scripts/fetch-docs.sh docs/from-gitbook",
Expand Down
12 changes: 12 additions & 0 deletions apps/strapi-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# strapi-cms

## 3.2.0

### Minor Changes

- 38fc70b: Fix webinar validateSlug on update
- 82b7d4b: Add Active Campaign integration to create and delete lists when creating and deleting webinars

### Patch Changes

- fbd9da8: Refactor move ACTIVE_CAMPAIGN_INTEGRATION_ENABLED env var in getter function
- fb6d962: Fix env variable in lifecycle

## 3.1.1

### Patch 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": "3.1.1",
"version": "3.2.0",
"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.

12 changes: 12 additions & 0 deletions packages/active-campaign-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# active-campaign-client

## 0.3.0

### Minor Changes

- 5e861a0: Add resync user handler
- 3f202f7: Refactor resyncUserHandler to align contacts and subscriptions in Active Campaign
- a7e0508: Add SSM client to mange secrets

### Patch Changes

- 4e4933d: Add bulk import of contacts

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/active-campaign-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "active-campaign-client",
"version": "0.2.0",
"version": "0.3.0",
"description": "Implements ActiveCampaign API to add, update and delete Accounts and to add and update lists",
"scripts": {
"lint": "eslint src",
Expand Down

0 comments on commit 53b6693

Please sign in to comment.