12 Commits

Author SHA1 Message Date
Sean Macfarlane
196a8607cc v1.0.7 2021-04-08 16:01:14 -04:00
Sean Macfarlane
e38c672f91 Merge branch 'master' into release/v1.0.0 2021-03-23 11:05:30 -04:00
Sean Macfarlane
cf7ed39120 Merge branch 'master' into release/v1.0.0 2021-03-18 18:02:59 -04:00
Sean Macfarlane
eba4850ae1 fixed typo 2021-03-04 13:29:11 -05:00
Sean Macfarlane
3cfdcf15c6 Merge branch 'master' into release/v1.0.0 2021-03-04 13:18:41 -05:00
Max Brenner
1f018cbd04 strip v character from tags 2021-03-03 19:00:56 +01:00
Max Brenner
bc57402aa9 enable docker push commands 2021-03-02 16:44:59 +01:00
Max Brenner
2692e6527f fix matching of optional v character 2021-03-02 16:35:49 +01:00
Max Brenner
f6d03b7a1b fix matching of optional v character 2021-03-02 16:20:55 +01:00
Max Brenner
3f1a85a9c0 adjust build for release branch 2021-03-02 16:04:53 +01:00
AkshayJagadish-ne
f1b0c54fc3 Merge pull request #89 from Telecominfraproject/WIFI-1669
WIFI:1669 TIP 1.0 Update SDK components  in release 1.0 branch
2021-02-27 22:02:31 -05:00
Akshay Jagadish
7659407562 WIFI:1669 TIP 1.0 Update SDK components and default container image tags in release 1.0 branch 2021-02-26 19:13:49 -05:00
2 changed files with 3717 additions and 2179 deletions

5892
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "wlan-cloud-ui", "name": "wlan-cloud-ui",
"version": "1.0.6", "version": "1.0.7",
"author": "ConnectUs", "author": "ConnectUs",
"description": "React Portal", "description": "React Portal",
"engines": { "engines": {
@@ -21,7 +21,7 @@
"dependencies": { "dependencies": {
"@ant-design/icons": "^4.2.1", "@ant-design/icons": "^4.2.1",
"@apollo/client": "^3.1.3", "@apollo/client": "^3.1.3",
"@tip-wlan/wlan-cloud-ui-library": "^1.0.9", "@tip-wlan/wlan-cloud-ui-library": "^1.0.10",
"antd": "^4.5.2", "antd": "^4.5.2",
"apollo-upload-client": "^13.0.0", "apollo-upload-client": "^13.0.0",
"clean-webpack-plugin": "^3.0.0", "clean-webpack-plugin": "^3.0.0",