Skip to content

Commit e1cd72d

Browse files
release: 📦 update packages version (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 41bff15 commit e1cd72d

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

‎.changeset/yellow-glasses-tie.md‎

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎CHANGELOG.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hebilicious/cssforge
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 41bff15: # Conditions and variables access
8+
9+
Add the posibility to add conditions for colors modules. This is a breaking change for the
10+
configuration format.
11+
312
## 0.2.1
413

514
### Patch Changes

‎deno.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hebilicious/cssforge",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"exports": {
66
".": "./src/mod.ts",

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hebilicious/cssforge",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"type": "module",
55
"scripts": {
66
"version": "npx @changesets/cli version && node scripts/sync-version.js"

0 commit comments

Comments
 (0)