Skip to content

Commit

Permalink
chore(release): 📦 version packages (#145)
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] committed Apr 6, 2024
1 parent 2b1ee5b commit 5894844
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 38 deletions.
8 changes: 0 additions & 8 deletions .changeset/small-geese-explain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-onions-bake.md

This file was deleted.

6 changes: 3 additions & 3 deletions apps/course-builder-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.3",
"@coursebuilder/adapter-drizzle": "0.1.0",
"@coursebuilder/core": "0.1.0",
"@coursebuilder/adapter-drizzle": "0.1.1",
"@coursebuilder/core": "0.1.1",
"@coursebuilder/next": "workspace:^",
"@coursebuilder/ui": "^1.0.5",
"@coursebuilder/ui": "^1.0.6",
"@fontsource/inter": "^5.0.16",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.2",
Expand Down
6 changes: 3 additions & 3 deletions apps/pro-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.3",
"@coursebuilder/adapter-drizzle": "0.1.0",
"@coursebuilder/core": "0.1.0",
"@coursebuilder/adapter-drizzle": "0.1.1",
"@coursebuilder/core": "0.1.1",
"@coursebuilder/next": "workspace:^",
"@coursebuilder/ui": "^1.0.5",
"@coursebuilder/ui": "^1.0.6",
"@fontsource/inter": "^5.0.16",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.2",
Expand Down
8 changes: 8 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 8.0.8

### Patch Changes

- [#144](https://github.com/badass-courses/course-builder/pull/144) [`2b1ee5b`](https://github.com/badass-courses/course-builder/commit/2b1ee5bfddc417f5f8112f297e03b4ad8d281aa0) Thanks [@joelhooks](https://github.com/joelhooks)! - adds LLM provider (openai) to core

- [#144](https://github.com/badass-courses/course-builder/pull/144) [`2b1ee5b`](https://github.com/badass-courses/course-builder/commit/2b1ee5bfddc417f5f8112f297e03b4ad8d281aa0) Thanks [@joelhooks](https://github.com/joelhooks)! - version maitenance and github actions

## 8.0.7

### 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.7",
"version": "8.0.8",
"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.1.1

### Patch Changes

- [#144](https://github.com/badass-courses/course-builder/pull/144) [`2b1ee5b`](https://github.com/badass-courses/course-builder/commit/2b1ee5bfddc417f5f8112f297e03b4ad8d281aa0) Thanks [@joelhooks](https://github.com/joelhooks)! - adds LLM provider (openai) to core

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"description": "Drizzle adapter for Course Builder.",
"scripts": {
"clean": "find . -type d -name \".drizzle\" | xargs rm -rf",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@auth/core": "^0.28.1",
"@coursebuilder/core": "0.1.0",
"@coursebuilder/core": "0.1.1",
"@libsql/client": "0.5.6",
"@types/better-sqlite3": "7.6.9",
"@types/uuid": "9.0.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/tsup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @coursebuilder/tsup-config

## 0.0.5

### Patch Changes

- [#144](https://github.com/badass-courses/course-builder/pull/144) [`2b1ee5b`](https://github.com/badass-courses/course-builder/commit/2b1ee5bfddc417f5f8112f297e03b4ad8d281aa0) Thanks [@joelhooks](https://github.com/joelhooks)! - adds LLM provider (openai) to core

- [#144](https://github.com/badass-courses/course-builder/pull/144) [`2b1ee5b`](https://github.com/badass-courses/course-builder/commit/2b1ee5bfddc417f5f8112f297e03b4ad8d281aa0) Thanks [@joelhooks](https://github.com/joelhooks)! - version maitenance and github actions

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tsup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coursebuilder/tsup-config",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"main": "index.js",
"types": "index.d.ts",
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.1.1

### Patch Changes

- [#144](https://github.com/badass-courses/course-builder/pull/144) [`2b1ee5b`](https://github.com/badass-courses/course-builder/commit/2b1ee5bfddc417f5f8112f297e03b4ad8d281aa0) Thanks [@joelhooks](https://github.com/joelhooks)! - adds LLM provider (openai) to core

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"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.11

### Patch Changes

- Updated dependencies [[`2b1ee5b`](https://github.com/badass-courses/course-builder/commit/2b1ee5bfddc417f5f8112f297e03b4ad8d281aa0)]:
- @coursebuilder/core@0.1.1

## 0.0.10

### 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.10",
"version": "0.0.11",
"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.1.0",
"@coursebuilder/core": "0.1.1",
"inngest": "^3.16.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @coursebuilder/ui

## 1.0.6

### Patch Changes

- Updated dependencies [[`2b1ee5b`](https://github.com/badass-courses/course-builder/commit/2b1ee5bfddc417f5f8112f297e03b4ad8d281aa0)]:
- @coursebuilder/core@0.1.1

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coursebuilder/ui",
"version": "1.0.5",
"version": "1.0.6",
"description": "",
"keywords": [],
"license": "ISC",
Expand All @@ -14,7 +14,7 @@
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.3",
"@coursebuilder/core": "0.1.0",
"@coursebuilder/core": "0.1.1",
"@hookform/resolvers": "^3.3.2",
"@lezer/highlight": "^1.2.0",
"@radix-ui/react-accordion": "^1.1.2",
Expand Down
18 changes: 9 additions & 9 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 5894844

Please sign in to comment.