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

Upgrade mdn package to 0.0.36. #77

Merged
merged 1 commit into from
May 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. Releases ar
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
### Changed
- Upgrade the dataset to `0.0.36`. ([#77])

## [0.5.0] - 2018-05-17
### Added
Expand Down Expand Up @@ -111,6 +113,7 @@ First tagged release, includes some basic functionality.
[#66]: https://github.com/connorshea/mdn-compat-data-explorer/pull/66
[#67]: https://github.com/connorshea/mdn-compat-data-explorer/pull/67
[#72]: https://github.com/connorshea/mdn-compat-data-explorer/pull/72
[#77]: https://github.com/connorshea/mdn-compat-data-explorer/pull/77

[Unreleased]: https://github.com/connorshea/mdn-compat-data-explorer/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/connorshea/mdn-compat-data-explorer/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Application < Rails::Application
config.load_defaults 5.2

# Set the version of the MDN BCD Package
config.mdn_bcd_version = '0.0.35'
config.mdn_bcd_version = '0.0.36'

Rails.application.config.assets.configure do |env|
AutoprefixerRails.uninstall env
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"dependencies": {
"chart.js": "^2.7.2",
"mdn-browser-compat-data": "0.0.35"
"mdn-browser-compat-data": "0.0.36"
}
}
2 changes: 1 addition & 1 deletion public/data.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ extend@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444"

mdn-browser-compat-data@0.0.35:
version "0.0.35"
resolved "https://registry.yarnpkg.com/mdn-browser-compat-data/-/mdn-browser-compat-data-0.0.35.tgz#3b1d5b1a34d2081eb28ea665339b17cb61a9ced3"
mdn-browser-compat-data@0.0.36:
version "0.0.36"
resolved "https://registry.yarnpkg.com/mdn-browser-compat-data/-/mdn-browser-compat-data-0.0.36.tgz#d347c618b648981fd0310035e556fd6871fde2fe"
dependencies:
extend "3.0.1"

Expand Down