Skip to content

Commit

Permalink
Release/0.4.0 (#59)
Browse files Browse the repository at this point in the history
* Exclude unnecessary files from the final build

* NPM(deps): Bump @newfold-labs/wp-module-ecommerce from v0.8.2 to v0.8.3

Bumps [@newfold-labs/wp-module-ecommerce](https://github.com/newfold-labs/wp-module-ecommerce) from v0.8.2 to v0.8.3.
- [Release notes](https://github.com/newfold-labs/wp-module-ecommerce/releases)
- [Commits](newfold-labs/wp-module-ecommerce@1d45e3b...63cd5f9)

---
updated-dependencies:
- dependency-name: "@newfold-labs/wp-module-ecommerce"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Composer(deps): Bump newfold-labs/wp-module-onboarding

Bumps [newfold-labs/wp-module-onboarding](https://github.com/newfold-labs/wp-module-onboarding) from 1.4.1 to 1.6.0.
- [Release notes](https://github.com/newfold-labs/wp-module-onboarding/releases)
- [Commits](newfold-labs/wp-module-onboarding@1.4.1...1.6.0)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-onboarding
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Composer(deps): Bump newfold-labs/wp-module-data from 2.3.1 to 2.3.4

Bumps [newfold-labs/wp-module-data](https://github.com/newfold-labs/wp-module-data) from 2.3.1 to 2.3.4.
- [Release notes](https://github.com/newfold-labs/wp-module-data/releases)
- [Commits](newfold-labs/wp-module-data@2.3.1...2.3.4)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-data
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* composer updates

* package updates

* version bump

* update cypress package

* Composer(deps): Bump newfold-labs/wp-module-ecommerce

Bumps [newfold-labs/wp-module-ecommerce](https://github.com/newfold-labs/wp-module-ecommerce) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/newfold-labs/wp-module-ecommerce/releases)
- [Commits](newfold-labs/wp-module-ecommerce@v0.8.2...v0.8.3)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-ecommerce
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* update a11y assertions to log failures

* fix a11y issues

* version bump to 1.0.0 for release

* fix settings a11y

* fix marketplace tab visual bug

* fix coming soon footer links for a11y

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 16, 2023
1 parent 1c1689e commit 60783b7
Show file tree
Hide file tree
Showing 19 changed files with 1,430 additions and 9,101 deletions.
17 changes: 17 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ tests

# Files
.distignore
.distinclude
.gitattributes
.gitignore
.nvmrc
cypress.config.js
set-latest-wp-version.js
webpack.config.js

# File Types
*.json
Expand All @@ -21,3 +26,15 @@ tests
*.xml
*.yml
*.zip

# BEGIN NEWFOLD LABS RULES
vendor/newfold-labs/wp-module-onboarding/src
vendor/newfold-labs/wp-module-ecommerce/src
vendor/newfold-labs/*/tests
vendor/newfold-labs/*/.github
vendor/newfold-labs/*/.*
vendor/newfold-labs/*/*.xml
vendor/newfold-labs/*/*.json
vendor/newfold-labs/*/*.lock
vendor/newfold-labs/*/*.scss
# END NEWFOLD LABS RULES
4 changes: 3 additions & 1 deletion assets/styles/coming-soon.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ footer p {
}

footer p a {
/*
color: var(--color-primary-dark);
text-decoration: none;
adjusted brand color for a11y compliance */
color: #4b8410;
}

footer p a:hover {
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
"require": {
"doctrine/inflector": "1.2.0 as 1.3.1",
"newfold-labs/wp-module-coming-soon": "^1.1.3",
"newfold-labs/wp-module-data": "^2.3.0",
"newfold-labs/wp-module-ecommerce": "0.8.2",
"newfold-labs/wp-module-data": "^2.3.4",
"newfold-labs/wp-module-ecommerce": "0.8.3",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^1.5.0",
"newfold-labs/wp-module-notifications": "^1.1.2",
"newfold-labs/wp-module-onboarding": "^1.4.0",
"newfold-labs/wp-module-onboarding": "^1.6.0",
"newfold-labs/wp-module-performance": "^1.0.1",
"newfold-labs/wp-module-secure-passwords": "^1.1",
"newfold-labs/wp-module-sso": "^1.0.3",
Expand Down
133 changes: 19 additions & 114 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 60783b7

Please sign in to comment.