Skip to content

Commit

Permalink
Update CHANGELOG and prepare next release (#1291)
Browse files Browse the repository at this point in the history
Co-authored-by: marcobottaro <[email protected]>
  • Loading branch information
1 parent f25042c commit ded85ef
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-kangaroos-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-lizards-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-dancers-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-penguins-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-dragons-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-terms-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-zebras-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-boxes-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-socks-smell.md

This file was deleted.

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

## 1.6.0

### Minor Changes

- 1333a4b: Active campaign resync lambda implemented

### Patch Changes

- cd06c06: Enabled active campaign syncer on prod

## 1.5.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.5.0",
"version": "1.6.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.14.0

### Minor Changes

- 637390c: Fix headers order in overview and tutorial
- 3a805e0: Add title metadata to Solutions, Privacy Policy and TOS pages

### Patch Changes

- 22d2f66: Fix UrlReplaceMap codec, simplify populate and cache the result
- 58a536a: Fix empty space on top of Solution page
- 50111b7: Switch to h1 in abstract
- d69c97f: Rename "version" to "subPath" in UrlReplaceMapCodec

## 4.13.1

### Patch 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.1",
"version": "4.14.0",
"private": true,
"scripts": {
"download-docs": "./scripts/fetch-docs.sh docs/from-gitbook",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

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

## 0.3.1

### Patch Changes

- 7deef83: Add sync users script

## 0.3.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.3.0",
"version": "0.3.1",
"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 ded85ef

Please sign in to comment.