Skip to content

Commit 9c44707

Browse files
chore: update versions
1 parent 141f2d4 commit 9c44707

6 files changed

Lines changed: 17 additions & 7 deletions

File tree

.changeset/forty-streets-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=fa54feaf-118c-4087-bfde-0d4163b3ead8

apps/web/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.60.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [56bc36a]
8+
- @courselit/email-editor@0.1.0
9+
310
All notable changes to this project will be documented in this file.
411
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@courselit/web",
3-
"version": "0.60.0",
3+
"version": "0.60.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/email-editor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @courselit/email-editor
2+
3+
## 0.1.0
4+
5+
### Patch Changes
6+
7+
- 56bc36a: Testing GH Action and changeset

packages/email-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@courselit/email-editor",
3-
"version": "0.1.0-alpha.2",
3+
"version": "0.1.0",
44
"description": "Email Editor by CourseLit",
55
"author": "CourseLit <hi@codelit.dev>",
66
"homepage": "https://github.com/codelitdev/courselit#readme",

0 commit comments

Comments
 (0)