@digigov/nextjs 0.5.1 → 0.5.2

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @digigov/nextjs
2
2
 
3
- This log was last generated on Tue, 19 Apr 2022 12:17:34 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 May 2022 14:42:45 GMT and should not be manually modified.
4
+
5
+ ## 0.5.2
6
+ Mon, 16 May 2022 14:42:45 GMT
7
+
8
+ ### Patches
9
+
10
+ - Change MIT License to BSD-2-Clause
4
11
 
5
12
  ## 0.5.1
6
13
  Tue, 19 Apr 2022 12:17:34 GMT
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
- /** @license Digigov v0.5.1
1
+ /** @license Digigov v0.5.2
2
2
  *
3
- * This source code is licensed under the MIT license found in the
3
+ * This source code is licensed under the BSD-2-Clause license found in the
4
4
  * LICENSE file in the root directory of this source tree.
5
5
  */
@@ -65,5 +65,8 @@ declare const _default: {
65
65
  change_file: string;
66
66
  no_file: string;
67
67
  };
68
+ 'copy-to-clipboard': {
69
+ message: string;
70
+ };
68
71
  };
69
72
  export default _default;
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@digigov/nextjs",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "next specific utilities for @digigov apps",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
- "license": "MIT",
6
+ "license": "BSD-2-Clause",
7
7
  "main": "dist/index.js",
8
8
  "module": "./esm/index.js",
9
9
  "publishConfig": {
10
10
  "main": "dist/index.js"
11
11
  },
12
12
  "peerDependencies": {
13
- "@digigov/ui": "0.17.0",
13
+ "@digigov/ui": "0.20.0",
14
14
  "@material-ui/core": "4.11.3",
15
15
  "@material-ui/icons": "4.11.2",
16
16
  "clsx": "1.1.1",