Skip to content

Commit

Permalink
chore: automated build tasks [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
revelt committed Apr 14, 2021
1 parent d4434cb commit 28aacc9
Show file tree
Hide file tree
Showing 549 changed files with 1,414 additions and 2,360 deletions.
8 changes: 0 additions & 8 deletions packages/all-named-html-entities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.16](https://github.com/codsen/codsen/compare/[email protected]@1.5.16) (2021-04-14)

**Note:** Version bump only for package all-named-html-entities





## 1.5.15 (2021-04-11)

### Reverts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @name all-named-html-entities
* @fileoverview List of all named HTML entities
* @version 1.5.15
* @version 1.5.16
* @author Roy Revelt, Codsen Ltd
* @license MIT
* {@link https://codsen.com/os/all-named-html-entities/}
Expand All @@ -11,7 +11,7 @@

Object.defineProperty(exports, '__esModule', { value: true });

var version$1 = "1.5.15";
var version$1 = "1.5.16";

var Aacute = "Á";
var aacute = "á";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @name all-named-html-entities
* @fileoverview List of all named HTML entities
* @version 1.5.15
* @version 1.5.16
* @author Roy Revelt, Codsen Ltd
* @license MIT
* {@link https://codsen.com/os/all-named-html-entities/}
Expand All @@ -13,7 +13,7 @@ typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.allNamedHtmlEntities = {}));
}(this, (function (exports) { 'use strict';

var version$1 = "1.5.15";
var version$1 = "1.5.16";

var Aacute = "Á";
var aacute = "á";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* @name all-named-html-entities
* @fileoverview List of all named HTML entities
* @version 1.5.15
* @version 1.5.16
* @author Roy Revelt, Codsen Ltd
* @license MIT
* {@link https://codsen.com/os/all-named-html-entities/}
*/

var version$1 = "1.5.15";
var version$1 = "1.5.16";

var Aacute = "Á";
var aacute = "á";
Expand Down

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions packages/array-group-str-omit-num-char/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.16](https://github.com/codsen/codsen/compare/array-group-str-omit-num-char@[email protected]) (2021-04-14)

**Note:** Version bump only for package array-group-str-omit-num-char





## 4.0.15 (2021-04-11)

### Reverts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @name array-group-str-omit-num-char
* @fileoverview Groups array of strings by omitting number characters
* @version 4.0.15
* @version 4.0.16
* @author Roy Revelt, Codsen Ltd
* @license MIT
* {@link https://codsen.com/os/array-group-str-omit-num-char/}
Expand All @@ -20,7 +20,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
var _objectSpread__default = /*#__PURE__*/_interopDefaultLegacy(_objectSpread);
var uniq__default = /*#__PURE__*/_interopDefaultLegacy(uniq);

var version$1 = "4.0.15";
var version$1 = "4.0.16";

var version = version$1;
var defaults = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @name array-group-str-omit-num-char
* @fileoverview Groups array of strings by omitting number characters
* @version 4.0.15
* @version 4.0.16
* @author Roy Revelt, Codsen Ltd
* @license MIT
* {@link https://codsen.com/os/array-group-str-omit-num-char/}
Expand Down Expand Up @@ -915,7 +915,7 @@ var lodash_uniq = uniq;
/**
* @name ranges-sort
* @fileoverview Sort string index ranges
* @version 4.0.15
* @version 4.0.16
* @author Roy Revelt, Codsen Ltd
* @license MIT
* {@link https://codsen.com/os/ranges-sort/}
Expand Down Expand Up @@ -978,7 +978,7 @@ function rSort(arrOfRanges, originalOptions) {
/**
* @name ranges-merge
* @fileoverview Merge and sort string index ranges
* @version 7.0.15
* @version 7.0.16
* @author Roy Revelt, Codsen Ltd
* @license MIT
* {@link https://codsen.com/os/ranges-merge/}
Expand Down Expand Up @@ -1078,7 +1078,7 @@ function rMerge(arrOfRanges, originalOpts) {
/**
* @name ranges-apply
* @fileoverview Take an array of string index ranges, delete/replace the string according to them
* @version 5.0.15
* @version 5.0.16
* @author Roy Revelt, Codsen Ltd
* @license MIT
* {@link https://codsen.com/os/ranges-apply/}
Expand Down Expand Up @@ -1171,7 +1171,7 @@ function rApply(str, originalRangesArr, progressFn) {
return str;
}

var version$1 = "4.0.15";
var version$1 = "4.0.16";

const version = version$1;
const defaults = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @name array-group-str-omit-num-char
* @fileoverview Groups array of strings by omitting number characters
* @version 4.0.15
* @version 4.0.16
* @author Roy Revelt, Codsen Ltd
* @license MIT
* {@link https://codsen.com/os/array-group-str-omit-num-char/}
Expand All @@ -10,7 +10,7 @@
import uniq from 'lodash.uniq';
import { rApply } from 'ranges-apply';

var version$1 = "4.0.15";
var version$1 = "4.0.16";

const version = version$1;
const defaults = {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions packages/array-includes-with-glob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.16](https://github.com/codsen/codsen/compare/[email protected]@3.0.16) (2021-04-14)

**Note:** Version bump only for package array-includes-with-glob





## 3.0.15 (2021-04-11)

### Reverts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @name array-includes-with-glob
* @fileoverview Like _.includes but with wildcards
* @version 3.0.15
* @version 3.0.16
* @author Roy Revelt, Codsen Ltd
* @license MIT
* {@link https://codsen.com/os/array-includes-with-glob/}
Expand All @@ -19,7 +19,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
var _objectSpread__default = /*#__PURE__*/_interopDefaultLegacy(_objectSpread);
var matcher__default = /*#__PURE__*/_interopDefaultLegacy(matcher);

var version$1 = "3.0.15";
var version$1 = "3.0.16";

var version = version$1;
var defaults = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @name array-includes-with-glob
* @fileoverview Like _.includes but with wildcards
* @version 3.0.15
* @version 3.0.16
* @author Roy Revelt, Codsen Ltd
* @license MIT
* {@link https://codsen.com/os/array-includes-with-glob/}
Expand Down Expand Up @@ -131,7 +131,7 @@ var isMatch = (inputs, patterns, options) => {
};
matcher.isMatch = isMatch;

var version$1 = "3.0.15";
var version$1 = "3.0.16";

const version = version$1;
const defaults = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/**
* @name array-includes-with-glob
* @fileoverview Like _.includes but with wildcards
* @version 3.0.15
* @version 3.0.16
* @author Roy Revelt, Codsen Ltd
* @license MIT
* {@link https://codsen.com/os/array-includes-with-glob/}
*/

import matcher from 'matcher';

var version$1 = "3.0.15";
var version$1 = "3.0.16";

const version = version$1;
const defaults = {
Expand Down
Loading

0 comments on commit 28aacc9

Please sign in to comment.