Skip to content

Commit 46769fe

Browse files
committed
Merge branch 'release/v6.8.0'
2 parents f3267f2 + e7cae6c commit 46769fe

File tree

175 files changed

+31559
-33085
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+31559
-33085
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on: [push, pull_request]
44

55
jobs:
66
build_latest_browserstack:
7-
name: Node 14 with browserstack
7+
name: Node Latest with browserstack
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node: ['14'] # latest (16+) not functional
11+
node: ['20']
1212
steps:
1313
- uses: actions/checkout@v1
1414
- name: install system dependencies
@@ -24,11 +24,11 @@ jobs:
2424
run: yarn test:javascript:browserstack
2525

2626
build_latest:
27-
name: Node 14
27+
name: Node Latest
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
node: ['14'] # latest (16+) not functional
31+
node: ['20'] # latest (16+) not functional
3232
steps:
3333
- uses: actions/checkout@v1
3434
- name: install system dependencies
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
platform: [ubuntu-latest, macos-latest, windows-latest]
47-
node: [ '12', '14' ]
47+
node: [ '16', '18' ]
4848
name: Node ${{ matrix.node }} (${{ matrix.platform }})
4949
runs-on: ${{ matrix.platform }}
5050
steps:

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
# node .husky/husky-commit-lint.js --color -e $1
File renamed without changes.
File renamed without changes.
File renamed without changes.

.husky/pre-push

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
# node "$(dirname -- "$0")/husky-push-test.js --color
5+
6+
yarn test

.huskyrc.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundation-sites",
3-
"version": "6.7.5",
3+
"version": "6.8.0",
44
"description": "The most advanced responsive front-end framework in the world.",
55
"homepage": "https://get.foundation/sites",
66
"license": "MIT",

0 commit comments

Comments
 (0)