@unimelb/pattern-lib-vue 14.2.4 → 14.3.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.
- package/.out/vue.js +2 -2
- package/README.md +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -166,7 +166,7 @@ To deploy to production:
|
|
|
166
166
|
1. Create a pull request to merge the `dev` branch into `master` - e.g. "Deploy v1.0.1".
|
|
167
167
|
1. Wait for the mandatory checks to pass then select `Create a merge commit`
|
|
168
168
|
|
|
169
|
-
|
|
169
|
+
Github Actions then automatically builds the library and syncs the output files to S3. If the version you're deploying had been previously deployed, you'll need to invalidate the files on the CDN (AWS Cloudfront) or wait a day or so for this to happen automatically. Once the library is deployed, follow the release process below.
|
|
170
170
|
|
|
171
171
|
> **Note on versioning**: the version number follows the [semver](http://semver.org/) convention `MAJOR.MINOR.PATCH`, where: `MAJOR` corresponds to a breaking change (e.g. a change in a component's markup), `MINOR` to a new feature (e.g. a new component, a new feature for an existing component, etc.), and `PATCH` to a bug fix or under-the-hood change (e.g. code clean-up, performance improvement, etc.)
|
|
172
172
|
|
|
@@ -180,7 +180,7 @@ Pre-release builds can be created like this (using the git pre-push hook behind
|
|
|
180
180
|
1. in bash `git push` again
|
|
181
181
|
- You will be prompted that this will trigger a build. Answer 'y'
|
|
182
182
|
- This will push (only) your version number change commit to the remote `dev` repo
|
|
183
|
-
1. After the normal checks a build with the new version will be triggered by
|
|
183
|
+
1. After the normal checks a build with the new version will be triggered by Github Actions
|
|
184
184
|
|
|
185
185
|
> **Note on pre-release versions**: These are legitimate [semver](http://semver.org/) versions. They have the format MAJOR.MINOR.PATCH-beta.NUMBER. **Only** these pre-release versions will be published on `dev`.
|
|
186
186
|
|
|
@@ -188,11 +188,11 @@ Pre-release builds can be created like this (using the git pre-push hook behind
|
|
|
188
188
|
|
|
189
189
|
### How could you test before going live?
|
|
190
190
|
|
|
191
|
-
>
|
|
191
|
+
> Code changes to the remote `dev` branch triggers a `Github Actions` deploy into the AWS S3 Bucket in a folder called `latest` where the `CMS` team can appoint to `latest` and test it out before go to `production`.
|
|
192
192
|
|
|
193
193
|
> Each `pull request` that is opened, also is automatically generated a comment with a preview link to test it.
|
|
194
194
|
|
|
195
|
-
> **Note**: Always check
|
|
195
|
+
> **Note**: Always check `Github Actions` in your `pull request` checks to insure it is building properly, before merge into `dev`.
|
|
196
196
|
|
|
197
197
|
Supported browsers:
|
|
198
198
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unimelb/pattern-lib-vue",
|
|
3
3
|
"description": "A complete design system for the University of Melbourne.",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.3.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/unimelb/pattern-lib.git"
|
|
@@ -131,9 +131,9 @@
|
|
|
131
131
|
"stylelint-config-property-sort-order-smacss": "^5.0.0",
|
|
132
132
|
"stylelint-config-standard": "^19.0.0",
|
|
133
133
|
"stylelint-order": "^3.1.1",
|
|
134
|
-
"svg-fill-loader": "^0.0.8",
|
|
135
134
|
"svg-sprite-loader": "^4.3.0",
|
|
136
135
|
"svg-url-loader": "^2.3.3",
|
|
136
|
+
"svgo-loader": "^2.1.0",
|
|
137
137
|
"vue-axe": "^1.0.7",
|
|
138
138
|
"vue-html-loader": "^1.2.4",
|
|
139
139
|
"vue-jest": "^2.6.0",
|