Skip to content

Commit 9f637fe

Browse files
chore(release): 2.3.0 [skip ci]
## [2.3.0](v2.2.0...v2.3.0) (2025-02-07) ### Features * split colors ([b890367](b890367)) * split state into own file ([2b51eec](2b51eec)) * split stream into own file ([f10a25d](f10a25d))
1 parent c6dcd81 commit 9f637fe

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.3.0](https://github.com/wrap-org/tokens/compare/v2.2.0...v2.3.0) (2025-02-07)
2+
3+
### Features
4+
5+
* split colors ([b890367](https://github.com/wrap-org/tokens/commit/b890367157f8dece8b68bbfa927e148faaf4771a))
6+
* split state into own file ([2b51eec](https://github.com/wrap-org/tokens/commit/2b51eec79c9a453a72635375b15fa6a590cb7ab2))
7+
* split stream into own file ([f10a25d](https://github.com/wrap-org/tokens/commit/f10a25dbef251a0458091b848f3b69895929eb05))
8+
19
## [2.2.0](https://github.com/wrap-org/tokens/compare/v2.1.0...v2.2.0) (2025-02-07)
210

311
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wrap.ngo/tokens",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "CSS variables for use on WRAP's Web Properties",
55
"scripts": {
66
"build": "sass src/main.scss dist/index.css",

0 commit comments

Comments
 (0)