@micromag/core 0.4.112 → 0.4.113

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.
Files changed (2) hide show
  1. package/es/contexts.js +1 -1
  2. package/package.json +2 -2
package/es/contexts.js CHANGED
@@ -196,7 +196,7 @@ function ComponentsProvider(t0) {
196
196
  const messages = defineMessages({
197
197
  functionality_title: {
198
198
  id: "consent.functionality_title",
199
- defaultMessage: "Functionnal"
199
+ defaultMessage: "Functional"
200
200
  },
201
201
  functionality_description: {
202
202
  id: "consent.functionality_description",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/core",
3
- "version": "0.4.112",
3
+ "version": "0.4.113",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -161,5 +161,5 @@
161
161
  "access": "public",
162
162
  "registry": "https://registry.npmjs.org/"
163
163
  },
164
- "gitHead": "9de74f8b1be1cdd857c74d1bf10fbee87b14c4d4"
164
+ "gitHead": "c5d9e3ac8153791975e6686c1a6e7b75fea76c22"
165
165
  }