Skip to content

Commit 782271b

Browse files
author
empathy/x
committed
chore(release): publish
- @empathyco/x-deep-merge@2.0.3-alpha.2 - @empathyco/eslint-plugin-x@2.0.3-alpha.0 - @empathyco/x-jest-utils@2.0.3-alpha.0 - @empathyco/x-logger@2.0.3-alpha.1 - @empathyco/x-storage-service@2.0.3-alpha.1 - @empathyco/x-adapter-platform@1.1.0-alpha.10 - @empathyco/x-adapter@8.1.0-alpha.1 - @empathyco/x-archetype-utils@2.0.0-alpha.4 - @empathyco/x-bus@1.0.3-alpha.2 - @empathyco/x-components@6.0.0-alpha.35 - @empathyco/x-priority-queue@1.0.3-alpha.2 - @empathyco/x-svg-converter@1.0.3-alpha.2 - @empathyco/x-tailwindcss@2.0.0-alpha.3 - @empathyco/x-translations@2.0.3-alpha.3 - @empathyco/x-types@10.1.0-alpha.7 - @empathyco/x-utils@1.0.3-alpha.2
1 parent 3947d5e commit 782271b

33 files changed

Lines changed: 7919 additions & 2801 deletions

File tree

packages/deep-merge/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.3-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-deep-merge@2.0.3-alpha.1...@empathyco/x-deep-merge@2.0.3-alpha.2) (2025-01-22)
7+
8+
**Note:** Version bump only for package @empathyco/x-deep-merge
9+
10+
11+
12+
13+
614
## [2.0.3-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-deep-merge@2.0.3-alpha.0...@empathyco/x-deep-merge@2.0.3-alpha.1) (2024-02-05)
715

816
**Note:** Version bump only for package @empathyco/x-deep-merge

packages/deep-merge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@empathyco/x-deep-merge",
3-
"version": "2.0.3-alpha.1",
3+
"version": "2.0.3-alpha.2",
44
"description": "Utility for deep cloning objects.",
55
"author": "Empathy Systems Corporation S.L.",
66
"license": "Apache-2.0",
@@ -38,7 +38,7 @@
3838
"test-unit": "jest"
3939
},
4040
"dependencies": {
41-
"@empathyco/x-utils": "^1.0.3-alpha.1",
41+
"@empathyco/x-utils": "^1.0.3-alpha.2",
4242
"tslib": "~2.6.0"
4343
},
4444
"devDependencies": {

packages/eslint-plugin-x/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.3-alpha.0](https://github.com/empathyco/x/compare/@empathyco/eslint-plugin-x@2.0.2...@empathyco/eslint-plugin-x@2.0.3-alpha.0) (2025-01-22)
7+
8+
**Note:** Version bump only for package @empathyco/eslint-plugin-x
9+
10+
11+
12+
13+
614
## [2.0.2](https://github.com/empathyco/x/compare/@empathyco/eslint-plugin-x@2.0.2-alpha.0...@empathyco/eslint-plugin-x@2.0.2) (2023-11-24)
715

816
**Note:** Version bump only for package @empathyco/eslint-plugin-x

packages/eslint-plugin-x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@empathyco/eslint-plugin-x",
3-
"version": "2.0.2",
3+
"version": "2.0.3-alpha.0",
44
"description": "ESLint and Prettier rules and configurations",
55
"author": "Empathy Systems Corporation S.L.",
66
"license": "Apache-2.0",

packages/jest-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.3-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-jest-utils@2.0.2...@empathyco/x-jest-utils@2.0.3-alpha.0) (2025-01-22)
7+
8+
**Note:** Version bump only for package @empathyco/x-jest-utils
9+
10+
11+
12+
13+
614
## [2.0.2](https://github.com/empathyco/x/compare/@empathyco/x-jest-utils@2.0.2-alpha.0...@empathyco/x-jest-utils@2.0.2) (2023-11-24)
715

816
**Note:** Version bump only for package @empathyco/x-jest-utils

packages/jest-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@empathyco/x-jest-utils",
3-
"version": "2.0.2",
3+
"version": "2.0.3-alpha.0",
44
"description": "Jest extensions for easier testing",
55
"author": "Empathy Systems Corporation S.L.",
66
"license": "Apache-2.0",

packages/logger/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.3-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-logger@2.0.3-alpha.0...@empathyco/x-logger@2.0.3-alpha.1) (2025-01-22)
7+
8+
**Note:** Version bump only for package @empathyco/x-logger
9+
10+
11+
12+
13+
614
## [2.0.3-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-logger@2.0.2...@empathyco/x-logger@2.0.3-alpha.0) (2023-11-29)
715

816
**Note:** Version bump only for package @empathyco/x-logger

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@empathyco/x-logger",
3-
"version": "2.0.3-alpha.0",
3+
"version": "2.0.3-alpha.1",
44
"description": "Empathy simple logger",
55
"author": "Empathy Systems Corporation S.L.",
66
"license": "Apache-2.0",

packages/storage-service/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.3-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-storage-service@2.0.3-alpha.0...@empathyco/x-storage-service@2.0.3-alpha.1) (2025-01-22)
7+
8+
**Note:** Version bump only for package @empathyco/x-storage-service
9+
10+
11+
12+
13+
614
## [2.0.3-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-storage-service@2.0.2...@empathyco/x-storage-service@2.0.3-alpha.0) (2023-11-29)
715

816
**Note:** Version bump only for package @empathyco/x-storage-service

packages/storage-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@empathyco/x-storage-service",
3-
"version": "2.0.3-alpha.0",
3+
"version": "2.0.3-alpha.1",
44
"description": "Storage service with TTL",
55
"author": "Empathy Systems Corporation S.L.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)