diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b50665e9..7a026f8224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ The category for changes related to documentation, testing and tooling. Also, fo ## main +## 0.0.50 + ### New * Add linter suggestions for `CloseButton` component. diff --git a/Gemfile.lock b/Gemfile.lock index 9ad25e9e5c..7234d8d485 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - primer_view_components (0.0.49) + primer_view_components (0.0.50) actionview (>= 5.0.0) activesupport (>= 5.0.0) octicons (~> 15) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 0341c3babb..57f60f1cd6 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - primer_view_components (0.0.49) + primer_view_components (0.0.50) actionview (>= 5.0.0) activesupport (>= 5.0.0) octicons (~> 15) diff --git a/lib/primer/view_components/version.rb b/lib/primer/view_components/version.rb index c5537d820e..d7863ae438 100644 --- a/lib/primer/view_components/version.rb +++ b/lib/primer/view_components/version.rb @@ -5,7 +5,7 @@ module ViewComponents module VERSION MAJOR = 0 MINOR = 0 - PATCH = 49 + PATCH = 50 STRING = [MAJOR, MINOR, PATCH].join(".") end diff --git a/package.json b/package.json index ccddccdb97..6f011086a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/view-components", - "version": "0.0.49", + "version": "0.0.50", "description": "ViewComponents for the Primer Design System", "main": "app/assets/javascripts/primer_view_components.js", "module": "app/components/primer/primer.js",