Skip to content

Commit 7805a51

Browse files
committed
v1.2.1
1 parent 9d47c42 commit 7805a51

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@ripreact/hsl-examples",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
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.2.0",
10+
"@ripreact/hsl": "^1.2.1",
1111
"hsluv": "^0.0.3"
1212
}
1313
}

@ripreact/hsl/package.json

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.2.0"
4+
"version": "1.2.1"
55
}

0 commit comments

Comments
 (0)