Skip to content

Commit 672905a

Browse files
πŸ”– chore(release): v0.9.1 (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d8495b4 commit 672905a

17 files changed

Lines changed: 76 additions & 20 deletions

File tree

β€Ž.changeset/pink-owls-float.mdβ€Ž

Lines changed: 0 additions & 12 deletions
This file was deleted.

β€Žapps/api/CHANGELOG.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @embedly/api
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#34](https://github.com/embed-team/embedly/pull/34) [`d8495b4`](https://github.com/embed-team/embedly/commit/d8495b40953bce13cb528dfb28f467cdbf19d07c) Thanks [@ItsRauf](https://github.com/ItsRauf)! - feat(ci): split github actions across multiple files
8+
9+
- Updated dependencies [[`d8495b4`](https://github.com/embed-team/embedly/commit/d8495b40953bce13cb528dfb28f467cdbf19d07c)]:
10+
- @embedly/platforms@0.9.1
11+
- @embedly/builder@0.9.1
12+
- @embedly/logging@0.9.1
13+
- @embedly/parser@0.9.1
14+
- @embedly/types@0.9.1
15+
316
## 0.9.0
417

518
### Patch Changes

β€Žapps/api/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embedly/api",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"private": true,
55
"type": "module",
66
"main": "./dist/main.js",

β€Žapps/bot/CHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @embedly/bot
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#34](https://github.com/embed-team/embedly/pull/34) [`d8495b4`](https://github.com/embed-team/embedly/commit/d8495b40953bce13cb528dfb28f467cdbf19d07c) Thanks [@ItsRauf](https://github.com/ItsRauf)! - feat(ci): split github actions across multiple files
8+
39
## 0.9.0
410

511
### Minor Changes

β€Žapps/bot/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embedly/bot",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"private": true,
55
"type": "module",
66
"main": "src/main.ts",

β€Žpackages/builder/CHANGELOG.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @embedly/builder
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#34](https://github.com/embed-team/embedly/pull/34) [`d8495b4`](https://github.com/embed-team/embedly/commit/d8495b40953bce13cb528dfb28f467cdbf19d07c) Thanks [@ItsRauf](https://github.com/ItsRauf)! - feat(ci): split github actions across multiple files
8+
9+
- Updated dependencies [[`d8495b4`](https://github.com/embed-team/embedly/commit/d8495b40953bce13cb528dfb28f467cdbf19d07c)]:
10+
- @embedly/parser@0.9.1
11+
- @embedly/types@0.9.1
12+
313
## 0.9.0
414

515
### Patch Changes

β€Žpackages/builder/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embedly/builder",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"private": true,
55
"type": "module",
66
"main": "./dist/main.js",

β€Žpackages/config/CHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @embedly/config
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#34](https://github.com/embed-team/embedly/pull/34) [`d8495b4`](https://github.com/embed-team/embedly/commit/d8495b40953bce13cb528dfb28f467cdbf19d07c) Thanks [@ItsRauf](https://github.com/ItsRauf)! - feat(ci): split github actions across multiple files
8+
39
## 0.9.0
410

511
## 0.8.0

β€Žpackages/config/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embedly/config",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"private": true,
55
"type": "module",
66
"exports": {

β€Žpackages/logging/CHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @embedly/logging
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#34](https://github.com/embed-team/embedly/pull/34) [`d8495b4`](https://github.com/embed-team/embedly/commit/d8495b40953bce13cb528dfb28f467cdbf19d07c) Thanks [@ItsRauf](https://github.com/ItsRauf)! - feat(ci): split github actions across multiple files
8+
39
## 0.9.0
410

511
### Minor Changes

0 commit comments

Comments
Β (0)