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

Commit 8c6690f

Browse files
authored
Merge pull request #72 from connorshea/update-mdn-package
Update mdn-browser-compat-data package to v0.0.35.
2 parents 096fd92 + cb62357 commit 8c6690f

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1414
### Changed
1515
- Browser pages now have URLs like `/browsers/chrome` rather than `/browsers/1`. ([#62])
1616
- The list of features for each release on the browser page now links to the respective feature pages. ([#65])
17+
- Upgrade the dataset to `0.0.35`. ([#72])
1718

1819
## [0.4.0] - 2018-05-14
1920
### Added
@@ -107,6 +108,7 @@ First tagged release, includes some basic functionality.
107108
[#65]: https://github.com/connorshea/mdn-compat-data-explorer/pull/65
108109
[#66]: https://github.com/connorshea/mdn-compat-data-explorer/pull/66
109110
[#67]: https://github.com/connorshea/mdn-compat-data-explorer/pull/67
111+
[#72]: https://github.com/connorshea/mdn-compat-data-explorer/pull/72
110112

111113
[Unreleased]: https://github.com/connorshea/mdn-compat-data-explorer/compare/v0.4.0...HEAD
112114
[0.4.0]: https://github.com/connorshea/mdn-compat-data-explorer/compare/v0.3.1...v0.4.0

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Application < Rails::Application
1212
config.load_defaults 5.2
1313

1414
# Set the version of the MDN BCD Package
15-
config.mdn_bcd_version = '0.0.34'
15+
config.mdn_bcd_version = '0.0.35'
1616

1717
Rails.application.config.assets.configure do |env|
1818
AutoprefixerRails.uninstall env

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"private": true,
44
"dependencies": {
55
"chart.js": "^2.7.2",
6-
"mdn-browser-compat-data": "0.0.34"
6+
"mdn-browser-compat-data": "0.0.35"
77
}
88
}

public/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ [email protected]:
3434
version "3.0.1"
3535
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444"
3636

37-
38-
version "0.0.34"
39-
resolved "https://registry.yarnpkg.com/mdn-browser-compat-data/-/mdn-browser-compat-data-0.0.34.tgz#6f3f38dc5b4d5e8aa1b9cfe12efb5fd2d312d1b4"
37+
38+
version "0.0.35"
39+
resolved "https://registry.yarnpkg.com/mdn-browser-compat-data/-/mdn-browser-compat-data-0.0.35.tgz#3b1d5b1a34d2081eb28ea665339b17cb61a9ced3"
4040
dependencies:
4141
extend "3.0.1"
4242

0 commit comments

Comments
 (0)