Skip to content

Commit abb64be

Browse files
committed
v7.0.0
1 parent bf217f6 commit abb64be

7 files changed

+9
-9
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.4.0",
3+
"version": "7.0.0",
44
"description": "Ionic Super Tabs bindings for Angular applications",
55
"scripts": {
66
"build": "ng build",
@@ -11,7 +11,7 @@
1111
"author": "Zyra Media Inc. <[email protected]>",
1212
"license": "MIT",
1313
"dependencies": {
14-
"@ionic-super-tabs/core": "^6.4.0"
14+
"@ionic-super-tabs/core": "^7.0.0"
1515
},
1616
"keywords": [
1717
"ionic",

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.4.0",
3+
"version": "7.0.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
@@ -5,5 +5,5 @@
55
"core",
66
"react"
77
],
8-
"version": "6.4.0"
8+
"version": "7.0.0"
99
}

react/package-lock.json

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

react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic-super-tabs/react",
3-
"version": "6.4.0",
3+
"version": "7.0.0",
44
"description": "Ionic Super Tabs bindings for React applications",
55
"author": "Zyra Media Inc. <[email protected]>",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
"react"
2626
],
2727
"dependencies": {
28-
"@ionic-super-tabs/core": "^6.4.0",
28+
"@ionic-super-tabs/core": "^7.0.0",
2929
"tslib": "*"
3030
},
3131
"devDependencies": {

0 commit comments

Comments
 (0)