Skip to content

Commit 4866839

Browse files
chore(release): 📦 version packages
1 parent d0f4d03 commit 4866839

13 files changed

+51
-35
lines changed

.changeset/chatty-candles-pull.md

-5
This file was deleted.

.changeset/fruity-sheep-prove.md

-5
This file was deleted.

.changeset/lucky-pears-wonder.md

-8
This file was deleted.

.changeset/tricky-deer-tan.md

-5
This file was deleted.

.changeset/true-taxis-march.md

-8
This file was deleted.

packages/adapters/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @mojis/adapters
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- [#30](https://github.com/mojisdev/mojis/pull/30) [`3d9d9d8`](https://github.com/mojisdev/mojis/commit/3d9d9d870ac1b873b559d6f4e0ef458240ba2537) Thanks [@luxass](https://github.com/luxass)! - refactor: rewrite our adapter code to improve our type dx
8+
9+
- [#41](https://github.com/mojisdev/mojis/pull/41) [`5d630fc`](https://github.com/mojisdev/mojis/commit/5d630fcbb34baef172c725e523a08134ecfc3079) Thanks [@luxass](https://github.com/luxass)! - feat: improve handlers
10+
11+
- Updated dependencies [[`4a0f772`](https://github.com/mojisdev/mojis/commit/4a0f7729f9afb212748ecedc3e68a46d4ce5aa90), [`68dede1`](https://github.com/mojisdev/mojis/commit/68dede11f9e6d9c55b2d81792147a23785fc5fa3), [`3d9d9d8`](https://github.com/mojisdev/mojis/commit/3d9d9d870ac1b873b559d6f4e0ef458240ba2537), [`2324bf6`](https://github.com/mojisdev/mojis/commit/2324bf668498f447e57a59da630e55c5bd4b1511), [`5d630fc`](https://github.com/mojisdev/mojis/commit/5d630fcbb34baef172c725e523a08134ecfc3079)]:
12+
- @mojis/parsers@0.0.1
13+
- @mojis/internal-utils@0.0.5
14+
315
## 0.0.5
416

517
### Patch Changes

packages/adapters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mojis/adapters",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"type": "module",
55
"author": {
66
"name": "Lucas Nørgård",

packages/cli/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @mojis/cli
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- [#30](https://github.com/mojisdev/mojis/pull/30) [`3d9d9d8`](https://github.com/mojisdev/mojis/commit/3d9d9d870ac1b873b559d6f4e0ef458240ba2537) Thanks [@luxass](https://github.com/luxass)! - refactor: rewrite our adapter code to improve our type dx
8+
9+
- [#41](https://github.com/mojisdev/mojis/pull/41) [`5d630fc`](https://github.com/mojisdev/mojis/commit/5d630fcbb34baef172c725e523a08134ecfc3079) Thanks [@luxass](https://github.com/luxass)! - feat: improve handlers
10+
11+
- Updated dependencies [[`3d9d9d8`](https://github.com/mojisdev/mojis/commit/3d9d9d870ac1b873b559d6f4e0ef458240ba2537), [`2324bf6`](https://github.com/mojisdev/mojis/commit/2324bf668498f447e57a59da630e55c5bd4b1511), [`5d630fc`](https://github.com/mojisdev/mojis/commit/5d630fcbb34baef172c725e523a08134ecfc3079)]:
12+
- @mojis/internal-utils@0.0.5
13+
- @mojis/adapters@0.0.6
14+
315
## 0.0.10
416

517
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mojis/cli",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"type": "module",
55
"author": {
66
"name": "Lucas Nørgård",

packages/internal-utils/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @mojis/internal-utils
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [#30](https://github.com/mojisdev/mojis/pull/30) [`3d9d9d8`](https://github.com/mojisdev/mojis/commit/3d9d9d870ac1b873b559d6f4e0ef458240ba2537) Thanks [@luxass](https://github.com/luxass)! - refactor: rewrite our adapter code to improve our type dx
8+
9+
- [#33](https://github.com/mojisdev/mojis/pull/33) [`2324bf6`](https://github.com/mojisdev/mojis/commit/2324bf668498f447e57a59da630e55c5bd4b1511) Thanks [@luxass](https://github.com/luxass)! - feat: add predicates
10+
11+
- [#41](https://github.com/mojisdev/mojis/pull/41) [`5d630fc`](https://github.com/mojisdev/mojis/commit/5d630fcbb34baef172c725e523a08134ecfc3079) Thanks [@luxass](https://github.com/luxass)! - feat: improve handlers
12+
313
## 0.0.4
414

515
### Patch Changes

packages/internal-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mojis/internal-utils",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"type": "module",
55
"author": {
66
"name": "Lucas Nørgård",

packages/parsers/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @mojis/parsers
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#31](https://github.com/mojisdev/mojis/pull/31) [`4a0f772`](https://github.com/mojisdev/mojis/commit/4a0f7729f9afb212748ecedc3e68a46d4ce5aa90) Thanks [@luxass](https://github.com/luxass)! - feat: add generic parser
8+
9+
- [#31](https://github.com/mojisdev/mojis/pull/31) [`68dede1`](https://github.com/mojisdev/mojis/commit/68dede11f9e6d9c55b2d81792147a23785fc5fa3) Thanks [@luxass](https://github.com/luxass)! - feat: add parsers pkg
10+
11+
- [#30](https://github.com/mojisdev/mojis/pull/30) [`3d9d9d8`](https://github.com/mojisdev/mojis/commit/3d9d9d870ac1b873b559d6f4e0ef458240ba2537) Thanks [@luxass](https://github.com/luxass)! - refactor: rewrite our adapter code to improve our type dx
12+
13+
- [#41](https://github.com/mojisdev/mojis/pull/41) [`5d630fc`](https://github.com/mojisdev/mojis/commit/5d630fcbb34baef172c725e523a08134ecfc3079) Thanks [@luxass](https://github.com/luxass)! - feat: improve handlers

packages/parsers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mojis/parsers",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"type": "module",
55
"author": {
66
"name": "Lucas Nørgård",

0 commit comments

Comments
 (0)