@generation/icons 1.1.6 → 1.1.7
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/.circleci/config.yml
CHANGED
|
@@ -68,14 +68,6 @@ jobs:
|
|
|
68
68
|
- run:
|
|
69
69
|
name: Build gallery
|
|
70
70
|
command: npm run build
|
|
71
|
-
- run:
|
|
72
|
-
name: Commit and push changes to package.json
|
|
73
|
-
command: |
|
|
74
|
-
git config user.name "RogerGeneration"
|
|
75
|
-
git config user.email "rogelio@generation.org"
|
|
76
|
-
git add package.json
|
|
77
|
-
git commit -m "chore(release): update package.json with latest @generation/icons"
|
|
78
|
-
git push -q https://${GITHUB_TOKEN}@github.com:digital-generation/generation-icons.git master
|
|
79
71
|
- persist_to_workspace:
|
|
80
72
|
root: ~/repo/packages/demo
|
|
81
73
|
paths:
|
|
@@ -112,7 +104,6 @@ workflows:
|
|
|
112
104
|
only:
|
|
113
105
|
- master
|
|
114
106
|
- build-gallery:
|
|
115
|
-
context: aws-creds
|
|
116
107
|
requires:
|
|
117
108
|
- release
|
|
118
109
|
filters:
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"name": "demo",
|
|
9
9
|
"version": "0.0.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@generation/icons": "^1.1.
|
|
11
|
+
"@generation/icons": "^1.1.6",
|
|
12
12
|
"react": "^18.3.1",
|
|
13
13
|
"react-dom": "^18.3.1"
|
|
14
14
|
},
|
|
@@ -808,9 +808,9 @@
|
|
|
808
808
|
}
|
|
809
809
|
},
|
|
810
810
|
"node_modules/@generation/icons": {
|
|
811
|
-
"version": "1.1.
|
|
812
|
-
"resolved": "https://registry.npmjs.org/@generation/icons/-/icons-1.1.
|
|
813
|
-
"integrity": "sha512-
|
|
811
|
+
"version": "1.1.6",
|
|
812
|
+
"resolved": "https://registry.npmjs.org/@generation/icons/-/icons-1.1.6.tgz",
|
|
813
|
+
"integrity": "sha512-tRd/1xia/y+mYRp2n3lxxiTrce8S946UOld6DygJRj3A3O4FhiroGFokvhwIh5OUn24+tDm4qvgrlJUp4YbBtg==",
|
|
814
814
|
"peerDependencies": {
|
|
815
815
|
"react": "*"
|
|
816
816
|
}
|