Skip to content

Commit

Permalink
Update CHANGELOG and prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent c6a3f41 commit 38f592a
Show file tree
Hide file tree
Showing 11 changed files with 96 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-papayas-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-walls-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-eels-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-pens-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-wombats-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-trains-grin.md

This file was deleted.

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.0

### Minor Changes

- fe61351: Add history to send query endpoint

## 4.12.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.12.0",
"version": "4.13.0",
"private": true,
"scripts": {
"download-docs": "./scripts/fetch-docs.sh docs/from-gitbook",
Expand Down
78 changes: 75 additions & 3 deletions package-lock.json

Large diffs are not rendered by default.

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

## 0.2.0

### Minor Changes

- 3239223: Add handler for updating and deleting contact
- 07703f2: Add package setup and the lambda function to add user to Active Campaign
- 3197206: Add handlers for create list and delete list on Active Campaign
- c6a3f41: Refactor active campaign pacakge and create index file

### Patch Changes

- e725bb1: Removed axios, removed .env except than for the test, create new main handler to execute function in aws lambda

## 0.1.1

### Patch 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.1.1",
"version": "0.2.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 38f592a

Please sign in to comment.