Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Jul 30, 2024
1 parent ba0c0d7 commit 171a2bd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/chroma-light.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
};

// this gets updated automatically
var version = '2.5.0';
var version = '2.6.0';

var chroma = function () {
var args = [], len = arguments.length;
Expand Down
2 changes: 1 addition & 1 deletion dist/chroma-light.min.cjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/chroma.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
};

// this gets updated automatically
var version = '2.5.0';
var version = '2.6.0';

var chroma = function () {
var args = [], len = arguments.length;
Expand Down Expand Up @@ -2802,7 +2802,7 @@

/*
* interpolates between a set of colors uzing a bezier spline
* blend mode formulas taken from http://www.venture-ware.com/kevin/coding/lets-learn-math-photoshop-blend-modes/
* blend mode formulas taken from https://web.archive.org/web/20180110014946/http://www.venture-ware.com/kevin/coding/lets-learn-math-photoshop-blend-modes/
*/


Expand Down
2 changes: 1 addition & 1 deletion dist/chroma.min.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// this gets updated automatically
export const version = '2.5.0';
export const version = '2.6.0';

0 comments on commit 171a2bd

Please sign in to comment.