Skip to content

Commit

Permalink
v1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Jan 23, 2019
1 parent 1bb9ffe commit fffd919
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions @uportal/api-template-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@uportal/api-template-vue",
"version": "1.22.0",
"version": "1.22.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -13,7 +13,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@uportal/open-id-connect": "^1.22.0",
"@uportal/open-id-connect": "^1.22.1",
"axios": "^0.18.0",
"vue": "^2.5.21"
},
Expand Down
6 changes: 3 additions & 3 deletions @uportal/content-carousel/package.json
@@ -1,6 +1,6 @@
{
"name": "@uportal/content-carousel",
"version": "1.22.0",
"version": "1.22.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"@types/xml2js": "^0.4.3",
"@uportal/open-id-connect": "^1.22.0",
"@uportal/portlet-registry-to-array": "^1.22.0",
"@uportal/open-id-connect": "^1.22.1",
"@uportal/portlet-registry-to-array": "^1.22.1",
"jquery": "^3.3.1",
"rss-to-json": "^1.0.4",
"vue": "^2.5.20",
Expand Down
4 changes: 2 additions & 2 deletions @uportal/dashboard-carousel/package.json
@@ -1,6 +1,6 @@
{
"name": "@uportal/dashboard-carousel",
"version": "1.22.0",
"version": "1.22.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -12,7 +12,7 @@
"build": "vue-cli-service build --target wc --name dashboard-carousel src/components/DashboardCarousel.vue"
},
"dependencies": {
"@uportal/open-id-connect": "^1.22.0",
"@uportal/open-id-connect": "^1.22.1",
"jquery": "^3.3.1",
"ky": "^0.7.0",
"vue": "^2.5.17",
Expand Down
4 changes: 2 additions & 2 deletions @uportal/esco-content-menu/package.json
@@ -1,14 +1,14 @@
{
"name": "@uportal/esco-content-menu",
"version": "1.22.0",
"version": "1.22.1",
"scripts": {
"start": "vue-cli-service serve",
"prebuild": "babel node_modules/@vue/web-component-wrapper/dist/vue-wc-wrapper.js -o node_modules/@vue/web-component-wrapper/dist/vue-wc-wrapper.js",
"build": "vue-cli-service build --name esco --target wc 'src/components/*.vue'",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@uportal/open-id-connect": "^1.22.0",
"@uportal/open-id-connect": "^1.22.1",
"lodash": "^4.17.11",
"vue": "^2.5.20",
"vue-awesome-swiper": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion @uportal/eyebrow-user-info/package.json
@@ -1,6 +1,6 @@
{
"name": "@uportal/eyebrow-user-info",
"version": "1.22.0",
"version": "1.22.1",
"scripts": {
"start": "vue-cli-service serve",
"prebuild": "babel node_modules/@vue/web-component-wrapper/dist/vue-wc-wrapper.js -o node_modules/@vue/web-component-wrapper/dist/vue-wc-wrapper.js",
Expand Down
2 changes: 1 addition & 1 deletion @uportal/open-id-connect/package.json
@@ -1,7 +1,7 @@
{
"name": "@uportal/open-id-connect",
"description": "A shared Open ID Connect authorization helper for uPortal",
"version": "1.22.0",
"version": "1.22.1",
"repository": {
"type": "git",
"url": "git+https://github.com/uPortal-contrib/uPortal-web-components.git"
Expand Down
2 changes: 1 addition & 1 deletion @uportal/portlet-registry-to-array/package.json
@@ -1,7 +1,7 @@
{
"name": "@uportal/portlet-registry-to-array",
"description": "A utility that flattens the portlet registry tree into an array",
"version": "1.22.0",
"version": "1.22.1",
"repository": {
"type": "git",
"url": "git+https://github.com/uPortal-contrib/uPortal-web-components.git"
Expand Down
6 changes: 3 additions & 3 deletions @uportal/waffle-menu/package.json
@@ -1,16 +1,16 @@
{
"name": "@uportal/waffle-menu",
"description": "An app launcher dropdown",
"version": "1.22.0",
"version": "1.22.1",
"publishConfig": {
"access": "public"
},
"main": "build/static/js/waffle-menu.js",
"source": "src/WaffleMenu.js",
"dependencies": {
"@christianmurphy/reactive-elements": "^1.0.3",
"@uportal/open-id-connect": "^1.22.0",
"@uportal/portlet-registry-to-array": "^1.22.0",
"@uportal/open-id-connect": "^1.22.1",
"@uportal/portlet-registry-to-array": "^1.22.1",
"lodash.get": "^4.4.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,7 +1,7 @@
{
"lerna": "3.4.0",
"packages": ["@uportal/*"],
"version": "1.22.0",
"version": "1.22.1",
"command": {
"version": {
"forcePublish": true
Expand Down

0 comments on commit fffd919

Please sign in to comment.