Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Commit

Permalink
Cleaning up the changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Andrews committed Apr 30, 2019
1 parent 9940f1e commit 7c42c87
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@
- Adds: `/templates/lib` directory for storing Objects, Components, and Globals
- Adds: CLI based object, component, single, and global generator `npm run create`
- Adds: global `utils` directory for storing global scripts & SCSS files
- Adds: custom setup script (`npm run setup`) for cleaning up unneeded Papertrain files, directories, and generating the `.env` file

### Fixes

Expand Down
24 changes: 12 additions & 12 deletions _papertrain/changelog-beta.md
@@ -1,12 +1,12 @@
# 1.1.4 - 2019-03-22
# Beta 1.1.4 - 2019-03-22

### Fixes

- Fixes: form checkbox, radio, and switch `user-select` bug [#137](https://github.com/Pageworks/papertrain/issues/137)
- Fixes: `window.scrollY` alias bug for IE 11 [#139](https://github.com/Pageworks/papertrain/issues/139)
- Fixes: updates custom `ajax` function to have better inline documentation [#135](https://github.com/Pageworks/papertrain/issues/135)

# 1.1.3 - 2019-03-10
# Beta 1.1.3 - 2019-03-10

### Adds

Expand All @@ -16,14 +16,14 @@

- Fixes: typescript config for IE 11 support

# 1.1.2 - 2019-03-10
# Beta 1.1.2 - 2019-03-10

### Fixes

- Fixes: removes extra margin-top from underline textarea element[#131](https://github.com/Pageworks/papertrain/issues/131)
- Fixes: updates form sample page to use the new `o-freeform` class instead of `b-freeform`

# 1.1.1 - 2019-03-06
# Beta 1.1.1 - 2019-03-06

### Adds

Expand All @@ -38,7 +38,7 @@
- Removes: status class logic for pointer and touch devices
- Removes: status class logic for setting `has-js`

# 1.1.0 - 2019-03-03
# Beta 1.1.0 - 2019-03-03

### Adds

Expand Down Expand Up @@ -98,13 +98,13 @@
- Removes: `@types/animejs` npm package
- Removes: `webpack-dev-server` npm package and script

# 1.0.3 - 2019-01-10
# Beta 1.0.3 - 2019-01-10

### Fixes

- Fixes: Incorrect database dump file

# 1.0.2 - 2019-01-09
# Beta 1.0.2 - 2019-01-09

### Adds

Expand All @@ -120,7 +120,7 @@

- Removes: Removes site name override so we can support clean craft installs.

# 1.0.1 - 2019-01-04
# Beta 1.0.1 - 2019-01-04

### Adds

Expand All @@ -141,7 +141,7 @@
- Removes: Demo entries from the Standard Pages section [#69](https://github.com/Pageworks/papertrain/issues/69)
- Removes: Roboto as a base font [#76](https://github.com/Pageworks/papertrain/issues/67)

# 1.0.0 - 2018-12-24
# Beta 1.0.0 - 2018-12-24

### Adds
- Adds: Initial project welcome message and success page
Expand All @@ -153,7 +153,7 @@

---

# 0.1.2-beta - 2018-12-22
# Beta 0.1.2.1 - 2018-12-22

### Adds
- Adds: Basic lowercase text transform utility class
Expand Down Expand Up @@ -192,7 +192,7 @@

---

# 0.1.1-beta - 2018-11-09
# Beta 0.1.1-beta - 2018-11-09

### Adds
- Adds: contrast SASS function
Expand All @@ -205,7 +205,7 @@

---

# 0.1.0-beta - 2018-11-09
# Beta 0.1.0-beta - 2018-11-09

### Adds
- Adds: Webpack
Expand Down

0 comments on commit 7c42c87

Please sign in to comment.