Skip to content

Commit 7d26242

Browse files
github-actions[bot]black7375
authored andcommitted
Chore: Version Packages
1 parent 15b6ec9 commit 7d26242

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.changeset/honest-bees-kiss.md

-6
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @mincho-js/csstype
2+
3+
## 3.1.4
4+
5+
### Patch Changes
6+
7+
- [#6](https://github.com/mincho-js/csstype/pull/6) [`56df42a`](https://github.com/mincho-js/csstype/commit/56df42ada105c64a39e2637502af89fa0d76340c) Thanks [@black7375](https://github.com/black7375)! - - Replace `string & {}` to NonNullableString
8+
- Replace `number & {}` to NonNullableNumber

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mincho-js/csstype",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"main": "",
55
"types": "index.d.ts",
66
"description": "Strict TypeScript and Flow types for style based on MDN data",

0 commit comments

Comments
 (0)