From b7cc4a7864b1b3e8ce0a54d1ffe87e3cd3a4efd1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Feb 2023 23:22:08 +0000 Subject: [PATCH] Chore(release): 2.1.2 [skip ci] ## [2.1.2](https://github.com/cgkineo/adapt-pageNav/compare/v2.1.1...v2.1.2) (2023-02-10) ### Fix * Add support for authoring tool 1 (fixes #39) ([8804ff7](https://github.com/cgkineo/adapt-pageNav/commit/8804ff735948e4b8a30d1209ab7b0ff88fbb8bb4)), closes [#39](https://github.com/cgkineo/adapt-pageNav/issues/39) --- bower.json | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 785da5d..2b9fb1e 100644 --- a/bower.json +++ b/bower.json @@ -4,12 +4,11 @@ "type": "git", "url": "git://github.com/cgkineo/adapt-pageNav.git" }, - "version": "2.1.1", + "version": "2.1.2", "framework": ">=5.2", "homepage": "https://github.com/cgkineo/adapt-pageNav", "issues": "https://github.com/cgkineo/adapt-pageNav/issues/", "component": "pageNav", - "targetAttribute": "_pageNav", "displayName": "Page Navigation", "description": "Navigation bar that is displayed within Adapt content pages, typically at the bottom.", "main": "/js/adapt-pageNav.js", diff --git a/package.json b/package.json index f6f789d..2b9fb1e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "git://github.com/cgkineo/adapt-pageNav.git" }, - "version": "2.1.1", + "version": "2.1.2", "framework": ">=5.2", "homepage": "https://github.com/cgkineo/adapt-pageNav", "issues": "https://github.com/cgkineo/adapt-pageNav/issues/",