Skip to content

Commit 04f0404

Browse files
committed
0.6.7
1 parent 9fc37d9 commit 04f0404

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{$NEXT}}
22

3-
0.6.6 2025-01-21T12:29:37+13:00
3+
0.6.7 2025-01-21T12:31:26+13:00
44
Update to CSS::Grammar 0.3.12, which:
55
- Replaces CSS::Specification::AST with CSS::Grammar::AST
66
- Defines resolution units for us.

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@
6868
],
6969
"test-depends": [
7070
],
71-
"version": "0.6.6"
71+
"version": "0.6.7"
7272
}

lib/CSS/Module.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use v6;
22
use CSS::Grammar;
33

4-
class CSS::Module:ver<0.6.6> {
4+
class CSS::Module:ver<0.6.7> {
55
#= a lightweight class for bundling resources associated with a particular CSS Syntax
66
use CSS::Module::Property;
77
has $.name;

0 commit comments

Comments
 (0)