Skip to content

Commit

Permalink
7.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 17, 2021
1 parent 0e2ffca commit e763cbf
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [7.0.0-beta.1](https://github.com/SU-SWS/decanter/compare/7.0.0-beta.0...7.0.0-beta.1)

- ADAPT-000: Remove link-underline utility class [`#851`](https://github.com/SU-SWS/decanter/pull/851)
- ADAPT-2539: Add stretched-link and writing-mode utilities to v7 [`#843`](https://github.com/SU-SWS/decanter/pull/843)
- ADAPT-000: Update packages and repack. [`e75069d`](https://github.com/SU-SWS/decanter/commit/e75069d0e72d8e1d1ab0b1a12c2623f8b030e0c6)

#### [7.0.0-beta.0](https://github.com/SU-SWS/decanter/compare/7.0.0-alpha.7...7.0.0-beta.0)

> 13 July 2021
- ADAPT-2856: Moving styles from tags to classes [`#841`](https://github.com/SU-SWS/decanter/pull/841)

#### [7.0.0-alpha.7](https://github.com/SU-SWS/decanter/compare/7.0.0-alpha.6...7.0.0-alpha.7)
Expand Down Expand Up @@ -55,7 +63,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- ADAPT-000: Misc additions [`#806`](https://github.com/SU-SWS/decanter/pull/806)
- ADAPT-000: Add options to fontSize.js for the modular scale steps [`#805`](https://github.com/SU-SWS/decanter/pull/805)

#### [7.0.0-alpha.1](https://github.com/SU-SWS/decanter/compare/6.2.3...7.0.0-alpha.1)
#### [7.0.0-alpha.1](https://github.com/SU-SWS/decanter/compare/6.2.4...7.0.0-alpha.1)

> 24 February 2021
Expand All @@ -78,6 +86,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bring back spacing as not all things are responsive spacing. [`0596ef7`](https://github.com/SU-SWS/decanter/commit/0596ef740d8b7e7fd7ca5b30acc488b3035096e8)
- Removed large components and created separated renders. [`02352a9`](https://github.com/SU-SWS/decanter/commit/02352a96190c68a32b8af6c7fd2eac88d264045e)

#### [6.2.4](https://github.com/SU-SWS/decanter/compare/6.2.3...6.2.4)

> 13 August 2021
- Add autochangelog [`#848`](https://github.com/SU-SWS/decanter/pull/848)
- Update lockup KSS and add Autorelease [`#846`](https://github.com/SU-SWS/decanter/pull/846)
- Back to dev. [`fe5eca4`](https://github.com/SU-SWS/decanter/commit/fe5eca4be9888681e503b9606e1f950a7ed12a76)

#### [6.2.3](https://github.com/SU-SWS/decanter/compare/6.2.2...6.2.3)

> 13 April 2021
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "decanter",
"description": "Pattern Library and CSS Framework.",
"author": "Stanford Web Services",
"version": "7.0.0-beta.0",
"version": "7.0.0-beta.1",
"homepage": "https://github.com/SU-SWS/decanter",
"license": "GPL-3.0-or-later",
"keywords": [
Expand All @@ -13,7 +13,10 @@
],
"source": "src/decanter.js",
"main": "dist/decanter.css",
"files": [ "dist", "src" ],
"files": [
"dist",
"src"
],
"scripts": {
"build": "webpack --mode=development ",
"build:dev": "webpack --mode=development --config dev/webpack.dev.config.js && npm run config-viewer:export",
Expand Down

0 comments on commit e763cbf

Please sign in to comment.