Skip to content

Commit 5ade02f

Browse files
authored
Merge pull request #12 from customerio/changeset-release/main
2 parents 0f99dfd + a6675ba commit 5ade02f

File tree

17 files changed

+74
-20
lines changed

17 files changed

+74
-20
lines changed

.changeset/tidy-moments-show.md

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @ciolabs/config-eslint
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#11](https://github.com/customerio/ciolabs/pull/11) [`712c657`](https://github.com/customerio/ciolabs/commit/712c657909b6f9dddf6e79cc0bd2d6c1978cb110) Thanks [@avigoldman](https://github.com/avigoldman)! - Update license

packages/config-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ciolabs/config-eslint",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Shared ESLint configuration for Customer.io projects",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @ciolabs/config-prettier
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#11](https://github.com/customerio/ciolabs/pull/11) [`712c657`](https://github.com/customerio/ciolabs/commit/712c657909b6f9dddf6e79cc0bd2d6c1978cb110) Thanks [@avigoldman](https://github.com/avigoldman)! - Update license

packages/config-prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ciolabs/config-prettier",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Shared Prettier configuration for Customer.io projects",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @ciolabs/html-email-formatter
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#11](https://github.com/customerio/ciolabs/pull/11) [`712c657`](https://github.com/customerio/ciolabs/commit/712c657909b6f9dddf6e79cc0bd2d6c1978cb110) Thanks [@avigoldman](https://github.com/avigoldman)! - Update license
8+
9+
- Updated dependencies [[`712c657`](https://github.com/customerio/ciolabs/commit/712c657909b6f9dddf6e79cc0bd2d6c1978cb110)]:
10+
- @ciolabs/html-preserve-comment-whitespace@0.0.1
11+
- @ciolabs/html-find-conditional-comments@0.0.1

packages/html-email-formatter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ciolabs/html-email-formatter",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Format and prettify HTML email content",
55
"author": "Customer.io <win@customer.io>",
66
"license": "Apache-2.0 WITH Commons-Clause",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @ciolabs/html-find-conditional-comments
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#11](https://github.com/customerio/ciolabs/pull/11) [`712c657`](https://github.com/customerio/ciolabs/commit/712c657909b6f9dddf6e79cc0bd2d6c1978cb110) Thanks [@avigoldman](https://github.com/avigoldman)! - Update license

packages/html-find-conditional-comments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ciolabs/html-find-conditional-comments",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Finds all conditional comments in a string",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/html-mod/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @ciolabs/html-mod
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#11](https://github.com/customerio/ciolabs/pull/11) [`712c657`](https://github.com/customerio/ciolabs/commit/712c657909b6f9dddf6e79cc0bd2d6c1978cb110) Thanks [@avigoldman](https://github.com/avigoldman)! - Update license
8+
9+
- Updated dependencies [[`712c657`](https://github.com/customerio/ciolabs/commit/712c657909b6f9dddf6e79cc0bd2d6c1978cb110)]:
10+
- @ciolabs/htmlparser2-source@0.0.1

0 commit comments

Comments
 (0)