Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Frasser committed Oct 14, 2021
1 parent 2a44f7a commit be87c9c
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 18 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.3

* Add linkifyjs ES6 module build

## v3.0.2

* Correctly detect hashtags with underscores
Expand Down
18 changes: 9 additions & 9 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 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.1",
"version": "3.0.3",
"description": "Browser DOM element interface for linkifyjs",
"main": "index.js",
"scripts": {
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.2",
"version": "3.0.3",
"description": "HTML String interface for linkifyjs",
"main": "index.js",
"scripts": {
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.1",
"version": "3.0.3",
"description": "jQuery interface for linkifyjs",
"main": "index.js",
"scripts": {
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.2",
"version": "3.0.3",
"description": "Hashtag plugin for linkifyjs",
"main": "index.js",
"scripts": {
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.2",
"version": "3.0.3",
"description": "@mentions plugin for linkifyjs",
"main": "index.js",
"scripts": {
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.2",
"version": "3.0.3",
"description": "Numeric ticket plugin for linkifyjs",
"main": "index.js",
"scripts": {
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.1",
"version": "3.0.3",
"description": "React element interface for linkifyjs",
"main": "index.js",
"scripts": {
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.2",
"version": "3.0.3",
"description": "String interface for linkifyjs",
"main": "index.js",
"scripts": {
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.2",
"version": "3.0.3",
"description": "Find URLs, email addresses, #hashtags and @mentions in plain-text strings, then convert them into HTML <a> links.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit be87c9c

Please sign in to comment.