Skip to content

Commit

Permalink
Merge branch 'master' into junelee/alterDesign/AlaskaAirlines#115
Browse files Browse the repository at this point in the history
  • Loading branch information
braven112 authored Dec 13, 2022
2 parents 4fc307a + 086bc2b commit 3c05508
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: [14.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v1
Expand All @@ -44,7 +44,7 @@ jobs:
- run: npm run copy:fonts:dist
- run: npm run build
- run: npm run build:sassdoc
- uses: cycjimmy/semantic-release-action@v2
- uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Semantic Release Automated Changelog

## [4.1.2](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.1.1...v4.1.2) (2022-11-30)


### Bug Fixes

* upgrade sass from 1.55.0 to 1.56.0 ([cf18f0c](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/cf18f0cc4e8df9d9bfaf16da4523e13d5ad3f356))

## [4.1.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.1.0...v4.1.1) (2022-10-06)


Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aurodesignsystem/webcorestylesheets",
"description": "Auro core foundation Sass UI Kit",
"version": "4.1.1",
"version": "4.1.2",
"author": "Product design and research",
"main": "src/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,7 @@
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"replace-in-file": "^6.2.0",
"sass": "^1.55.0",
"sass": "^1.56.0",
"sass-lint": "^1.13.1",
"sass-true": "^5.0.0",
"sassdoc": "^2.7.3",
Expand Down

0 comments on commit 3c05508

Please sign in to comment.