ode-bootstrap-one 1.2.0 → 1.2.1-dev.202307271011

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/dist/version.txt +2 -2
  2. package/package.json +2 -2
package/dist/version.txt CHANGED
@@ -1,2 +1,2 @@
1
- ode-bootstrap=1.2.0 17/07/2023 16:39:50
2
- ode-bootstrap-one=1.2.0 17/07/2023 16:46:55
1
+ ode-bootstrap=1.2.1-dev-SNAPSHOT 27/07/2023 09:48:54
2
+ ode-bootstrap-one=1.2-dev-SNAPSHOT 27/07/2023 10:12:30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-bootstrap-one",
3
- "version": "1.2.0",
3
+ "version": "1.2.1-dev.202307271011",
4
4
  "description": "One theme by Open Digital Education\"",
5
5
  "scripts": {
6
6
  "dev:lint-fix": "stylelint scss/**/*.scss --fix || echo \"lint faild for some file(s).\"",
@@ -29,7 +29,7 @@
29
29
  "author": "Open Digital Education",
30
30
  "license": "AGPL-3.0",
31
31
  "dependencies": {
32
- "ode-bootstrap": "master"
32
+ "ode-bootstrap": "develop-pedago"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@fortawesome/fontawesome-free": "6.2.0",