Skip to content

Commit dd61b20

Browse files
committed
📦 bubble-dev/babel-config, bubble-dev/eslint-config, colorido, elegir, fantasy-color/contrast-ratio-luminance, fantasy-color/luminance-for-contrast-ratio, fantasy-color/map-color-space-polynomial, fantasy-color/types, lada/prefix, math-playground, msked, primitives/animation, primitives/svg, stili, bubble-dev/start-preset, bubble-dev/babel-worker, fantasy-color/from-hex, fantasy-color/hcl-to-lab, fantasy-color/from-rgb, fantasy-color/from-rgba, fantasy-color/hsv-to-hsva, fantasy-color/hsv-to-rgb, fantasy-color/hsva-to-rgba, fantasy-color/hsva-to-hsv, fantasy-color/invert-rgb, fantasy-color/lab-to-hcl, fantasy-color/luminance-srgb, fantasy-color/lab-to-rgb, fantasy-color/normalize-rgb, fantasy-color/normalize-rgba, fantasy-color/rgb-to-lab, fantasy-color/rgb-to-rgba, fantasy-color/rgba-to-rgb, primitives/block-ref, primitives/pointer, primitives/link, primitives/root, primitives/size, primitives/select, primitives/table, primitives/transform, fantasy-color/rgb-to-hsv, fantasy-color/rgba-to-hsva, fantasy-color/rgb-to-srgb, primitives/block, primitives/button, primitives/checkbox, primitives/image, primitives/layout, primitives/progress-bar, themeables/image, themeables/text-align, fantasy-color/contrast-ratio-rgb, fantasy-color/hcl-to-rgb, fantasy-color/luminance-rgb, fantasy-color/rgb-to-hcl, primitives/background, primitives/border, primitives/list, primitives/radio, primitives/text, themeables/spacer, themeables/core, themeables/layout, themeables/vector-shape, primitives/input, primitives/spacer, themeables/background, themeables/border, primitives/heading, primitives/vector-shape, sandbox/ui, themeables/text, primitives/paragraph: release
1 parent 94b6c87 commit dd61b20

File tree

148 files changed

+492
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+492
-74
lines changed

packages/bubble-dev/babel-config/changelog.md

+4

packages/bubble-dev/babel-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bubble-dev/babel-config",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "",
55
"keywords": [],
66
"main": "src/index.js",

packages/bubble-dev/babel-worker/changelog.md

+6

packages/bubble-dev/babel-worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bubble-dev/babel-worker",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Worker Threads wrapper that automatically applies `@babel/register` with our config",
55
"keywords": [],
66
"main": "src/index.ts",

packages/bubble-dev/eslint-config/changelog.md

+4

packages/bubble-dev/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bubble-dev/eslint-config",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "",
55
"keywords": [],
66
"main": "src/index.js",

packages/bubble-dev/start-preset/changelog.md

+10

packages/bubble-dev/start-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bubble-dev/start-preset",
3-
"version": "8.2.3",
3+
"version": "9.0.0",
44
"description": "",
55
"keywords": [],
66
"bin": {

packages/colorido/changelog.md

+4

packages/colorido/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "colorido",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "",
55
"keywords": [],
66
"main": "src/index.ts",

packages/elegir/changelog.md

+4

packages/elegir/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elegir",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "",
55
"keywords": [],
66
"main": "src/index.ts",

packages/fantasy-color/contrast-ratio-luminance/changelog.md

+4

packages/fantasy-color/contrast-ratio-luminance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/contrast-ratio-luminance",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Calculate the contrast ratio of two relative luminances",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/contrast-ratio-luminance",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/contrast-ratio-rgb/changelog.md

+6

packages/fantasy-color/contrast-ratio-rgb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/contrast-ratio-rgb",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Calculate contrast ratio based on RGB input",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/contrast-ratio-rgb",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/from-hex/changelog.md

+6

packages/fantasy-color/from-hex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/from-hex",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Parse HEX CSS strings into RGB objects",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/from-hex",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/from-rgb/changelog.md

+6

packages/fantasy-color/from-rgb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/from-rgb",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Parse RGB CSS strings into `RGB` objects",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/from-rgb",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/from-rgba/changelog.md

+6

packages/fantasy-color/from-rgba/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/from-rgba",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Parse RGBA CSS strings into RGBA objects",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/from-rgba",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/hcl-to-lab/changelog.md

+6

packages/fantasy-color/hcl-to-lab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/hcl-to-lab",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Transform HCL objects to LAB objects",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/hcl-to-lab",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/hcl-to-rgb/changelog.md

+6

packages/fantasy-color/hcl-to-rgb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/hcl-to-rgb",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Transform HCL objects to RGB objects",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/hcl-to-rgb",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/hsv-to-hsva/changelog.md

+6

packages/fantasy-color/hsv-to-hsva/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/hsv-to-hsva",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Transform HSV objects to HSVA objects",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/hsv-to-hsva",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/hsv-to-rgb/changelog.md

+6

packages/fantasy-color/hsv-to-rgb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/hsv-to-rgb",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Transform HSV objects to RGB objects",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/hsv-to-rgb",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/hsva-to-hsv/changelog.md

+6

packages/fantasy-color/hsva-to-hsv/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/hsva-to-hsv",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Transform HSVA objects to HSV objects",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/hsva-to-hsv",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/hsva-to-rgba/changelog.md

+6

packages/fantasy-color/hsva-to-rgba/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/hsva-to-rgba",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Transform HSV objects to RGB objects",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/hsva-to-rgba",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/invert-rgb/changelog.md

+6

packages/fantasy-color/invert-rgb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/invert-rgb",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Invert the RGB color object",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/invert-rgb",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/lab-to-hcl/changelog.md

+6

packages/fantasy-color/lab-to-hcl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/lab-to-hcl",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Transform LAB objects to HCL objects",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/lab-to-hcl",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/lab-to-rgb/changelog.md

+6

packages/fantasy-color/lab-to-rgb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/lab-to-rgb",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Transform LAB objects to RGB objects",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/lab-to-rgb",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/luminance-for-contrast-ratio/changelog.md

+4

packages/fantasy-color/luminance-for-contrast-ratio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/luminance-for-contrast-ratio",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "For a given contrast ratio and a relative luminance, give a relative luminance that will match this contrast ratio",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/luminance-for-contrast-ratio",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/luminance-rgb/changelog.md

+6

packages/fantasy-color/luminance-rgb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fantasy-color/luminance-rgb",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "For a given RGB color (coded as an RGB object), return its relative luminance",
55
"homepage": "https://github.com/bubble-dev/_/tree/master/packages/fantasy-color/luminance-rgb",
66
"author": "Fernando Via Canel <[email protected]> (https://twitter.com/xaviervia)",

packages/fantasy-color/luminance-srgb/changelog.md

+6

0 commit comments

Comments
 (0)