@commercetools-uikit/notifications 12.2.4 → 12.2.9

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.
@@ -136,8 +136,8 @@ ContentNotification.propTypes = process.env.NODE_ENV !== "production" ? {
136
136
  ContentNotification.displayName = 'ContentNotification';
137
137
  var ContentNotification$1 = ContentNotification;
138
138
 
139
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
140
- var version = '12.2.4';
139
+ // NOTE: This string will be replaced on build time with the package version.
140
+ var version = "12.2.9";
141
141
 
142
142
  exports.ContentNotification = ContentNotification$1;
143
143
  exports.version = version;
@@ -125,8 +125,8 @@ ContentNotification.propTypes = {};
125
125
  ContentNotification.displayName = 'ContentNotification';
126
126
  var ContentNotification$1 = ContentNotification;
127
127
 
128
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
129
- var version = '12.2.4';
128
+ // NOTE: This string will be replaced on build time with the package version.
129
+ var version = "12.2.9";
130
130
 
131
131
  exports.ContentNotification = ContentNotification$1;
132
132
  exports.version = version;
@@ -120,7 +120,7 @@ ContentNotification.propTypes = process.env.NODE_ENV !== "production" ? {
120
120
  ContentNotification.displayName = 'ContentNotification';
121
121
  var ContentNotification$1 = ContentNotification;
122
122
 
123
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
124
- var version = '12.2.4';
123
+ // NOTE: This string will be replaced on build time with the package version.
124
+ var version = "12.2.9";
125
125
 
126
126
  export { ContentNotification$1 as ContentNotification, version };
@@ -1,2 +1,2 @@
1
- declare const _default: "12.2.4";
1
+ declare const _default: "__@UI_KIT_PACKAGE/VERSION_OF_RELEASE__";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/notifications",
3
3
  "description": "Notification components.",
4
- "version": "12.2.4",
4
+ "version": "12.2.9",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -11,7 +11,6 @@
11
11
  "homepage": "https://uikit.commercetools.com",
12
12
  "keywords": ["javascript", "design system", "react", "uikit"],
13
13
  "license": "MIT",
14
- "private": false,
15
14
  "publishConfig": {
16
15
  "access": "public"
17
16
  },
@@ -19,22 +18,19 @@
19
18
  "main": "dist/commercetools-uikit-notifications.cjs.js",
20
19
  "module": "dist/commercetools-uikit-notifications.esm.js",
21
20
  "files": ["dist"],
22
- "scripts": {
23
- "prepare": "../../../scripts/version.js replace"
24
- },
25
21
  "dependencies": {
26
- "@babel/runtime": "7.15.4",
27
- "@babel/runtime-corejs3": "7.15.4",
28
- "@commercetools-uikit/design-system": "12.2.4",
29
- "@commercetools-uikit/icons": "12.2.4",
30
- "@commercetools-uikit/utils": "12.2.0",
22
+ "@babel/runtime": "7.16.5",
23
+ "@babel/runtime-corejs3": "7.16.5",
24
+ "@commercetools-uikit/design-system": "12.2.9",
25
+ "@commercetools-uikit/icons": "12.2.9",
26
+ "@commercetools-uikit/utils": "12.2.9",
31
27
  "@emotion/react": "^11.4.0",
32
- "common-tags": "1.8.0",
28
+ "common-tags": "1.8.2",
33
29
  "prop-types": "15.7.2"
34
30
  },
35
31
  "devDependencies": {
36
32
  "react": "17.0.2",
37
- "react-intl": "5.20.12"
33
+ "react-intl": "5.23.0"
38
34
  },
39
35
  "peerDependencies": {
40
36
  "react": "17.x",