Skip to content

Commit dd1bbe0

Browse files
committed
4.0.1
1 parent bcb6195 commit dd1bbe0

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

packages/micromark-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micromark-build",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Build production files from dev files",
55
"license": "MIT",
66
"keywords": [

packages/micromark-core-commonmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micromark-core-commonmark",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "The CommonMark markdown constructs",
55
"license": "MIT",
66
"keywords": [

packages/micromark-factory-destination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micromark-factory-destination",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "micromark factory to parse destinations (found in resources, definitions)",
55
"license": "MIT",
66
"keywords": [

packages/micromark-factory-label/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micromark-factory-label",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "micromark factory to parse labels (found in media, definitions)",
55
"license": "MIT",
66
"keywords": [

packages/micromark-factory-space/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micromark-factory-space",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "micromark factory to parse markdown space (found in lots of places)",
55
"license": "MIT",
66
"keywords": [

packages/micromark-factory-title/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micromark-factory-title",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "micromark factory to parse markdown titles (found in resources, definitions)",
55
"license": "MIT",
66
"keywords": [

packages/micromark-factory-whitespace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micromark-factory-whitespace",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "micromark factory to parse markdown whitespace (found in lots of places)",
55
"license": "MIT",
66
"keywords": [

packages/micromark-util-character/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micromark-util-character",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "micromark utility to handle character codes",
55
"license": "MIT",
66
"keywords": [

packages/micromark-util-chunked/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micromark-util-chunked",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "micromark utility to splice and push with giant arrays",
55
"license": "MIT",
66
"keywords": [

packages/micromark-util-classify-character/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micromark-util-classify-character",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "micromark utility to classify whether a character is whitespace or punctuation",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)