Skip to content

Commit

Permalink
Release v1.1.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
davestewart authored Sep 10, 2024
1 parent 6fde016 commit feebcea
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
# Spectre CSS Changelog

## v1.1.0 [#](https://github.com/spectre-org/spectre-css/releases/tag/v1.1.0)

Source:

- Update CSS normalization to [modern-normalize](https://github.com/sindresorhus/modern-normalize) (#39)
- Misc formatting fixes and tweaks (#47)
- Add top-margin to paragraphs
- Fix list item margin and wrap
- Increase horizontal padding on labels
- Remove styling from code blocks likely to be styled using plugins

Build:

- Revise browser support (#35)
- Migrate build to ES modules (#37)
- Update license and banner text (#33, #34, #43)

## v1.0.0 [#](https://github.com/spectre-org/spectre-css/releases/tag/v1.0.0)

- Update dependencies
- Fix deprecated rules in sass 2.0
- Move docs to https://github.com/spectre-org/spectre-docs
- Fix deprecated rules in sass 2.0 (#10)
- Move docs to [@spectre-org/spectre-docs](https://github.com/spectre-org/spectre-docs) (#13)

## v0.5.9 [#](https://github.com/picturepan2/spectre/releases/tag/v0.5.9)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Before publishing, check:
- there are no outstanding commits
- you bumped [`package.json`](./package.json) `version` correctly
- you updated [`CHANGELOG.md`](./CHANGELOG.md) with all changes since the last version
- you have tested the built files in an NPM-linked project (see [Testing](#testing), above)
- you have tested the built files in an [NPM-linked project](#testing) (such as the [docs](https://github.com/spectre-org/spectre-docs))

### Release

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectre-org/spectre-css",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "http://spectre-org.github.io/spectre-docs",
"description": "Spectre CSS: A lightweight, responsive and modern CSS framework",
"type": "module",
Expand Down

0 comments on commit feebcea

Please sign in to comment.