Skip to content

Commit b226ae7

Browse files
committed
Merge branch 'dev'
2 parents bfa28f5 + 712e2ed commit b226ae7

25 files changed

Lines changed: 54 additions & 35 deletions

.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.9
22+
- label: I upgraded to pagy version 9.1.0
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
- See the [Changelog](https://ddnexus.github.io/pagy/changelog) for possible breaking changes
77
<!-- whats_new_end -->
88

9-
### Changes in 9.0.9
9+
### Changes in 9.1.0
1010

1111
<!-- changes_start -->
12-
- Set freeze flag to false (#737)
13-
- Fix: Prefix DEFAULT with Pagy:: (#736)
12+
- Add Dzongkha (dz locale) (#741)
1413
<!-- changes_end -->
1514

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

CHANGELOG.md

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

26+
## Version 9.1.0
27+
28+
- Add Dzongkha (dz locale) (#741)
29+
2630
## Version 9.0.9
2731

2832
- Set freeze flag to false (#737)

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: gem
33
specs:
4-
pagy (9.0.9)
4+
pagy (9.1.0)
55

66
GEM
77
remote: https://rubygems.org/
@@ -98,8 +98,8 @@ GEM
9898
rake
9999
globalid (1.2.1)
100100
activesupport (>= 6.1)
101-
groupdate (6.4.0)
102-
activesupport (>= 6.1)
101+
groupdate (6.5.0)
102+
activesupport (>= 7)
103103
http (5.2.0)
104104
addressable (~> 2.8)
105105
base64 (~> 0.1)
@@ -251,7 +251,7 @@ GEM
251251
ruby-progressbar (1.13.0)
252252
ruby2_keywords (0.0.5)
253253
securerandom (0.3.1)
254-
sequel (5.84.0)
254+
sequel (5.85.0)
255255
bigdecimal
256256
simplecov (0.22.0)
257257
docile (~> 1.1)

README.md

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

bun.lockb

0 Bytes
Binary file not shown.

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.9'
18+
VERSION = '9.1.0'
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.9'
21+
VERSION = '9.1.0'
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.9'
18+
VERSION = '9.1.0'
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.9'
18+
VERSION = '9.1.0'
1919

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

0 commit comments

Comments
 (0)