@unbabel/samora-vue3-components 0.3.7 → 0.4.0

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/README.md CHANGED
@@ -143,9 +143,9 @@ This Samora module creates two builds
143
143
 
144
144
  ## How to release a new version
145
145
 
146
- 1. Ensure your main branch has the latest changes - `npm pull origin main`
146
+ 1. Ensure your main branch has the latest changes - `git pull origin main`
147
147
  2. Create a tag to match the new npm version in your package.json - `git tag vue3-components/vX.Y.Z`
148
- 3. Push the new Gitlab tag - `git push origin tag vX.Y.Z`
148
+ 3. Push the new Gitlab tag - `git push origin tag vue3-components/vX.Y.Z`
149
149
  4. The CI will pick up the new tag and initiate the process of deployment,
150
150
  with needs to be finalised by manually triggering the components package
151
151
  deployment to NPM and the documentation (storybook) updates to aws
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unbabel/samora-vue3-components",
3
3
  "description": "Samora - the Unbabel design system - Vue3 components",
4
- "version": "0.3.7",
4
+ "version": "0.4.0",
5
5
  "type": "module",
6
6
  "main": "./vue3-components.umd.js",
7
7
  "module": "./vue3-components.es.js",