@slickgrid-universal/pagination-component 1.2.0 → 1.2.1

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/LICENSE +1 -1
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.2.1](https://github.com/ghiscoding/slickgrid-universal/compare/v1.2.0...v1.2.1) (2022-01-18)
7
+
8
+ **Note:** Version bump only for package @slickgrid-universal/pagination-component
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v1.1.1...v1.2.0) (2022-01-06)
7
15
 
8
16
 
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2020-2021, Ghislain B. - Slickgrid-Universal
1
+ Copyright (c) 2020-2022, Ghislain B. - Slickgrid-Universal
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/pagination-component",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Slick Pagination Component - Vanilla Implementation of a Pagination Component",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -51,8 +51,8 @@
51
51
  "not dead"
52
52
  ],
53
53
  "dependencies": {
54
- "@slickgrid-universal/binding": "^1.2.0",
55
- "@slickgrid-universal/common": "^1.2.0"
54
+ "@slickgrid-universal/binding": "^1.2.1",
55
+ "@slickgrid-universal/common": "^1.2.1"
56
56
  },
57
57
  "devDependencies": {
58
58
  "copyfiles": "^2.4.1",
@@ -60,5 +60,5 @@
60
60
  "npm-run-all": "^4.1.5",
61
61
  "rimraf": "^3.0.2"
62
62
  },
63
- "gitHead": "af25eecf8994d5b6ec9eb13bfd266cba71c1cfcb"
63
+ "gitHead": "11a05e9877ac0a42d53eaefb1edf95586dcd41b3"
64
64
  }