Skip to content

Commit

Permalink
v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrasser committed Nov 24, 2021
1 parent 08ab78b commit 802da91
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Linkify Changelog

## v3.0.4

* Expose ES6 modules with `"module"` field in `package.json`

## v3.0.3

* Add linkifyjs ES6 module build
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkify",
"version": "3.0.2",
"version": "3.0.4",
"description": "Intelligent link recognition, made easy",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/linkify-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkify-element",
"version": "3.0.3",
"version": "3.0.4",
"description": "Browser DOM element interface for linkifyjs",
"main": "index.js",
"module": "dist/linkify-element.module.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/linkify-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkify-html",
"version": "3.0.3",
"version": "3.0.4",
"description": "HTML String interface for linkifyjs",
"main": "index.js",
"module": "dist/linkify-html.module.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/linkify-jquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkify-jquery",
"version": "3.0.3",
"version": "3.0.4",
"description": "jQuery interface for linkifyjs",
"main": "index.js",
"module": "dist/linkify-jquery.module.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/linkify-plugin-hashtag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkify-plugin-hashtag",
"version": "3.0.3",
"version": "3.0.4",
"description": "Hashtag plugin for linkifyjs",
"main": "index.js",
"module": "dist/linkify-plugin-hashtag.module.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/linkify-plugin-mention/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkify-plugin-mention",
"version": "3.0.3",
"version": "3.0.4",
"description": "@mentions plugin for linkifyjs",
"main": "index.js",
"module": "dist/linkify-plugin-mention.module.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/linkify-plugin-ticket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkify-plugin-ticket",
"version": "3.0.3",
"version": "3.0.4",
"description": "Numeric ticket plugin for linkifyjs",
"main": "index.js",
"module": "dist/linkify-plugin-ticket.module.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/linkify-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkify-react",
"version": "3.0.3",
"version": "3.0.4",
"description": "React element interface for linkifyjs",
"main": "index.js",
"module": "dist/linkify-react.module.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/linkify-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkify-string",
"version": "3.0.3",
"version": "3.0.4",
"description": "String interface for linkifyjs",
"main": "index.js",
"module": "dist/linkify-string.module.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/linkifyjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkifyjs",
"version": "3.0.3",
"version": "3.0.4",
"description": "Find URLs, email addresses, #hashtags and @mentions in plain-text strings, then convert them into HTML <a> links.",
"main": "index.js",
"module": "dist/linkify.module.js",
Expand Down

0 comments on commit 802da91

Please sign in to comment.