Skip to content

Commit

Permalink
chore(release): 📦 version packages (#153)
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 10, 2024
1 parent 748b24f commit de85f1b
Show file tree
Hide file tree
Showing 16 changed files with 55 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-points-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-dryers-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-countries-jog.md

This file was deleted.

6 changes: 3 additions & 3 deletions apps/course-builder-web/package.json
Expand Up @@ -40,11 +40,11 @@
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.3",
"@coursebuilder/adapter-drizzle": "0.1.2",
"@coursebuilder/core": "0.1.3",
"@coursebuilder/adapter-drizzle": "0.1.3",
"@coursebuilder/core": "0.1.4",
"@coursebuilder/next": "workspace:^",
"@coursebuilder/react-rsc": "workspace:^",
"@coursebuilder/ui": "^1.0.8",
"@coursebuilder/ui": "^1.0.9",
"@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
Expand Up @@ -42,11 +42,11 @@
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.3",
"@coursebuilder/adapter-drizzle": "0.1.2",
"@coursebuilder/core": "0.1.3",
"@coursebuilder/adapter-drizzle": "0.1.3",
"@coursebuilder/core": "0.1.4",
"@coursebuilder/next": "workspace:^",
"@coursebuilder/react-rsc": "workspace:^",
"@coursebuilder/ui": "^1.0.8",
"@coursebuilder/ui": "^1.0.9",
"@fontsource/inter": "^5.0.16",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-drizzle/CHANGELOG.md
@@ -1,5 +1,11 @@
# @coursebuilder/adapter-drizzle

## 0.1.3

### Patch Changes

- [`1e669e3`](https://github.com/badass-courses/course-builder/commit/1e669e3c91c90b7a71bf4157b6ac1444f14b80b1) Thanks [@joelhooks](https://github.com/joelhooks)! - make roles association correct

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-drizzle/package.json
@@ -1,6 +1,6 @@
{
"name": "@coursebuilder/adapter-drizzle",
"version": "0.1.2",
"version": "0.1.3",
"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.3",
"@coursebuilder/core": "0.1.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
@@ -1,5 +1,11 @@
# @coursebuilder/core

## 0.1.4

### Patch Changes

- [`f949262`](https://github.com/badass-courses/course-builder/commit/f9492620ffc94d5de28dff3b7fd3ee38ca06869d) Thanks [@joelhooks](https://github.com/joelhooks)! - fix the dang inngest event size

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@coursebuilder/core",
"version": "0.1.3",
"version": "0.1.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
@@ -1,5 +1,12 @@
# @coursebuilder/next

## 0.0.14

### Patch Changes

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

## 0.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
@@ -1,6 +1,6 @@
{
"name": "@coursebuilder/next",
"version": "0.0.13",
"version": "0.0.14",
"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.3",
"@coursebuilder/core": "0.1.4",
"inngest": "^3.16.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
@@ -1,5 +1,12 @@
# @coursebuilder/ui

## 1.0.9

### Patch Changes

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

## 1.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@coursebuilder/ui",
"version": "1.0.8",
"version": "1.0.9",
"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.3",
"@coursebuilder/core": "0.1.4",
"@hookform/resolvers": "^3.3.2",
"@lezer/highlight": "^1.2.0",
"@radix-ui/react-accordion": "^1.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
@@ -1,5 +1,11 @@
# utils

## 0.1.1

### Patch Changes

- [`86bbb4d`](https://github.com/badass-courses/course-builder/commit/86bbb4da02d18d694b88542791d9e19b49353287) Thanks [@joelhooks](https://github.com/joelhooks)! - make the unit tests pass for format prices for prodcut 🎉

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "utils",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"private": true,
"dependencies": {
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 de85f1b

Please sign in to comment.