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

Commit

Permalink
Merge pull request #72 from connorshea/update-mdn-package
Browse files Browse the repository at this point in the history
Update mdn-browser-compat-data package to v0.0.35.
  • Loading branch information
connorshea authored May 17, 2018
2 parents 096fd92 + cb62357 commit 8c6690f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- Browser pages now have URLs like `/browsers/chrome` rather than `/browsers/1`. ([#62])
- The list of features for each release on the browser page now links to the respective feature pages. ([#65])
- Upgrade the dataset to `0.0.35`. ([#72])

## [0.4.0] - 2018-05-14
### Added
Expand Down Expand Up @@ -107,6 +108,7 @@ First tagged release, includes some basic functionality.
[#65]: https://github.com/connorshea/mdn-compat-data-explorer/pull/65
[#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

[Unreleased]: https://github.com/connorshea/mdn-compat-data-explorer/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/connorshea/mdn-compat-data-explorer/compare/v0.3.1...v0.4.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.34'
config.mdn_bcd_version = '0.0.35'

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.34"
"mdn-browser-compat-data": "0.0.35"
}
}
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 @@ [email protected]:
version "3.0.1"
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444"

[email protected].34:
version "0.0.34"
resolved "https://registry.yarnpkg.com/mdn-browser-compat-data/-/mdn-browser-compat-data-0.0.34.tgz#6f3f38dc5b4d5e8aa1b9cfe12efb5fd2d312d1b4"
[email protected].35:
version "0.0.35"
resolved "https://registry.yarnpkg.com/mdn-browser-compat-data/-/mdn-browser-compat-data-0.0.35.tgz#3b1d5b1a34d2081eb28ea665339b17cb61a9ced3"
dependencies:
extend "3.0.1"

Expand Down

0 comments on commit 8c6690f

Please sign in to comment.