Skip to content

Commit

Permalink
Merge pull request #1183 from visual-framework/components-update-vf-r…
Browse files Browse the repository at this point in the history
…elease

Components update after 2.5.9 VF release
  • Loading branch information
kasprzyk-sz authored Dec 6, 2022
2 parents c7724ca + 7e375d2 commit 5f547c6
Show file tree
Hide file tree
Showing 28 changed files with 18,067 additions and 11,971 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
- name: Install dependencies
run: yarn install && yarn run build
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"list-stream": "2.1.0"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/core": "^7.20.5",
"@babel/plugin-transform-runtime": "7.16.4",
"@babel/preset-env": "7.16.4",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "7.16.0",
"@babel/runtime": "7.16.3",
"@rollup/plugin-babel": "5.3.1",
Expand All @@ -65,9 +65,9 @@
"@visual-framework/embl-logo": "1.2.0",
"@visual-framework/embl-notifications": "1.2.3",
"@visual-framework/vf-activity-group": "1.0.0-alpha.12",
"@visual-framework/vf-analytics-google": "1.0.4",
"@visual-framework/vf-analytics-google": "1.1.0-rc.0",
"@visual-framework/vf-article-meta-information": "1.1.2",
"@visual-framework/vf-banner": "1.9.1",
"@visual-framework/vf-banner": "1.9.2",
"@visual-framework/vf-body": "1.2.0",
"@visual-framework/vf-box": "2.4.0",
"@visual-framework/vf-breadcrumbs": "2.0.4",
Expand Down Expand Up @@ -103,7 +103,7 @@
"@visual-framework/vf-link-list": "1.5.0",
"@visual-framework/vf-location-nearest": "1.0.2",
"@visual-framework/vf-masthead": "3.0.1",
"@visual-framework/vf-navigation": "3.0.0-rc.2",
"@visual-framework/vf-navigation": "5.0.0",
"@visual-framework/vf-news-container": "1.1.0",
"@visual-framework/vf-no-js": "1.0.1",
"@visual-framework/vf-page-header": "1.1.2",
Expand All @@ -113,11 +113,11 @@
"@visual-framework/vf-sass-utilities": "1.0.1",
"@visual-framework/vf-search": "3.0.0-alpha.1",
"@visual-framework/vf-section-header": "1.5.3",
"@visual-framework/vf-social-links": "0.0.2",
"@visual-framework/vf-social-links": "0.0.3",
"@visual-framework/vf-stack": "3.0.0",
"@visual-framework/vf-summary": "1.6.1",
"@visual-framework/vf-table": "1.2.0-rc.3",
"@visual-framework/vf-tabs": "2.1.0",
"@visual-framework/vf-tabs": "2.1.1",
"@visual-framework/vf-text": "1.1.0",
"@visual-framework/vf-u-fullbleed": "1.2.2",
"@visual-framework/vf-utility-classes": "2.0.0",
Expand All @@ -126,6 +126,7 @@
"@visual-framework/vf-video-teaser": "2.0.0",
"chalk": "4.1.2",
"core-js": "3.25.5",
"gulp-babel": "next",
"rollup": "2.79.1",
"rollup-plugin-terser": "7.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion vf-components/vf-componenet-rollup/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ $componentInfo: (
version: "1.0.0-beta.4",
location: "components/vf-componenet-rollup",
vfCoreVersion: "2.2.37",
buildTimeStamp: "Thu, 01 Dec 2022 12:39:09 GMT"
buildTimeStamp: "Fri, 02 Dec 2022 11:50:46 GMT"
);
2 changes: 1 addition & 1 deletion vf-components/vfwp-admin/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ $componentInfo: (
version: "0.0.1",
location: "components/vfwp-admin",
vfCoreVersion: "2.2.37",
buildTimeStamp: "Thu, 01 Dec 2022 12:39:09 GMT"
buildTimeStamp: "Fri, 02 Dec 2022 11:50:46 GMT"
);
2 changes: 1 addition & 1 deletion vf-components/vfwp-autocomplete/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ $componentInfo: (
version: "0.0.1",
location: "components/vfwp-autocomplete",
vfCoreVersion: "2.2.37",
buildTimeStamp: "Thu, 01 Dec 2022 12:39:09 GMT"
buildTimeStamp: "Fri, 02 Dec 2022 11:50:46 GMT"
);
2 changes: 1 addition & 1 deletion vf-components/vfwp-gutenberg-blocks/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ $componentInfo: (
version: "0.0.1",
location: "components/vfwp-gutenberg-blocks",
vfCoreVersion: "2.2.37",
buildTimeStamp: "Thu, 01 Dec 2022 12:39:09 GMT"
buildTimeStamp: "Fri, 02 Dec 2022 11:50:46 GMT"
);
2 changes: 1 addition & 1 deletion vf-components/vfwp-gutenberg-iframe/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ $componentInfo: (
version: "0.0.1",
location: "components/vfwp-gutenberg-iframe",
vfCoreVersion: "2.2.37",
buildTimeStamp: "Thu, 01 Dec 2022 12:39:09 GMT"
buildTimeStamp: "Fri, 02 Dec 2022 11:50:46 GMT"
);
Loading

0 comments on commit 5f547c6

Please sign in to comment.