Skip to content

Commit

Permalink
chore(release): 📦 version packages (#110)
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 20, 2024
1 parent d2fe157 commit 92372b1
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/fluffy-needles-drop.md

This file was deleted.

4 changes: 2 additions & 2 deletions apps/course-builder-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.3",
"@coursebuilder/adapter-drizzle": "0.0.2",
"@coursebuilder/core": "0.0.2",
"@coursebuilder/adapter-drizzle": "0.0.3",
"@coursebuilder/core": "0.0.3",
"@coursebuilder/next": "workspace:^",
"@coursebuilder/ui": "^1.0.3",
"@fontsource/inter": "^5.0.16",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-drizzle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @coursebuilder/adapter-drizzle

## 0.0.3

### Patch Changes

- [#107](https://github.com/badass-courses/course-builder/pull/107) [`cc3885f3502e72873213a2fbccd58b684b653747`](https://github.com/badass-courses/course-builder/commit/cc3885f3502e72873213a2fbccd58b684b653747) Thanks [@joelhooks](https://github.com/joelhooks)! - migrates all video processing workflows into `core` for both inngest and database adapter

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-drizzle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coursebuilder/adapter-drizzle",
"version": "0.0.2",
"version": "0.0.3",
"description": "Drizzle adapter for Course Builder.",
"scripts": {
"clean": "rm -rf ./dist",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@auth/core": "^0.28.0",
"@coursebuilder/core": "0.0.2",
"@coursebuilder/core": "0.0.3",
"@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.3

### Patch Changes

- [#107](https://github.com/badass-courses/course-builder/pull/107) [`cc3885f3502e72873213a2fbccd58b684b653747`](https://github.com/badass-courses/course-builder/commit/cc3885f3502e72873213a2fbccd58b684b653747) Thanks [@joelhooks](https://github.com/joelhooks)! - migrates all video processing workflows into `core` for both inngest and database adapter

## 0.0.2

### 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.2",
"version": "0.0.3",
"description": "Core package for Course Builder",
"scripts": {
"clean": "rm -rf *.js *.d.ts* lib",
Expand Down
10 changes: 10 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @coursebuilder/next

## 0.0.2

### Patch Changes

- [#107](https://github.com/badass-courses/course-builder/pull/107) [`cc3885f3502e72873213a2fbccd58b684b653747`](https://github.com/badass-courses/course-builder/commit/cc3885f3502e72873213a2fbccd58b684b653747) Thanks [@joelhooks](https://github.com/joelhooks)! - migrates all video processing workflows into `core` for both inngest and database adapter

- Updated dependencies [[`cc3885f3502e72873213a2fbccd58b684b653747`](https://github.com/badass-courses/course-builder/commit/cc3885f3502e72873213a2fbccd58b684b653747)]:
- @coursebuilder/core@0.0.3
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.1",
"version": "0.0.2",
"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.2",
"@coursebuilder/core": "0.0.3",
"inngest": "^3.12.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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 92372b1

Please sign in to comment.