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

Push next releases #1291

Merged
merged 2 commits into from
Jan 15, 2025
Merged
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
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
Loading