Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/fancy-planets-cut.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/pink-owls-float.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @embedly/api

## 0.10.0

### Patch Changes

- [#36](https://github.com/embed-team/embedly/pull/36) [`dde5d23`](https://github.com/embed-team/embedly/commit/dde5d23d2d3705dc743fb772d602f64d85069f8c) Thanks [@ItsRauf](https://github.com/ItsRauf)! - feat(ci): split github actions across multiple files

- Updated dependencies [[`487a6e0`](https://github.com/embed-team/embedly/commit/487a6e0503852868c403119011f8be2afa392be7), [`dde5d23`](https://github.com/embed-team/embedly/commit/dde5d23d2d3705dc743fb772d602f64d85069f8c)]:
- @embedly/builder@0.10.0
- @embedly/platforms@0.10.0
- @embedly/logging@0.10.0
- @embedly/parser@0.10.0
- @embedly/types@0.10.0

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embedly/api",
"version": "0.9.1",
"version": "0.10.0",
"private": true,
"type": "module",
"main": "./dist/main.js",
Expand Down
10 changes: 10 additions & 0 deletions apps/bot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @embedly/bot

## 0.10.0

### Minor Changes

- [#36](https://github.com/embed-team/embedly/pull/36) [`487a6e0`](https://github.com/embed-team/embedly/commit/487a6e0503852868c403119011f8be2afa392be7) Thanks [@ItsRauf](https://github.com/ItsRauf)! - switched out rehype/unified for cheerio. added posthog for a/b testing. added embed link style test

### Patch Changes

- [#36](https://github.com/embed-team/embedly/pull/36) [`dde5d23`](https://github.com/embed-team/embedly/commit/dde5d23d2d3705dc743fb772d602f64d85069f8c) Thanks [@ItsRauf](https://github.com/ItsRauf)! - feat(ci): split github actions across multiple files

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embedly/bot",
"version": "0.9.1",
"version": "0.10.0",
"private": true,
"type": "module",
"main": "src/main.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @embedly/builder

## 0.10.0

### Minor Changes

- [#36](https://github.com/embed-team/embedly/pull/36) [`487a6e0`](https://github.com/embed-team/embedly/commit/487a6e0503852868c403119011f8be2afa392be7) Thanks [@ItsRauf](https://github.com/ItsRauf)! - switched out rehype/unified for cheerio. added posthog for a/b testing. added embed link style test

### Patch Changes

- [#36](https://github.com/embed-team/embedly/pull/36) [`dde5d23`](https://github.com/embed-team/embedly/commit/dde5d23d2d3705dc743fb772d602f64d85069f8c) Thanks [@ItsRauf](https://github.com/ItsRauf)! - feat(ci): split github actions across multiple files

- Updated dependencies [[`dde5d23`](https://github.com/embed-team/embedly/commit/dde5d23d2d3705dc743fb772d602f64d85069f8c)]:
- @embedly/parser@0.10.0
- @embedly/types@0.10.0

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embedly/builder",
"version": "0.9.1",
"version": "0.10.0",
"private": true,
"type": "module",
"main": "./dist/main.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @embedly/config

## 0.10.0

### Patch Changes

- [#36](https://github.com/embed-team/embedly/pull/36) [`dde5d23`](https://github.com/embed-team/embedly/commit/dde5d23d2d3705dc743fb772d602f64d85069f8c) Thanks [@ItsRauf](https://github.com/ItsRauf)! - feat(ci): split github actions across multiple files

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embedly/config",
"version": "0.9.1",
"version": "0.10.0",
"private": true,
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @embedly/logging

## 0.10.0

### Patch Changes

- [#36](https://github.com/embed-team/embedly/pull/36) [`dde5d23`](https://github.com/embed-team/embedly/commit/dde5d23d2d3705dc743fb772d602f64d85069f8c) Thanks [@ItsRauf](https://github.com/ItsRauf)! - feat(ci): split github actions across multiple files

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embedly/logging",
"version": "0.9.1",
"version": "0.10.0",
"private": true,
"type": "module",
"main": "./dist/main.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @embedly/parser

## 0.10.0

### Patch Changes

- [#36](https://github.com/embed-team/embedly/pull/36) [`dde5d23`](https://github.com/embed-team/embedly/commit/dde5d23d2d3705dc743fb772d602f64d85069f8c) Thanks [@ItsRauf](https://github.com/ItsRauf)! - feat(ci): split github actions across multiple files

- Updated dependencies [[`dde5d23`](https://github.com/embed-team/embedly/commit/dde5d23d2d3705dc743fb772d602f64d85069f8c)]:
- @embedly/types@0.10.0

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embedly/parser",
"version": "0.9.1",
"version": "0.10.0",
"private": true,
"type": "module",
"main": "./dist/main.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/platforms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @embedly/platforms

## 0.10.0

### Patch Changes

- [#36](https://github.com/embed-team/embedly/pull/36) [`dde5d23`](https://github.com/embed-team/embedly/commit/dde5d23d2d3705dc743fb772d602f64d85069f8c) Thanks [@ItsRauf](https://github.com/ItsRauf)! - feat(ci): split github actions across multiple files

- Updated dependencies [[`487a6e0`](https://github.com/embed-team/embedly/commit/487a6e0503852868c403119011f8be2afa392be7), [`dde5d23`](https://github.com/embed-team/embedly/commit/dde5d23d2d3705dc743fb772d602f64d85069f8c)]:
- @embedly/builder@0.10.0
- @embedly/logging@0.10.0
- @embedly/parser@0.10.0
- @embedly/types@0.10.0

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embedly/platforms",
"version": "0.9.1",
"version": "0.10.0",
"private": true,
"type": "module",
"main": "./dist/main.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @embedly/types

## 0.10.0

### Patch Changes

- [#36](https://github.com/embed-team/embedly/pull/36) [`dde5d23`](https://github.com/embed-team/embedly/commit/dde5d23d2d3705dc743fb772d602f64d85069f8c) Thanks [@ItsRauf](https://github.com/ItsRauf)! - feat(ci): split github actions across multiple files

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embedly/types",
"version": "0.9.1",
"version": "0.10.0",
"private": true,
"type": "module",
"main": "./dist/main.js",
Expand Down