Skip to content

Commit 001cd01

Browse files
committed
v6.4.0
1 parent 241bdf7 commit 001cd01

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

angular/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic-super-tabs/angular",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"description": "Angular specific wrappers for @ionic-super-tabs/core",
55
"module": "dist/fesm2015/ionic-super-tabs-angular.js",
66
"main": "dist/fesm5/ionic-super-tabs-angular.js",
@@ -14,7 +14,7 @@
1414
"author": "Zyra Media Inc. <info@zyra.ca>",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@ionic-super-tabs/core": "^6.3.0"
17+
"@ionic-super-tabs/core": "^6.4.0"
1818
},
1919
"devDependencies": {
2020
"@angular-devkit/build-angular": "^0.803.17",

core/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic-super-tabs/core",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"description": "",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"angular",
55
"core"
66
],
7-
"version": "6.3.0"
7+
"version": "6.4.0"
88
}

0 commit comments

Comments
 (0)