Skip to content

Commit

Permalink
added changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
c1rrus committed Nov 22, 2024
1 parent 50ceb98 commit aa0e5ce
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-mice-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@udt/parser-utils": patch
---

Added `extractProperties()` function for extracting specified properties and their values from an obejct.
5 changes: 5 additions & 0 deletions .changeset/sharp-dolls-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@udt/parser-utils": patch
---

Added `parseData()` function for parsing design token data
5 changes: 5 additions & 0 deletions .changeset/sixty-singers-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@udt/parser-utils": patch
---

Added `isPlainObject()` function for checking if a value is a plain object.
5 changes: 5 additions & 0 deletions .changeset/thick-bottles-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@udt/parser-utils": minor
---

Initial release of `@udt/parser-utils` package.

0 comments on commit aa0e5ce

Please sign in to comment.