Skip to content

Commit cc63ac2

Browse files
committed
v1.1.3
1 parent ff55581 commit cc63ac2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

@ripreact/hsl-examples/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@ripreact/hsl-examples",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "HSLᵤᵥ examples.",
55
"repository": "ripreact/hsl",
66
"author": "Marina Miyaoka <[email protected]> (https://twitter.com/miyaokamarina)",
77
"license": "MIT",
88
"private": true,
99
"dependencies": {
10-
"@ripreact/hsl": "^1.1.2",
10+
"@ripreact/hsl": "^1.1.3",
1111
"hsluv": "^0.0.3"
1212
}
1313
}

@ripreact/hsl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ripreact/hsl",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Minimal and fast HSLᵤᵥ implementation.",
55
"repository": "ripreact/hsl",
66
"author": "Marina Miyaoka <[email protected]> (https://twitter.com/miyaokamarina)",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.1.2"
4+
"version": "1.1.3"
55
}

0 commit comments

Comments
 (0)