Skip to content

Commit

Permalink
chore(release): 📦 version packages (#114)
Browse files Browse the repository at this point in the history
* chore(release): 📦 version packages

* chore(release): 📦 sync lockfile

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
joelhooks and github-actions[bot] authored Mar 21, 2024
1 parent c22006c commit 5e6fb41
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-chicken-smell.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/course-builder-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.3",
"@coursebuilder/adapter-drizzle": "0.0.3",
"@coursebuilder/core": "0.0.3",
"@coursebuilder/core": "0.0.4",
"@coursebuilder/next": "workspace:^",
"@coursebuilder/ui": "^1.0.3",
"@fontsource/inter": "^5.0.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@auth/core": "^0.28.0",
"@coursebuilder/core": "0.0.3",
"@coursebuilder/core": "0.0.4",
"@libsql/client": "0.5.6",
"@types/better-sqlite3": "7.6.9",
"@types/uuid": "9.0.8",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @coursebuilder/core

## 0.0.4

### Patch Changes

- [#113](https://github.com/badass-courses/course-builder/pull/113) [`c22006c720e7ab149ec43783aa0e3b590f92ab47`](https://github.com/badass-courses/course-builder/commit/c22006c720e7ab149ec43783aa0e3b590f92ab47) Thanks [@joelhooks](https://github.com/joelhooks)! - adds the ability to create a tutorial collection, which is a flat playlist (no sections yet)

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coursebuilder/core",
"version": "0.0.3",
"version": "0.0.4",
"description": "Core package for Course Builder",
"scripts": {
"clean": "rm -rf *.js *.d.ts* lib",
Expand Down
7 changes: 7 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @coursebuilder/next

## 0.0.3

### Patch Changes

- Updated dependencies [[`c22006c720e7ab149ec43783aa0e3b590f92ab47`](https://github.com/badass-courses/course-builder/commit/c22006c720e7ab149ec43783aa0e3b590f92ab47)]:
- @coursebuilder/core@0.0.4

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coursebuilder/next",
"version": "0.0.2",
"version": "0.0.3",
"description": "Next for Course Builder.",
"scripts": {
"clean": "rm -rf *.js *.d.ts* lib providers",
Expand Down Expand Up @@ -33,7 +33,7 @@
"access": "public"
},
"dependencies": {
"@coursebuilder/core": "0.0.3",
"@coursebuilder/core": "0.0.4",
"inngest": "^3.12.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 5e6fb41

Please sign in to comment.