Skip to content

Commit f2dc7f2

Browse files
author
buames
committed
Release
- @email-types/data@1.0.0-canary.2 - msotype@1.0.0-canary.2 - @email-types/scripts@1.0.0-canary.2 - stylis-plugin-mso@0.0.1-canary.1
1 parent d101828 commit f2dc7f2

8 files changed

Lines changed: 93 additions & 6 deletions

File tree

packages/data/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.0.0-canary.2 - 2019-11-17
7+
8+
#### 🚀 Updates
9+
10+
- **[msotype]** add conditional operators and versions (#5)
11+
([e62a2e6](https://github.com/email-types/email-types/commit/e62a2e6)), closes
12+
[#5](https://github.com/email-types/email-types/issues/5)
13+
14+
#### 🛠 Internals
15+
16+
- remove babel runtime (#3)
17+
([47aa3bf](https://github.com/email-types/email-types/commit/47aa3bf)), closes
18+
[#3](https://github.com/email-types/email-types/issues/3)
19+
20+
**Note:** Version bump only for package @email-types/data
21+
22+
# Change Log
23+
24+
All notable changes to this project will be documented in this file. See
25+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
26+
627
## 1.0.0-canary.1 - 2019-11-10
728

829
#### 🚀 Updates

packages/data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@email-types/data",
3-
"version": "1.0.0-canary.1",
3+
"version": "1.0.0-canary.2",
44
"description": "@email-types/data",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/msotype/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.0.0-canary.2 - 2019-11-17
7+
8+
#### 🚀 Updates
9+
10+
- **[msotype]** add conditional operators and versions (#5)
11+
([e62a2e6](https://github.com/email-types/email-types/commit/e62a2e6)), closes
12+
[#5](https://github.com/email-types/email-types/issues/5)
13+
- **[msotype]** add ms vendor patches (#4)
14+
([3813790](https://github.com/email-types/email-types/commit/3813790)), closes
15+
[#4](https://github.com/email-types/email-types/issues/4)
16+
17+
#### 🐞 Fixes
18+
19+
- build latest msotype (#7)
20+
([d101828](https://github.com/email-types/email-types/commit/d101828)), closes
21+
[#7](https://github.com/email-types/email-types/issues/7)
22+
23+
**Note:** Version bump only for package msotype
24+
25+
# Change Log
26+
27+
All notable changes to this project will be documented in this file. See
28+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
29+
630
## 1.0.0-canary.1 - 2019-11-10
731

832
#### 🚀 Updates

packages/msotype/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "msotype",
3-
"version": "1.0.0-canary.1",
3+
"version": "1.0.0-canary.2",
44
"description": "TypeScript definitions for MSO (Microsoft Office), including definitions for the mso- CSS vendor prefix.",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/scripts/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.0.0-canary.2 - 2019-11-17
7+
8+
#### 🚀 Updates
9+
10+
- **[msotype]** add conditional operators and versions (#5)
11+
([e62a2e6](https://github.com/email-types/email-types/commit/e62a2e6)), closes
12+
[#5](https://github.com/email-types/email-types/issues/5)
13+
- **[msotype]** add ms vendor patches (#4)
14+
([3813790](https://github.com/email-types/email-types/commit/3813790)), closes
15+
[#4](https://github.com/email-types/email-types/issues/4)
16+
17+
**Note:** Version bump only for package @email-types/scripts
18+
19+
# Change Log
20+
21+
All notable changes to this project will be documented in this file. See
22+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
23+
624
## 1.0.0-canary.1 - 2019-11-10
725

826
#### 🚀 Updates

packages/scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"private": true,
33
"name": "@email-types/scripts",
4-
"version": "1.0.0-canary.1",
4+
"version": "1.0.0-canary.2",
55
"description": "@email-types/scripts",
66
"main": "index.js",
77
"types": "index.d.ts",
88
"scripts": {
99
"build": "ts-node --files src/index.ts"
1010
},
1111
"dependencies": {
12-
"@email-types/data": "1.0.0-canary.1",
12+
"@email-types/data": "1.0.0-canary.2",
1313
"colors": "^1.4.0",
1414
"fs-extra": "^8.1.0",
1515
"mri": "^1.1.4",

packages/stylis-plugin-mso/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.0.1-canary.1 - 2019-11-17
7+
8+
#### 🚀 Updates
9+
10+
- **[msotype]** add conditional operators and versions (#5)
11+
([e62a2e6](https://github.com/email-types/email-types/commit/e62a2e6)), closes
12+
[#5](https://github.com/email-types/email-types/issues/5)
13+
14+
#### 🛠 Internals
15+
16+
- add pr github action for conventional titles (#2)
17+
([b4559cc](https://github.com/email-types/email-types/commit/b4559cc)), closes
18+
[#2](https://github.com/email-types/email-types/issues/2)
19+
- remove babel runtime (#3)
20+
([47aa3bf](https://github.com/email-types/email-types/commit/47aa3bf)), closes
21+
[#3](https://github.com/email-types/email-types/issues/3)
22+
23+
**Note:** Version bump only for package stylis-plugin-mso
24+
25+
# Change Log
26+
27+
All notable changes to this project will be documented in this file. See
28+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
29+
630
## 0.0.1-canary.0 - 2019-11-10
731

832
#### 🚀 Updates

packages/stylis-plugin-mso/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylis-plugin-mso",
3-
"version": "0.0.1-canary.0",
3+
"version": "0.0.1-canary.1",
44
"description": "A Stylis plugin that adds support for the mso- CSS vendor prefix",
55
"main": "dist/cjs/index.js",
66
"types": "dist/cjs/index.d.ts",
@@ -16,7 +16,7 @@
1616
"dev": "run-p \"build:* --watch\""
1717
},
1818
"dependencies": {
19-
"@email-types/data": "1.0.0-canary.1"
19+
"@email-types/data": "1.0.0-canary.2"
2020
},
2121
"devDependencies": {
2222
"@emotion/cache": "^10.0.19",

0 commit comments

Comments
 (0)