Skip to content

Commit

Permalink
chore(release): 📦 version packages (#127)
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 25, 2024
1 parent 0b590f9 commit 852fb36
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/swift-jokes-melt.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 @@ -45,8 +45,8 @@
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.3",
"@coursebuilder/adapter-drizzle": "0.0.6",
"@coursebuilder/core": "0.0.8",
"@coursebuilder/adapter-drizzle": "0.0.7",
"@coursebuilder/core": "0.0.9",
"@coursebuilder/next": "workspace:^",
"@coursebuilder/ui": "^1.0.3",
"@fontsource/inter": "^5.0.16",
Expand Down
6 changes: 6 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 8.0.6

### Patch Changes

- [#126](https://github.com/badass-courses/course-builder/pull/126) [`0b590f9`](https://github.com/badass-courses/course-builder/commit/0b590f984b038d951fc2bceb243415e0cf49ce20) Thanks [@joelhooks](https://github.com/joelhooks)! - updates next-auth and auth-core and gives a "session" to coursebuilder

## 8.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-course-app",
"version": "8.0.5",
"version": "8.0.6",
"description": "Create web application with the Course Builder stack",
"license": "MIT",
"repository": {
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.7

### Patch Changes

- [#126](https://github.com/badass-courses/course-builder/pull/126) [`0b590f9`](https://github.com/badass-courses/course-builder/commit/0b590f984b038d951fc2bceb243415e0cf49ce20) Thanks [@joelhooks](https://github.com/joelhooks)! - updates next-auth and auth-core and gives a "session" to coursebuilder

## 0.0.6

### 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.6",
"version": "0.0.7",
"description": "Drizzle adapter for Course Builder.",
"scripts": {
"clean": "find . -type d -name \".drizzle\" | xargs rm -rf",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@auth/core": "^0.28.1",
"@coursebuilder/core": "0.0.8",
"@coursebuilder/core": "0.0.9",
"@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.9

### Patch Changes

- [#126](https://github.com/badass-courses/course-builder/pull/126) [`0b590f9`](https://github.com/badass-courses/course-builder/commit/0b590f984b038d951fc2bceb243415e0cf49ce20) Thanks [@joelhooks](https://github.com/joelhooks)! - updates next-auth and auth-core and gives a "session" to coursebuilder

## 0.0.8

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

## 0.0.8

### Patch Changes

- [#126](https://github.com/badass-courses/course-builder/pull/126) [`0b590f9`](https://github.com/badass-courses/course-builder/commit/0b590f984b038d951fc2bceb243415e0cf49ce20) Thanks [@joelhooks](https://github.com/joelhooks)! - updates next-auth and auth-core and gives a "session" to coursebuilder

- Updated dependencies [[`0b590f9`](https://github.com/badass-courses/course-builder/commit/0b590f984b038d951fc2bceb243415e0cf49ce20)]:
- @coursebuilder/core@0.0.9

## 0.0.7

### 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.7",
"version": "0.0.8",
"description": "Next for Course Builder.",
"scripts": {
"clean": "rm -rf *.js *.d.ts* lib providers",
Expand Down Expand Up @@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"@coursebuilder/core": "0.0.8",
"@coursebuilder/core": "0.0.9",
"inngest": "^3.16.1"
},
"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 852fb36

Please sign in to comment.