Skip to content

Commit

Permalink
Adding new utils
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkalachev committed Dec 4, 2024
1 parent 290c7d6 commit 235f383
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/@weresk/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @weresk/core

## 0.2.11

### Patch Changes

- Adding new utils

## 0.2.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@weresk/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weresk/core",
"version": "0.2.10",
"version": "0.2.11",
"private": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
1 change: 1 addition & 0 deletions packages/@weresk/core/src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./arrays";
export * from "./objects";
export * from "./styles";
export * from "./text";
Expand Down
8 changes: 8 additions & 0 deletions packages/@weresk/maket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @weresk/maket

## 0.2.20

### Patch Changes

- Updated dependencies
- @weresk/core@0.2.11
- @weresk/locales@0.0.12

## 0.2.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@weresk/maket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weresk/maket",
"version": "0.2.19",
"version": "0.2.20",
"private": false,
"exports": {
".": {
Expand Down

0 comments on commit 235f383

Please sign in to comment.