shakapacker 10.0.0.rc.1 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a0d6c24ca0e6cce73048e9b75be73df83ad8791f33c1c9493694b7ff1e0a586
4
- data.tar.gz: e67aafa3ec762b7a218bb595cc437a4b4b84d5423b0158ce01f9dc623b77b4ae
3
+ metadata.gz: '08b8b40c44fa65d3a426d14596e15d7e5da7e486f0659c03822aa34a7f7e5474'
4
+ data.tar.gz: eadf1441efba9b99b1e9918075d12eb5cb08f4d71c63bb00d8c58c93d36d4ab6
5
5
  SHA512:
6
- metadata.gz: 1ea91fda68b331d5488bf6b94f47158b2bff45db414b3a6b9de7143431143cc2bed234869959e20301eb1e379bc8bae2b8f2c2c0787e632239fa25aedff0f086
7
- data.tar.gz: 4c67d6399cfba68c652f05d2559321f24d9f6486b82a9426e79f352e79953ec1c49847884060c4096cff00d2d908526431bb8ee52dfcf1b0c7ca4604feaa0c7b
6
+ metadata.gz: c50b9fe63645ef4f2890ed6e0ddeeb73a21afe51e827ed39d5daebafda00517bf5299e72ad056ecf74650214d21407f0de948a876a7a5ac789de1581240f8e64
7
+ data.tar.gz: 6651deb390179edc5aea7f0abe9db2a6065b5674be9e4d8eee13de5642d590f600673eab5f7178caa12d14547cce9e1ad376e784ebee2c1377205e9112e38a05
data/CHANGELOG.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
- ## [v10.0.0-rc.1] - April 7, 2026
12
+ ## [v10.0.0] - April 8, 2026
13
13
 
14
14
  ### Added
15
15
 
@@ -909,8 +909,8 @@ Note: [Rubygem is 6.3.0.pre.rc.1](https://rubygems.org/gems/shakapacker/versions
909
909
 
910
910
  See [CHANGELOG.md in rails/webpacker (up to v5.4.3)](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
911
911
 
912
- [Unreleased]: https://github.com/shakacode/shakapacker/compare/v10.0.0-rc.1...main
913
- [v10.0.0-rc.1]: https://github.com/shakacode/shakapacker/compare/v9.7.0...v10.0.0-rc.1
912
+ [Unreleased]: https://github.com/shakacode/shakapacker/compare/v10.0.0...main
913
+ [v10.0.0]: https://github.com/shakacode/shakapacker/compare/v9.7.0...v10.0.0
914
914
  [v9.7.0]: https://github.com/shakacode/shakapacker/compare/v9.6.1...v9.7.0
915
915
  [v9.6.1]: https://github.com/shakacode/shakapacker/compare/v9.6.0...v9.6.1
916
916
  [v9.6.0]: https://github.com/shakacode/shakapacker/compare/v9.5.0...v9.6.0
@@ -1,4 +1,4 @@
1
1
  module Shakapacker
2
2
  # Change the version in package.json too, please!
3
- VERSION = "10.0.0.rc.1".freeze
3
+ VERSION = "10.0.0".freeze
4
4
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shakapacker",
3
- "version": "10.0.0-rc.1",
3
+ "version": "10.0.0",
4
4
  "description": "Use webpack to manage app-like JavaScript modules in Rails",
5
5
  "homepage": "https://github.com/shakacode/shakapacker",
6
6
  "bugs": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shakapacker
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.0.0.rc.1
4
+ version: 10.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -441,7 +441,7 @@ homepage: https://github.com/shakacode/shakapacker
441
441
  licenses:
442
442
  - MIT
443
443
  metadata:
444
- source_code_uri: https://github.com/shakacode/shakapacker/tree/v10.0.0-rc.1
444
+ source_code_uri: https://github.com/shakacode/shakapacker/tree/v10.0.0
445
445
  rdoc_options: []
446
446
  require_paths:
447
447
  - lib