Skip to content

Commit dbf9663

Browse files
committed
Version 9.0.6
1 parent 851b74d commit dbf9663

18 files changed

Lines changed: 27 additions & 21 deletions

File tree

.github/ISSUE_TEMPLATE/Code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
attributes:
2020
label: 👀 Before submitting...
2121
options:
22-
- label: I upgraded to pagy version 9.0.5
22+
- label: I upgraded to pagy version 9.0.6
2323
required: true
2424
- label: I searched through the [Documentation](https://ddnexus.github.io/pagy/)
2525
required: true

.github/latest_release_body.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
- See the [Changelog](https://ddnexus.github.io/pagy/changelog) for possible breaking changes
77
<!-- whats_new_end -->
88

9-
### Changes in 9.0.5
9+
### Changes in 9.0.6
1010

1111
<!-- changes_start -->
12-
- Fix for missing variables passed to pagy_anchor from pagy_nav (closes #728)
12+
- Fix docs (closes #732)
13+
- Replace pluck with pick
1314
<!-- changes_end -->
1415

1516
[CHANGELOG](https://ddnexus.github.io/pagy/changelog)

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ If you upgrade from version `< 9.0.0` see the following:
2323
- None
2424
<hr>
2525

26+
## Version 9.0.6
27+
28+
- Fix docs (closes #732)
29+
- Replace pluck with pick
30+
2631
## Version 9.0.5
2732

2833
- Fix for missing variables passed to pagy_anchor from pagy_nav (closes #728)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: gem
33
specs:
4-
pagy (9.0.5)
4+
pagy (9.0.6)
55

66
GEM
77
remote: https://rubygems.org/

README.md

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

gem/apps/calendar.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# DOC
1616
# https://ddnexus.github.io/pagy/playground/#5-calendar-app
1717

18-
VERSION = '9.0.5'
18+
VERSION = '9.0.6'
1919

2020
# Gemfile
2121
require 'bundler/inline'

gem/apps/demo.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# DOC
1919
# https://ddnexus.github.io/pagy/playground/#3-demo-app
2020

21-
VERSION = '9.0.5'
21+
VERSION = '9.0.6'
2222

2323
require 'bundler/inline'
2424
require 'bundler'

gem/apps/rails.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# DOC
1616
# https://ddnexus.github.io/pagy/playground/#2-rails-app
1717

18-
VERSION = '9.0.5'
18+
VERSION = '9.0.6'
1919

2020
# Gemfile
2121
require 'bundler/inline'

gem/apps/repro.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# DOC
1616
# https://ddnexus.github.io/pagy/playground/#1-repro-app
1717

18-
VERSION = '9.0.5'
18+
VERSION = '9.0.6'
1919

2020
require 'bundler/inline'
2121
require 'bundler'

gem/bin/pagy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22
# frozen_string_literal: true
33

4-
VERSION = '9.0.5'
4+
VERSION = '9.0.6'
55
APPS = %w[repro rails demo calendar keyset_ar keyset_s].freeze
66
LINUX = RbConfig::CONFIG['host_os'].include?('linux')
77
HOST = '0.0.0.0'

0 commit comments

Comments
 (0)