Skip to content

Commit

Permalink
v0.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Sep 18, 2019
1 parent 539392b commit 0c77068
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog & Release Notes

## v0.1.0-beta.2 - 9/18/2019

- Comment out reminders,
so that authors have to explicitly opt-in
case-by-case.
- Add inline documentation comments
(marked with `@docs`)
using [Doxray](https://github.com/himedlooff/doxray)
and YAML format.
- Exclude irrelevant files from npm releases
- Typo fixes


## v0.1.0-beta.1 - 9/12/2019

This is an incomplete set of remedies,
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ and contents of that file:
```css
/* @docs
label: Name The File (required)
version: 0.1.0-beta.1 (required)
version: 3.0.1-beta.1 (required)
note: |
Describe the purpose & contents of the file (recommended).
Expand Down
2 changes: 1 addition & 1 deletion css/quotes.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* @docs
label: Quotes
version: 0.1.0-beta.1
version: 0.1.0-beta.2
note: |
This is what user agents are supposed to be doing for quotes,
Expand Down
2 changes: 1 addition & 1 deletion css/remedy.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* @docs
label: Core Remedies
version: 0.1.0-beta.1
version: 0.1.0-beta.2
note: |
These remedies are recommended
Expand Down
2 changes: 1 addition & 1 deletion css/reminders.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* @docs
label: Reminders
version: 0.1.0-beta.1
version: 0.1.0-beta.2
note: |
All the remedies in this file are commented out by default,
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": "cssremedy",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "Start your project with a remedy for the technical debt of CSS",
"repository": "mozdevs/cssremedy",
"author": "Mozilla Developer Relations",
Expand Down

0 comments on commit 0c77068

Please sign in to comment.