Skip to content
Closed
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/forty-streets-tell.md

This file was deleted.

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=fa54feaf-118c-4087-bfde-0d4163b3ead8
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.60.1

### Patch Changes

- Updated dependencies [56bc36a]
- @courselit/email-editor@0.1.0

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@courselit/web",
"version": "0.60.0",
"version": "0.60.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/email-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @courselit/email-editor

## 0.1.0

### Patch Changes

- 56bc36a: Testing GH Action and changeset
2 changes: 1 addition & 1 deletion packages/email-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@courselit/email-editor",
"version": "0.1.0-alpha.2",
"version": "0.1.0",
"description": "Email Editor by CourseLit",
"author": "CourseLit <hi@codelit.dev>",
"homepage": "https://github.com/codelitdev/courselit#readme",
Expand Down
Loading